monitoring-plugins
monitoring-plugins copied to clipboard
200+ check plugins for Icinga and other Nagios-compatible monitoring applications. Each plugin is a standalone command line tool (written in Python) that provides a specific type of check.
``` # installed version smbstatus --version # latest version https://github.com/samba-team/samba/releases
``` # installed version ll /etc/httpd/conf.d/ total 20 lrwxrwxrwx. 1 root root 27 Feb 7 2018 crs -> owasp-modsecurity-crs-3.0.2 -rw-r--r--. 1 root root 273 Jan 14 2019 evasive.conf -rw-r--r--. 1...
``` # installed version cat /var/www/html/mediawiki/includes/DefaultSettings.php | grep wgVersion $wgVersion = '1.31.0'; # latest version https://github.com/wikimedia/mediawiki/releases
``` # installed version mcsadmin getSoftwareInfo getsoftwareinfo Tue Aug 25 09:41:22 2020 Name : mariadb-columnstore-platform Version : 1.2.5 Release : 1 Architecture: x86_64 Install Date: Tue Dec 10 13:50:50 2019...
``` # installed version curl -u user:password -H 'Accept: application/json' -X GET 'http://ip:9000/api/cluster?pretty=true' { "redacted" : { "facility" : "graylog-server", "codename" : "Wildwuchs", "node_id" : "redacted", "cluster_id" : "redacted", "version"...
``` # installed version sudo -u apache composer --version Composer version 1.10.10 2020-08-03 11:35:19 # latest version https://github.com/composer/composer/releases
In GitLab by @markuslf on Mar 18, 2021, 08:44 /var/log/messages: * "journal: Missed 925 kernel messages" * "Too many " /var/log/maillog: * "Recipient address rejected" * "error" * "fatal" *...
From the fail2ban project: https://github.com/fail2ban/fail2ban/tree/master/files/nagios
In GitLab by @dominik.riva on Nov 29, 2021, 12:15 Proposal to add flags to CSV: - suppress reporting of values as performance data - add warning and critical thresholds to...
In GitLab by @markuslf on Jan 2, 2022, 15:09 Could be a nice feature: visualize percentages using ASCII-Bars in Text Output like so: ``` if (value > 80) return /*...