Search found 66 matches
- Tue Feb 16, 2016 11:06 pm
- Forum: Nagios XI
- Topic: Nagios Netapp Monitoring
- Replies: 3
- Views: 1118
Re: Nagios Netapp Monitoring
Hi Wallace, Thanks for replying. Sorry to say i am not looking for this. nagios will execute an event handler only when a state change happens. pblm is if any volume is going above critical threshold nagios will change the state to critical and sms alert is triggered. But if we are not clearing the ...
- Tue Feb 16, 2016 12:05 am
- Forum: Nagios XI
- Topic: Nagios Netapp Monitoring
- Replies: 3
- Views: 1118
Nagios Netapp Monitoring
Hi Team, I have configured a bash script to monitor netapp volumes which goes beyond 95%. so any volume which goes beyond 95% nagios will trigger an sms to the concerned number. Now the issue is say if there are 3 volumes which are beyond 95%, the state will change to critical and all the 3 volumes ...
- Fri Jan 29, 2016 12:55 am
- Forum: Nagios XI
- Topic: nagios pluggin using bash script
- Replies: 3
- Views: 1067
Re: nagios pluggin using bash script
hi team, Thanks it worked!! i am getting an error message in my nagios xi server nagios: Warning: Service performance data file processing command '/bin/mv /usr/local/nagios/var/service-perfdata /usr/local/nagios/var/spool/xidpe/1454046093.perfdata.service' timed out after 5 seconds Please help Rega...
- Thu Dec 03, 2015 5:47 am
- Forum: Nagios XI
- Topic: nagios pluggin using bash script
- Replies: 3
- Views: 1067
nagios pluggin using bash script
Hi Team, i am writing a bash script to monitor netapp volumes which are greater than 90% #!/bin/bash OK=0 CRITICAL=2 sshpass -p 'test_user' ssh -o StrictHostKeyChecking=no -l test_user 10.0.01 'volume show -percent-used > 90%' |awk '{print $2,$6,$7,$8}' | column -t >> strcritical cat strcritical; if...
- Tue Dec 01, 2015 11:35 pm
- Forum: Nagios XI
- Topic: Fetching linux mount points automatically
- Replies: 7
- Views: 1524
Re: Fetching linux mount points automatically
nagios xi R 2.7
snmp protocol
snmp protocol
- Mon Nov 30, 2015 11:58 pm
- Forum: Nagios XI
- Topic: changing the order of hostgroups
- Replies: 3
- Views: 1176
Re: changing the order of hostgroups
hi team,
In nagios xi we have status summary for all hostgroups.
i need to change the order of hostgroups.
please refer the attachment.
i need vmware hosts need to come below voice devices in the summary page.
Kindly help
In nagios xi we have status summary for all hostgroups.
i need to change the order of hostgroups.
please refer the attachment.
i need vmware hosts need to come below voice devices in the summary page.
Kindly help
- Mon Nov 30, 2015 11:37 pm
- Forum: Nagios XI
- Topic: Fetching linux mount points automatically
- Replies: 7
- Views: 1524
Re: Fetching linux mount points automatically
any update on this request
- Mon Nov 30, 2015 6:34 am
- Forum: Nagios XI
- Topic: changing the order of hostgroups
- Replies: 3
- Views: 1176
changing the order of hostgroups
hi all, i have around 20 hostgroups in nagios xi for eg: 1. windows servers 2. linux servers 3. switches i want host group switches has to be in between windows and linux servers in the hostgroup summary page. Any idea how to change the order of these hostgroups. Regards Venkitesh
- Mon Nov 30, 2015 3:58 am
- Forum: Nagios XI
- Topic: Adding netapp storage to nagios xi
- Replies: 8
- Views: 4017
Re: Adding netapp storage to nagios xi
thanks
it worked!!!!!!!!!
it worked!!!!!!!!!
- Thu Nov 26, 2015 6:20 am
- Forum: Nagios XI
- Topic: Adding netapp storage to nagios xi
- Replies: 8
- Views: 4017
Re: Adding netapp storage to nagios xi
hi Team, i have created my own perl script to monitor netapp volumes and i have created a new command in nagios xi and given this same script. so any volume which will go beyond 95% it will show in nagios xi. Now my issue is as its a custom script, nagios xi is just displaying the ouput and it doesn...