I've got a graph for a windows service state. The issue is that state of running is 0 and stopped is 6. So on the graph, when the bar is high, that means the service is off, and when it's log that means the service is running. This just visually looks backwards.
Is there a way to either change the values of service.info[service,state] to make running = 1 and anything else = 0?
Thanks in advance.
Is there a way to either change the values of service.info[service,state] to make running = 1 and anything else = 0?
Thanks in advance.