Just wondering if anyone knows how to enable "performance graphs" in NagiosXI web interface for "check_nt" counters which are Windows server PerfMon counters (our Nagios client is NSClient++)?
I found NagiosXI creates graph for few Windows counters automatically!!!; example below (Page File Usage);
Command Name: check_xi_service_nsclient
Command View: $USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 12489 -v $ARG2$ $ARG3$ $ARG4$
ARG2: COUNTER
ARG3: -l "\\Paging File(_Total)\\% Usage","Paging File usage is %.2f %%" -w 80 -c 90
However, if I add the following which is pretty much similar to the above one; BUT NO graphs comes in the web interface -
Command Name: check_xi_service_nsclient
Command View: $USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 12489 -v $ARG2$ $ARG3$ $ARG4$
ARG2: COUNTER
ARG3: -l "\\Web Service(_Total)\\Current Connections" -w 400 -c 500
I have no idea about the location of performance graph configuration files in NagiosXI. Tired searching google for this
Thanks,
Jami