diff --git a/docs/20_Checks/check_clientbackup.md b/docs/20_Checks/check_clientbackup.md index 727f171866765a9379de053a7cdeaf5955b03eca..9fe6c3d2100bd492d188d8144efe83ea40d1e683 100644 --- a/docs/20_Checks/check_clientbackup.md +++ b/docs/20_Checks/check_clientbackup.md @@ -6,7 +6,7 @@ Script: `check_clientbackup` 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/>\ 📜 License: GNU GPL 3.0\ -📖 Docs: see docs folder or online <https://os-docs.iml.unibe.ch/iml-backup/> +📗 Docs: see docs folder or online <https://os-docs.iml.unibe.ch/iml-backup/> ## Requirements diff --git a/docs/20_Checks/check_cronstatus.md b/docs/20_Checks/check_cronstatus.md index 8459cea5015c6b020c50daa74b4dc0b6660c76b3..067a1713363b3a6b0a3dc93c071171ae0d4e0905 100644 --- a/docs/20_Checks/check_cronstatus.md +++ b/docs/20_Checks/check_cronstatus.md @@ -21,7 +21,7 @@ As output you get a summary of all checks followed by more detailed status per j 📄 Source: <https://github.com/axelhahn/cronwrapper>\ 📜 License: GNU GPL 3.0\ -📖 Docs: see docs folder or online <https://www.axel-hahn.de/docs/cronwrapper/> +📗 Docs: see docs folder or online <https://www.axel-hahn.de/docs/cronwrapper/> ## Syntax diff --git a/docs/20_Checks/check_disk_io.md b/docs/20_Checks/check_disk_io.md index 90e67e601413fc7374620ce678cceda804c69756..a881c483d829c1421a8491967c48e79f443f7ef9 100644 --- a/docs/20_Checks/check_disk_io.md +++ b/docs/20_Checks/check_disk_io.md @@ -1,5 +1,7 @@ ## CHECK_DISK-IO +Script: `check_disk_io` + **check_disk-io** is a plugin to show io, ticks and wait time. It shows a multiline output and sends performance data. diff --git a/docs/20_Checks/check_dns_responsetime.md b/docs/20_Checks/check_dns_responsetime.md index 2c9232dc85b8ec452233b1ef8b9b8aea7280b46a..19d0f15293a814757cd40a71b92d2c271e6f7a7c 100644 --- a/docs/20_Checks/check_dns_responsetime.md +++ b/docs/20_Checks/check_dns_responsetime.md @@ -1,5 +1,7 @@ ## CHECK_DNS_RESPONSETIME +Script: `check_dns_responsetime` + **check_dns_responsetime** check dns response time of all dns servers found in local /etc/resolv.conf ## Requirements diff --git a/docs/20_Checks/check_docker_info.md b/docs/20_Checks/check_docker_info.md index 09782171697b337424b4828c71ab5e42149f5713..f4cde8f2e5b3d917478065ad5125b147d5ac185a 100644 --- a/docs/20_Checks/check_docker_info.md +++ b/docs/20_Checks/check_docker_info.md @@ -1,5 +1,7 @@ ## CHECK_DOCKER_INFO +Script: `check_docker_info` + **check_docker_info_** shows the docker version and count of containers. You get the count of containers by state running, paused or stopped. This check sends performance data. diff --git a/docs/20_Checks/check_docker_stats.md b/docs/20_Checks/check_docker_stats.md index c0667fe701fab5a223cdf1d8cb003c16ca18385c..0d953bb0118e4546e6df36756fd0eba8b838b3cc 100644 --- a/docs/20_Checks/check_docker_stats.md +++ b/docs/20_Checks/check_docker_stats.md @@ -1,5 +1,7 @@ ## CHECK_DOCKER_STATS +Script: `check_docker_stats` + **check_docker_stats** shows the docker resources of containers. This check sends performance data. diff --git a/docs/20_Checks/check_dockercontainer_top.md b/docs/20_Checks/check_dockercontainer_top.md index 30eb8886d742c4eb9043f0903109f94ad2370dff..b734a21a50ba688e194bb23f534663d582bbdbcd 100644 --- a/docs/20_Checks/check_dockercontainer_top.md +++ b/docs/20_Checks/check_dockercontainer_top.md @@ -1,5 +1,7 @@ ## CHECK_DOCKERCONTAINER_TOP +Script: `check_dockercontainer_top` + **check_dockercontaeiner_top** shows the docker top output for each container. ## Requirements diff --git a/docs/20_Checks/check_eol.md b/docs/20_Checks/check_eol.md index fb47429a1a4001b90f13cba4ff864b19b36ad511..06f50ebdd388c09b64880d1493cfee193aafd2e4 100644 --- a/docs/20_Checks/check_eol.md +++ b/docs/20_Checks/check_eol.md @@ -1,5 +1,7 @@ ## Check EOL +Script: `check_eol` + **check_eol** is a plugin for Icinga/ Nagios. It detects the end of life of an OS or a product. You get a status "ok", "warning" or "critical" based on the limits. diff --git a/docs/20_Checks/check_fs_errors.md b/docs/20_Checks/check_fs_errors.md index 3c3eb28406f9225deff286dd64febe78a1e74675..718dfd517b8debd8778bf5752b095ab0a1a73b61 100644 --- a/docs/20_Checks/check_fs_errors.md +++ b/docs/20_Checks/check_fs_errors.md @@ -1,5 +1,7 @@ ## Check filesystem errors +Script: `check_fs_errors` + **check_fs_errors** checks if kernel logs inconsistency messages in the journallog. It requires sudo permission on /bin/journalctl diff --git a/docs/20_Checks/check_fs_writable.md b/docs/20_Checks/check_fs_writable.md index 2bfba939f59e093575227771966b1b55acbede7d..51ac13313be7f4e2fdabbc1c21d1231729b60202 100644 --- a/docs/20_Checks/check_fs_writable.md +++ b/docs/20_Checks/check_fs_writable.md @@ -1,5 +1,7 @@ ## Check writable filesystem +Script: `check_fs_writable` + **check_fs_writebale** checks in the given directories a file can be touched. The response is critical of one of the directory is not writable for the icinga client user. diff --git a/docs/20_Checks/check_gitlab_tokens.md b/docs/20_Checks/check_gitlab_tokens.md index 5b4c51f3fb4bd35895ebc525b7fe72d14394005a..4509c57ad2586d0aa06470577ef5bd6a30185783 100644 --- a/docs/20_Checks/check_gitlab_tokens.md +++ b/docs/20_Checks/check_gitlab_tokens.md @@ -1,5 +1,7 @@ ## Check Gitlab tokens +Script: `check_gitlab_tokens` + **check_gitlab_tokens** checks all newer tokens of projects and groups if they expire soon. You can set a warning and a critical level in days. Gitlab has an api requrest `/personal_access_tokens` but it doesn't have the information about the project or usergroup where it is defined. @@ -15,7 +17,7 @@ The check returns ## Requirements * curl -* Bash REST API client<br>A set of class like functions with a http. prefix. <br>Docs: <https://os-docs.iml.unibe.ch/bash-rest-api-client/> +* Bash REST API client<br>A set of class like functions with a http. prefix. <br>📗 Docs: <https://os-docs.iml.unibe.ch/bash-rest-api-client/> Extract or Git pull the Bash REST API client somewhere in your filesystem. eg. /opt/bash-api-client/. With the parameter `-r <FILE>` you point to the file `rest-api-client.sh`. diff --git a/docs/20_Checks/check_haproxy_health.md b/docs/20_Checks/check_haproxy_health.md index 444232b0977d8814bdb5fab3bc335ba206922ec2..81287b4b28adafa4344f25076bcb786215ae5925 100644 --- a/docs/20_Checks/check_haproxy_health.md +++ b/docs/20_Checks/check_haproxy_health.md @@ -1,5 +1,7 @@ ## Check HA-Proxy health +Script: `check_haproxy_health` + **check_haproxy_health** checks health url of haproxy service. The url of it will be detected from /etc/haproxy/haproxy.cfg. diff --git a/docs/20_Checks/check_haproxy_status.md b/docs/20_Checks/check_haproxy_status.md index 789c71bb9568dabb4856395bf6f99281d15fa0b3..0a0f5ec9b8300dd4889eecf7676dbc15dbbcdbb3 100644 --- a/docs/20_Checks/check_haproxy_status.md +++ b/docs/20_Checks/check_haproxy_status.md @@ -1,5 +1,7 @@ ## Check HA-Proxy Status +Script: `check_haproxy_status` + **check_haproxy_health** show status and connections count on frontend and backend. This check sends performance data. diff --git a/docs/20_Checks/check_http.md b/docs/20_Checks/check_http.md index e739583b913035fbe5f68689d77bea527291f62a..cc4328973739f7000ec72bac013fbd2ef1c6fab4 100644 --- a/docs/20_Checks/check_http.md +++ b/docs/20_Checks/check_http.md @@ -1,5 +1,7 @@ ## Check Httpd +Script: `check_http` + Makes an http request with a given method (like HEAD or GET; GET is default). Additionally you can verify the response: diff --git a/docs/20_Checks/check_iml_backup_server.md b/docs/20_Checks/check_iml_backup_server.md index 5fd22120ed010d1515260b100f13344f4ab971c4..a33c630ffd0a8c80d135fa06aedb56f8654add0b 100644 --- a/docs/20_Checks/check_iml_backup_server.md +++ b/docs/20_Checks/check_iml_backup_server.md @@ -1,5 +1,7 @@ ## Check IML backup server +Script: `check_iml_backup_server` + This check is for IML Backup server. This check executes the script 'storage_helper.sh' to get thebackup status. diff --git a/docs/20_Checks/check_journallog.md b/docs/20_Checks/check_journallog.md index 9b383f2914fd3c0a79ed8912bcf878805a8219ab..cd8528f1db3fee0f59bae68e10fef6e2a2e17cae 100644 --- a/docs/20_Checks/check_journallog.md +++ b/docs/20_Checks/check_journallog.md @@ -1,5 +1,7 @@ ## Check Systemd unit +Script: `check_journallog` + This check shows the count of written entries in the journallog per minute. This check requires access to journalctl. diff --git a/docs/20_Checks/check_memory.md b/docs/20_Checks/check_memory.md index 63816702e3fe865814e536050e4f445b4f906711..a5765817f2cb64a8630e20b27a7bffd687733bb3 100644 --- a/docs/20_Checks/check_memory.md +++ b/docs/20_Checks/check_memory.md @@ -1,5 +1,7 @@ ## Check Memory (RAM) +Script: `check_memory` + **check_memory** Check memory usage incl. free, used and total memory. It reads /proc/meminfo and fetches the needed values. diff --git a/docs/20_Checks/check_mysqlserver.md b/docs/20_Checks/check_mysqlserver.md index 00c763ed6e5770b0b36a318bcab07ea163eace73..68fb818ac3d24ccae298bb1ac89baab644fd287d 100644 --- a/docs/20_Checks/check_mysqlserver.md +++ b/docs/20_Checks/check_mysqlserver.md @@ -1,5 +1,7 @@ ## Check Mysql / mariadb server +Script: `check_mysqlserver` + **check_mysqlserver** is a plugin execute different checks on a mysql server instance. The kind of check is defined by a parameter `-m METHOD`. diff --git a/docs/20_Checks/check_netio.md b/docs/20_Checks/check_netio.md index 6975cb7d3326dbaa458e09bf863ea41f2919cbf3..ce7f745deee42145f7d6d25c085eb718375e07f4 100644 --- a/docs/20_Checks/check_netio.md +++ b/docs/20_Checks/check_netio.md @@ -1,5 +1,7 @@ ## Check_netio +Script: `check_netio` + Show network io for all or selected interfaces. This plugin scans `/proc/net/dev` with the regex `eth|en[ops][0-9]*` to show a few types of interfaces. diff --git a/docs/20_Checks/check_netstat.md b/docs/20_Checks/check_netstat.md index df04c329ed7a8fd426a334f27c72dcae8e969280..9274037cc572b366a6a181ebba6e32da9e255202 100644 --- a/docs/20_Checks/check_netstat.md +++ b/docs/20_Checks/check_netstat.md @@ -1,5 +1,7 @@ ## Check netstat +Script: `check_netstat` + Count number of network connections. ## Syntax diff --git a/docs/20_Checks/check_onehost.md b/docs/20_Checks/check_onehost.md index 34c2b79832eb171e8db0a4225ec7e8670714de92..e9b2be57cecb88b80d94e043a92d0a37fa3b6c3c 100644 --- a/docs/20_Checks/check_onehost.md +++ b/docs/20_Checks/check_onehost.md @@ -1,5 +1,7 @@ ## Check OpenNebula hosts +Script: `check_onehost` + **check_onevm** is a plugin to show count of hosts in OpenNebula and warn if a host is down. ## Requirements diff --git a/docs/20_Checks/check_onevm.md b/docs/20_Checks/check_onevm.md index da56a9e159af9a8a36fd164239c4efdd37634200..4a42f19e5e714664abeb46858053a1de10c8cc26 100644 --- a/docs/20_Checks/check_onevm.md +++ b/docs/20_Checks/check_onevm.md @@ -1,5 +1,7 @@ ## Check OpenNebula virtual machines +Script: `check_onevm` + **check_onevm** is a plugin to show count of vms in OpenNebula - listed by state and by host. The version 1.4 identifies these status values: diff --git a/docs/20_Checks/check_opencpu.md b/docs/20_Checks/check_opencpu.md index 40138425b069a7271468ee8977ecc283e488abc0..40e11ea5a84b0bfdf05758790a3980607b999874 100644 --- a/docs/20_Checks/check_opencpu.md +++ b/docs/20_Checks/check_opencpu.md @@ -1,5 +1,7 @@ ## Check_opencpu +Script: `check_opencpu` + Test if OpenCpu is available via http and test if given packages are installed. ### Requirements diff --git a/docs/20_Checks/check_packages2install.md b/docs/20_Checks/check_packages2install.md index cde17d22c0a6a5f378616c028830a0ae8a89d690..4e60971b703d0e8129e1983cf2994363211ceaca 100644 --- a/docs/20_Checks/check_packages2install.md +++ b/docs/20_Checks/check_packages2install.md @@ -1,5 +1,7 @@ ## Check_packages2install +Script: `check_packages2install` + Check available package updates. Found updates will be shown in groups. diff --git a/docs/20_Checks/check_php-fpm-status.md b/docs/20_Checks/check_php-fpm-status.md index 5f614f281db7d5c6632530069e8eaef4d73f9542..837bbb5ebb9b8cca0379940d14e6fb885564cb08 100644 --- a/docs/20_Checks/check_php-fpm-status.md +++ b/docs/20_Checks/check_php-fpm-status.md @@ -1,5 +1,7 @@ ## Check_php-fpm-status +Script: `check_php-fpm-status` + The check fetches several counters from php-fm-status page. ## Requirements diff --git a/docs/20_Checks/check_proc_mem.md b/docs/20_Checks/check_proc_mem.md index 952ec92bc5ab825eafc3af092d83911477e11842..7732c16b08462e1d60433768c938b27b273f5a92 100644 --- a/docs/20_Checks/check_proc_mem.md +++ b/docs/20_Checks/check_proc_mem.md @@ -1,5 +1,7 @@ ## Check memory consuming processes +Script: `check_proc_mem` + Show processes that consume the most memory. You get a list with process name, total usage of all its processes, count of instances. diff --git a/docs/20_Checks/check_proc_ressources.md b/docs/20_Checks/check_proc_ressources.md index 99489c3e523762ee6771ffe8cd6bd22473df8580..d26ab3ef7ab66f40d1ee8fbe8019133261d13113 100644 --- a/docs/20_Checks/check_proc_ressources.md +++ b/docs/20_Checks/check_proc_ressources.md @@ -1,5 +1,7 @@ ## Check process resources regarding cpu and memory +Script: `check_proc_ressources` + Show processes that consume the most memory or cpu. You get a list with usage, process id and process diff --git a/docs/20_Checks/check_proc_zombie.md b/docs/20_Checks/check_proc_zombie.md index e9aa946b8c97d9f95e6bf0e9b3d78bcf11dc81ea..1c1706be958e0561f9044f273c8a1aa1eed8d877 100644 --- a/docs/20_Checks/check_proc_zombie.md +++ b/docs/20_Checks/check_proc_zombie.md @@ -1,5 +1,7 @@ ## Check_proc_zombie +Script: `check_proc_zombie` + **check_proc_zombie** is a plugin to show the count of zombie processes. It sends performance data. diff --git a/docs/20_Checks/check_psqlserver.md b/docs/20_Checks/check_psqlserver.md index 2329bc3205e018dea924e380a2983b645cd716f6..89459984a7d3efdecdd9efd1dacfa2e43ddbb03c 100644 --- a/docs/20_Checks/check_psqlserver.md +++ b/docs/20_Checks/check_psqlserver.md @@ -1,5 +1,7 @@ ## Check PostgreSql server +Script: `check_psqlserver` + **check_psqlserver** is a plugin execute different checks on a postgreSql server instance. The kind of check is defined by a parameter `-m METHOD`. diff --git a/docs/20_Checks/check_rearbackup.md b/docs/20_Checks/check_rearbackup.md index f4d97f4a100dc1cdf45e62166413546f8855af74..acb88d6a194ca39fee5c27150d9e020df932c688 100644 --- a/docs/20_Checks/check_rearbackup.md +++ b/docs/20_Checks/check_rearbackup.md @@ -1,5 +1,7 @@ ## Check Rear backup +Script: `check_rearbackup` + This check can verify the age of all iso files in the backup target directory. ## Requirements diff --git a/docs/20_Checks/check_reboot_required.md b/docs/20_Checks/check_reboot_required.md index 25e066dd61c74557035dcd804c32ac4dd584fed6..47deb3cd9b89829402d9aceb4126145465edbcb1 100644 --- a/docs/20_Checks/check_reboot_required.md +++ b/docs/20_Checks/check_reboot_required.md @@ -1,5 +1,7 @@ ## Check Reboot required +Script: `check_reboot_required` + Check if a reboot is required. It works for Centos and Debian/ Ubuntu. diff --git a/docs/20_Checks/check_requirements.md b/docs/20_Checks/check_requirements.md index 15d5ed80c3273144f8bbf2723cc5902f35a9f502..feef6f79ac5ccaa05e81652016b3a66daa57d98c 100644 --- a/docs/20_Checks/check_requirements.md +++ b/docs/20_Checks/check_requirements.md @@ -1,5 +1,7 @@ ## Check_requirements +Script: `check_requirements` + **check_requirements** is a plugin to run different check to show the ability to run an application. You can these checks * Check if a process exists diff --git a/docs/20_Checks/check_smartstatus.md b/docs/20_Checks/check_smartstatus.md index 1fac6a40343b833f899a53bae4b9099d53f53a4a..fc1d399141a1b4fc29ae4015a4831d30dc49ecc4 100644 --- a/docs/20_Checks/check_smartstatus.md +++ b/docs/20_Checks/check_smartstatus.md @@ -1,5 +1,7 @@ ## Check_smartstatus +Script: `check_smartstatus` + **check_smartstatus** is a plugin run a smartctl check to verify the disk status of all local harddisks/ ssds. It works on physical machines only. diff --git a/docs/20_Checks/check_snmp_data.md b/docs/20_Checks/check_snmp_data.md index d54fb2d6c61e93dc8443d3cefeef7231fea10eb0..807b560fb6cc7b95cd51b9422232935f8da27ffa 100644 --- a/docs/20_Checks/check_snmp_data.md +++ b/docs/20_Checks/check_snmp_data.md @@ -1,5 +1,7 @@ ## Check SNMP data +Script: `check_snmp_data` + **check_snmp_data** is a plugin for fetching performance data with a set of given OIDs. It can handle current values (i.e. load / cpu usage / disc usage) and counter values (i.e. network io). diff --git a/docs/20_Checks/check_snmp_synology.md b/docs/20_Checks/check_snmp_synology.md index df59d944df08ade710f49a85f457f5ea42488f92..bbbbbdaefc02e8369c4430a12eb71466869ab787 100644 --- a/docs/20_Checks/check_snmp_synology.md +++ b/docs/20_Checks/check_snmp_synology.md @@ -1,5 +1,7 @@ ## Check SNMP Synology +Script: `check_snmp_synology` + **check_snmp_data** is a plugin to check the status of a Synology storage using snmp v2 or v3. ## Syntax diff --git a/docs/20_Checks/check_ssl_certs.md b/docs/20_Checks/check_ssl_certs.md index 8fbed68382f4651f73d50efd65fc438ddf12d56d..de9814f76dce92df38f7994b8b91d1ee0ec1093a 100644 --- a/docs/20_Checks/check_ssl_certs.md +++ b/docs/20_Checks/check_ssl_certs.md @@ -1,5 +1,7 @@ ## Check ssl certs +Script: `check_ssl_certs` + **check_ssl_certs** is a plugin to check local certificats. It loops over 1 or multiple certificate files and reads the expiration date from is. diff --git a/docs/20_Checks/check_systemdunit.md b/docs/20_Checks/check_systemdunit.md index fbe1bcd7eaf591187d6d4bc6bed730dd79b02261..e23adebc5e4b7408948c4a5286c727c5ddb40ac7 100644 --- a/docs/20_Checks/check_systemdunit.md +++ b/docs/20_Checks/check_systemdunit.md @@ -1,5 +1,7 @@ ## Check Systemd unit +Script: `check_systemdunit` + This check shows the status of a systemd unit. A unit is everything listed by systemctl command - services, timers, targets, ...