Search found 22 matches
- Mon Jan 14, 2013 10:31 am
- Forum: Nagios XI
- Topic: Operations Screen Improvement
- Replies: 3
- Views: 253
Re: Operations Screen Improvement
Great, thanks! I just submitted it.
- Mon Jan 14, 2013 9:52 am
- Forum: Nagios XI
- Topic: Operations Screen Improvement
- Replies: 3
- Views: 253
Operations Screen Improvement
Hello, Could you please consider adding support for "Unknown" status state to the operations screen? I was able to modify the opscreen.php and merlin.php to change row color to orange if the state=3 (unknown) however it would be great to see this added to the next release. I've attached th...
- Thu Dec 20, 2012 2:34 pm
- Forum: Nagios XI
- Topic: Another Memory Check Question
- Replies: 3
- Views: 373
Re: Another Memory Check Question
Thanks Scott, that was it! Installed dc and everything looks good.
Thanks again for the quick reply!
Thanks again for the quick reply!
- Thu Dec 20, 2012 1:19 pm
- Forum: Nagios XI
- Topic: Another Memory Check Question
- Replies: 3
- Views: 373
Another Memory Check Question
Hello! I have another question for you regarding a linux memory check. I'm running the following command from the nagios server against a Ubuntu 10.04.4 box: $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c check_mem -a '-w 20 -c 10 -n' I'm using the "-n" switch to include cached memory in the...
- Thu Dec 20, 2012 10:54 am
- Forum: Nagios XI
- Topic: Memory Check Question
- Replies: 5
- Views: 286
Re: Memory Check Question
Awesome! Now I'm seeing
OK - 1375 / 1877 MB (73%) Free Memory, Used: 502 MB, Shared: 0 MB, Buffers: 71 MB, Cached: 239 MB
Thanks so much!
OK - 1375 / 1877 MB (73%) Free Memory, Used: 502 MB, Shared: 0 MB, Buffers: 71 MB, Cached: 239 MB
Thanks so much!
- Thu Dec 20, 2012 10:52 am
- Forum: Nagios XI
- Topic: Vbscript Help
- Replies: 4
- Views: 308
Re: Vbscript Help
Thanks Scott, that was it! FYI...I didn't have a NSC.ini file, I have nsclient.ini, and the line was allow arguments = false. I changed that to true and it worked! Now I'm getting the following: COMMAND: /usr/local/nagios/libexec/check_nrpe -H IPADDRESS -t 30 -c check_ad -a "replications" ...
- Thu Dec 20, 2012 10:47 am
- Forum: Nagios XI
- Topic: Memory Check Question
- Replies: 5
- Views: 286
Re: Memory Check Question
When running the yum command I get: [root@concertosign ~]# yum install dc -y Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.lga7.us.voxel.net * epel: mirror.es.its.nyu.edu * extras: mirrors.einstein.yu.edu * updates: mirror.es.its.nyu.edu Setting up Install ...
- Thu Dec 20, 2012 10:41 am
- Forum: Nagios XI
- Topic: Vbscript Help
- Replies: 4
- Views: 308
Re: Vbscript Help
Didn't work, got the same response back:
COMMAND: /usr/local/nagios/libexec/check_nrpe -H 10.42.1.2 -t 30 -c check_ad -a "replications"
OUTPUT: CRITICAL - $ARG1$: CRITICAL.
COMMAND: /usr/local/nagios/libexec/check_nrpe -H 10.42.1.2 -t 30 -c check_ad -a "replications"
OUTPUT: CRITICAL - $ARG1$: CRITICAL.
- Thu Dec 20, 2012 10:37 am
- Forum: Nagios XI
- Topic: Memory Check Question
- Replies: 5
- Views: 286
Memory Check Question
Hello, I'm using the built-in memory check command for linux ($USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c check_mem -a '-w 20 -c 10') and I'm getting the following service response: WARNING - 1378 / 1877 MB (%) Free Memory, Used: 499 MB, Shared: 0 MB, Buffers: 70 MB, Cached: 237 MB My linux knowled...
- Thu Dec 20, 2012 9:54 am
- Forum: Nagios XI
- Topic: Vbscript Help
- Replies: 4
- Views: 308
Vbscript Help
I'm hoping someone can help me with this. I found this script on the nagios exchange (http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows/Active-Directory-%28AD%29-Check/details) and it works great when I run the vbscript locally on the client. I would like to run this as a servic...