Hi abrist.
I tried with %age but it always shows WARNING message on Nagios System or by command prompt.
I used lesser 10% and higher 90% but message is same.
Getting hint on google to use MB instead of %age as this plugin works well with MB only.
Now this is working fine.
Search found 6 matches
- Mon Mar 11, 2013 11:16 pm
- Forum: Open Source Nagios Projects
- Topic: check_esx_host_vmfs plugin issue while monitoring ESXi DS
- Replies: 6
- Views: 2809
- Wed Mar 06, 2013 2:31 am
- Forum: Open Source Nagios Projects
- Topic: check_esx_host_vmfs plugin issue while monitoring ESXi DS
- Replies: 6
- Views: 2809
Re: check_esx_host_vmfs plugin issue while monitoring ESXi D
Hello, After googling for this issue and found that the check_esx3 script is throwing WARNING and CRITICAL status if we use %age for datastore [w 90% and c 95%]. This works fine if we set triggers in MBs [Total size/trigger%] [ -w 853862 -c 901299] /usr/lib64/nagios/plugins/check_esx3 -H 104.10.50.2...
- Wed Mar 06, 2013 12:51 am
- Forum: Open Source Nagios Projects
- Topic: check_esx_host_vmfs plugin issue while monitoring ESXi DS
- Replies: 6
- Views: 2809
Re: check_esx_host_vmfs plugin issue while monitoring ESXi D
After changing to $ARG1$ and $ARG2$ WARNING message converts to CRITICAL now. however i set the warning limit after 90% and critical limit after 95%. Currently datastore is consuming 61% space. define service{ use generic-service action_url /nagiosgraph/cgi-bin/show.cgi?host=$HOSTNAME$&service=$...
- Tue Mar 05, 2013 3:24 am
- Forum: Open Source Nagios Projects
- Topic: check_esx_host_vmfs plugin issue while monitoring ESXi DS
- Replies: 6
- Views: 2809
check_esx_host_vmfs plugin issue while monitoring ESXi DS
Hello, I setup a check_esx_host_vmfs plugin for monitoring datastore status on ESXi server. But on configuring this plugin, this is working fine but it displays "WARNING" status on UI of Nagios every time. Currently my datastore size is 926.50 GB and right now free space available is 570.6...
- Wed Feb 27, 2013 8:12 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Plugin [.sh] not working as command
- Replies: 2
- Views: 1089
Re: Nagios Plugin [.sh] not working as command
Hello,
Thanks for helping me out here.
I used hard values for --user and -password and now this is working fine.
Appreciated your help..
Thanks for helping me out here.
I used hard values for --user and -password and now this is working fine.
Appreciated your help..
- Tue Feb 26, 2013 8:29 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Plugin [.sh] not working as command
- Replies: 2
- Views: 1089
Nagios Plugin [.sh] not working as command
Hello. I am working on setup a nagios plugin for monitor tomcat instance from tomcat manager. This is a script file downloaded from http://exchange.nagios.org/directory/Plugins/Java-Applications-and-Servers/Apache-Tomcat/check_TomcatApplication/details This is working fine when executed as shell by ...