I am trying to create a config file for a scoreboard that lists all the vmware services on a vcenter with the EPO installed. I followed vROPs 6.1 – How to Monitor any Windows Service | VM IGNITE and I know i want the metric=AVAILABILITY|ResourceAvailability but i cant work out how to get the xml to point to the services.
in the attachments
Windows Services 1 shows the list of services i have setup
Windows services 2 shows them manually entered into a scoreboard and shows it is working.
I want to use the metric config as i want to list all our vcenters in a object widget and when i select them it will change the scoreboard to point to the selected vcenters services.
i have <AdapterKind adapterKindKey="EP Ops Adapter"> and <ResourceKind resourceKindKey="Windows Service">
so the start of the xml is
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AdapterKinds>
<AdapterKind adapterKindKey="EP Ops Adapter">
<ResourceKind resourceKindKey="Windows Service">
<Metric attrkey="AVAILABILITY|ResourceAvailability" label="vSphere Log Browser" unit="" yellow="80" orange="80" red="80" />
How do i specify the different services on each line