Hey guys.
I monitor a service running on some Windows servers and it has two possible names.
On some machines the service name is something like "service", other machines it is "service64".
So to monitor this service, I created two items, one for each name.
I thought off merging these two keys into something like this:
But that doesn't work.
Is there a way to check those two service names with just one key?
I monitor a service running on some Windows servers and it has two possible names.
On some machines the service name is something like "service", other machines it is "service64".
So to monitor this service, I created two items, one for each name.
I thought off merging these two keys into something like this:
Code:
service.info[service*,state]
Is there a way to check those two service names with just one key?
Comment