Build precise queries to find exactly what you need
Press ESC to close
@glen
Member Since: August 3, 2009
Favorites8
Views25153
Projects4
hi i've loaded the existing code to git and added negate support via -n or --negate option. so released it as v1.1 here: https://github.com/pld-linux/monitoring-plugin-check_file_exists
Reviewed 10 years ago
hi. i've improved the code to report names of failed jobs, also made code more extensible if you want to fill other info to the job, such change can be accomplised with little effort. also i renamed the plugin to check_backula_log, not to conflict with check_bacula that is in bacula contrib sources. http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_bacula_log/check_bacula_log.pl
Reviewed 16 years ago
i took the base of this plugin code and added more raids support, rewritten with perl style too. however i am not able to test all configurations so it could be broken (report problems back to me): the code can be tracked from: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_raid/check_raid
i've coded similar plugin independently when found this plugin already exist... http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_iptables/check_iptables differences are with my plugin: - can setup needed sudo rules if invoked with -S argument - you can specify warning and critical levels how many rules you need to have present - can check other tables/chains than filter/INPUT via command line args. License: GPL v2 (same as Nagios)