Search found 2 matches
- Mon Jun 27, 2011 10:53 am
- Forum: Nagios XI
- Topic: Gathering performance data from check_nrpe check mem
- Replies: 2
- Views: 1538
Re: Gathering performance data from check_nrpe check mem
Actually, fixed this while awaiting post approval. 1) Upgraded to latest version of Nagios XI (not sure if this is relevant or not in the end) 2) Changed my service: Check command: check_nrpe Template name: xiwizard_nrpe_service Command view: $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2...
- Mon Jun 27, 2011 9:46 am
- Forum: Nagios XI
- Topic: Gathering performance data from check_nrpe check mem
- Replies: 2
- Views: 1538
Gathering performance data from check_nrpe check mem
Hi, I'm using NRPE with a NSClient install on a 64bit Win 2008 server to gather memory info. The check works fine, but I'm unable to graph the resulting data in Nagios XI. The command in use is: $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckMEM -a MaxWarn=$ARG1$% MaxCrit=$ARG2$% ShowAll=long t...