For Example, Server A, all checks have Graphs, but the Check for CPU, says "No Data to Display"
Server B, all the checks have graphs, including the CPU.
The difference between the two is:
Server A uses
Code: Select all
check command: check_xi_ncpa command: $USER1$/check_ncpa.py -H $HOSTADDRESS$ $ARG1$
Code: Select all
Check Command: check_xi_service_nsclient command: $USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 12489 -v $ARG2$ $ARG3$ $ARG4$
How do I get Server A working properly?