Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Steelhead Riverbed status/peer/system check plugin v2
3
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
11764
File | Description |
---|---|
qt_check_riverbed_status_v3.pl | qt_check_riverbed_status_v3.pl |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
I make some changes in http://exchange.nagios.org/directory/Plugins/Hardware/Network-Gear/Riverbed/Steelhead-Riverbed-status-2Fpeer-check-plugin/details
Added support SNMP v3, system CPU, Temp, Uptime, Connections_Count cheks
The usage is following:
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m 'system:temp(100,100)'
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m 'system:cpu(10,20,30,40,50,60)'
#Please provide 6 parameters separeted by `,` for each Load CPU check cpu(WL1,CL1,WL5,CL5,WL15,CL15). Example: system:cpu(10,CL120,30,40,50,60).
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m 'system:connection'
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m 'system:uptime'
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m "health" (or you can skip this module and using it in same behavior, that has old check)
Added support SNMP v3, system CPU, Temp, Uptime, Connections_Count cheks
The usage is following:
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m 'system:temp(100,100)'
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m 'system:cpu(10,20,30,40,50,60)'
#Please provide 6 parameters separeted by `,` for each Load CPU check cpu(WL1,CL1,WL5,CL5,WL15,CL15). Example: system:cpu(10,CL120,30,40,50,60).
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m 'system:connection'
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m 'system:uptime'
./qt_check_riverbed_status_v3.pl -H HOST -V 3 -l o_login -x o_pass -L o_authproto -m "health" (or you can skip this module and using it in same behavior, that has old check)
Reviews (0)
Be the first to review this listing!