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 cat /usr/share/icingaweb2/modules/director/module.info Name: Icinga Director Version: 1.7.2.2020020405 Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.5.0) Description: Director - Config tool for Icinga 2 Icinga Director is a...
In GitLab by @markuslf on Jul 23, 2021, 16:38 Be aware of already-aggregated values returned by systems and applications. Apache for example returns a value "137.5 kB/request". Sounds good, but...
In GitLab by @markuslf on Jul 23, 2021, 16:23 With Continous Counters (unit "c") we have major disadvantages with regard to software like Grafana: * Assume rendering a panel based...
In GitLab by @markuslf on Jan 24, 2022, 11:50
In GitLab by @markuslf on Jun 11, 2020, 08:31 Currently check throws a warning if overall rating is below A/B. Should we also warn on "Header X-Frame-Options missing. Header X-Content-Type-Options...
In GitLab by @markuslf on Sep 24, 2020, 08:10 Otherwise you get on 2020-09-24: * nextcloud-version: Nextcloud v19.0.3.1 is up to date * nextcloud-security-scan: `"A" rating for xyz, checked at...
In GitLab by @markuslf on Oct 1, 2021, 13:30 Fetching http://localhost/server-info?config, check for things like * CoreDumpDirectory * DocumentRoot * Group $APACHE_GROUP * Mutex * PidFile * ScoreBoardFile * ServerSignature...
In GitLab by @markuslf on May 25, 2021, 09:51 Looks like this: ``` TTY: 0, PTS: 1, DISC: 1 [WARNING] USERNAME SESSIONNAME ID STATE IDLE TIME LOGON TIME user1 3...
``` # installed version cd /opt/keycloak ./bin/jboss-cli.sh -c --controller=localhost:9990 --command=":read-attribute(name=product-version)" { "outcome" => "success", "result" => "4.3.0.Final" } # latest version https://github.com/wildfly/wildfly/releases
``` # installed version cd /usr/share/tomcat7/bin ./version.sh Using CATALINA_BASE: /usr/share/tomcat7 Using CATALINA_HOME: /usr/share/tomcat7 Using CATALINA_TMPDIR: /usr/share/tomcat7/temp Using JRE_HOME: /usr Using CLASSPATH: /usr/share/tomcat7/bin/bootstrap.jar:/usr/share/tomcat7/bin/tomcat-juli.jar Server version: Apache Tomcat/7.0.28 Server built: Apr 8...