Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Basic perl plugin using Nagios::Plugin and snmpwalk. Monitors: load number of logged on users ASP storage uptime jobs (not as feature-complete as the check_as400 plugin published) You need to have Nagios::Plugin perl module installed: ubuntu cpan cpan>install Monitoring::Plugin redhat/centos sudo yum install perl-Monitoring-Plugin You also need snmpwalk installed: (On ubuntu) apt-get install snmp The script has been tested with: model 810 v6r2 model 550 v7r1/v6r1 Drop the script in you plugins directory, in many cases: /usr/lib64/nagios/plugins or /usr/local/nagios/libexec Test script with: nagios@nagios:/usr/lib64/nagios/plugins/check_iseries.pl -H 192.168.169.2 -c public -o asp -w 80 check_iseries OK - Current ASP used (%): 73.23 | total=175825223680b;; usage=128763555840b;; define command{ command_name check_iseries command_line /usr/bin/perl $USER1$/check_iseries.pl -H $HOSTADDRESS$ -c $ARG1$ -o $ARG2$ -w $ARG3$ } define service{ use generic-service name iseriesLoad hostgroup_name iseries-servers service_description iseries load check_command check_iseries!public!load!80 } define service{ use generic-service name iseriesUsers hostgroup_name iseries-servers service_description iseries users check_command check_iseries!public!users!90 } define service{ use generic-service name iseriesASP hostgroup_name iseries-servers service_description iseries ASP usage check_command check_iseries!public!asp!80 }
Current Version
0.2
Last Release Date
2013-01-31
Owner
Anders da Silva
Website
http://www.issi.se/nagiosplugin/
Download URL
http://stiweb3.softronic.se/check_iseries.pl
Compatible With
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!