TOP LEVEL CATEGORIES
EXPLORE
No popular categories found.
Plugins allow you to monitor anything and everything with Nagios – databases, operating systems, applications, network equipment, protocols and more!
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.
Showing 2891-2900 of 4379 results.
Sort by: Default Name (A-Z) Name (Z-A) Date (Oldest) Date (Newest) Comment Count (Most) Comment Count (Least) Random
Very simplistic NRPE plugin that will check md5sum's of system files against a stored list. Steps to install: 1. Generate the stored /etc/nagios/md5s by running:…
Part of the Advanced Nagios Plugins Collection Download it here: https://github.com/harisekhon/nagios-plugins check_file_md5.pl Nagios Plugin to check a file's checksum against an expected value Useful if…
Modeled after check_file_md5s, this script performs the following functions: - Permits arbitrary md5sum checking of a filename passed in on a parameter - Builds a…
cleberson@cleberson-note:~$ ./check_file_integrity.sh /etc/passwd OK: /etc/passwd ok cleberson@cleberson-note:~$ ./check_file_integrity.sh /etc/passwd CRITIAL: /etc/passwd changed
$ ./check_file_exists_glob -h check_file_exists_glob - Alert if a FILE does not exist. Usage: check_file_exists_glob [options] -d DIR FILE FILE : The file to search for. Can glob using '*' etc, but place file names with glob patterns within quotes. Mandatory. The FILE must always be specified. -d DIR : Base directory to search in. Mandatory option - the DIR must always be specified. -i : Invert FILE, so alert if FILE does exist. -I : Alert if DIR does not exist. -p : Add performance data output for graphing. -w NUM : Warning alert if >=NUM files are found and invert files '-i' is on. (Default is: 1) -c NUM : Critical alert if >=NUM files are found and invert files '-i' is on. (Default is: 1) -h : Display this help text. Example: Check that /tmp/dir/file exists. ./check_file_exists_glob -d /tmp/dir file Check that /tmp/dir/file does NOT exist. ./check_file_exists_glob -d /tmp/dir -i file Again check that /tmp/dir/file does NOT exist but this time alert if the directory it could be found in, /tmp/dir, is missing.…
The plugin checks if a file exists. Returns OK if the file exists , and show the first three lines of the file ( head…
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing.