My custom Icinga2 checks.
Go to file
Cyberes c2f2b5f3db add perfdata to check_zfs_zpool 2024-02-23 10:57:26 -07:00
Other working on refactor 2023-06-15 11:00:41 -06:00
check_docker fix rc 2023-05-03 12:26:57 -06:00
check_pve check_pve: option to ignore unknown disks 2023-05-28 12:50:04 -06:00
checker add perfdata to check_zfs_zpool 2024-02-23 10:57:26 -07:00
services fail overdue services 2023-11-22 23:35:33 -07:00
.gitignore reorganize, fix bugs 2023-04-21 23:54:16 -06:00
LICENSE Initial commit 2023-04-21 23:54:15 -06:00
README.md fix 2024-01-30 11:13:31 -07:00
check_bandwidth.py check_bandwidth: don't print all interfaces if ok 2023-07-06 10:15:32 -06:00
check_coturn.sh make bash work on bsd and linux 2023-06-07 14:31:09 -06:00
check_curl.sh check_curl: shellcheck u dummy 2023-11-23 21:48:45 -07:00
check_dns.sh add check_dns 2023-06-21 17:57:46 -06:00
check_dns_over_https.sh add check_dns 2023-06-21 17:57:46 -06:00
check_dns_tls.py update check_matrix_synapse 2023-09-16 13:18:11 -06:00
check_elastiflow_traffic_for_host.py add new opnesnse watcher server 2023-11-19 16:08:45 -07:00
check_federation.py add check_matrix_msg, other minor chnages 2023-11-14 11:35:41 -07:00
check_federation_tester.py check_federation_tester, make stuff executable 2023-04-21 23:54:17 -06:00
check_graylog.py check_graylog: option to ignore update notifications 2023-07-25 10:22:55 -06:00
check_hauk.py add idrac checkers 2023-11-26 23:15:27 -07:00
check_idrac_fans.py make shit executable again 2024-02-18 12:55:34 -07:00
check_idrac_status.py make shit executable again 2024-02-18 12:55:34 -07:00
check_idrac_temps.py make shit executable again 2024-02-18 12:55:34 -07:00
check_iowait.sh add idrac checkers 2023-11-26 23:15:27 -07:00
check_iperf3.sh check_iperf3: add retry if iperf3 server is busy\ 2023-09-16 13:33:45 -06:00
check_matrix_media_cdn.py rename file 2024-02-18 14:54:46 -07:00
check_matrix_msg.py oops 2023-11-14 13:15:02 -07:00
check_matrix_synapse.py dumbass 2023-09-16 13:37:18 -06:00
check_monitor_bot.py check_monitor_bot: remove debug print 2023-05-30 21:50:54 -06:00
check_mysql_slave.py fix a few issues with check_media_cdn 2024-02-18 14:54:33 -07:00
check_nginx.py add method to get_with_retry() 2023-06-27 17:56:40 -06:00
check_not_writable.sh fix writable 2024-02-18 00:42:20 -07:00
check_nut.py make shit executable again 2024-02-18 12:55:34 -07:00
check_openwrt_bssid.py add check_matrix_msg, other minor chnages 2023-11-14 11:35:41 -07:00
check_opnsense_traffic_for_host.py fix 2023-11-14 14:59:28 -07:00
check_opnsense_traffic_for_host_watcher.py fail overdue services 2023-11-22 23:35:33 -07:00
check_process.sh check_process.sh: fix bsd 2023-06-08 12:30:44 -06:00
check_proxmox_iowait.py make shit executable again 2024-02-18 12:55:34 -07:00
check_pve_guest_metrics.py check_pve_guest_metrics: adjust input data 2023-09-09 12:23:34 -06:00
check_redis.py check_federation_tester, make stuff executable 2023-04-21 23:54:17 -06:00
check_scrutiny_disks.py replace pandas with dateparser 2024-02-04 13:29:58 -07:00
check_speedtest.py add check_greylog.py 2023-06-27 13:13:52 -06:00
check_ssh.sh add check_ssh 2023-06-22 14:58:35 -06:00
check_uptime.sh check_uptime: fix floating point error 2023-06-08 22:48:55 -06:00
check_vllm.py add check_wireguard 2023-11-08 18:39:49 -07:00
check_wireguard.sh modify check_wireguard, add initial check_openwrt_bssid 2023-11-12 10:27:23 -07:00
check_writable.sh fix writable 2024-02-18 00:42:20 -07:00
check_zfs_zpool.py add perfdata to check_zfs_zpool 2024-02-23 10:57:26 -07:00
fail-overdue.py make shit executable again 2024-02-18 12:55:34 -07:00
icinga2kuma.py fix media cdn 2023-10-02 15:00:49 -06:00
install.sh make bash work on bsd and linux 2023-06-07 14:31:09 -06:00
matrix-host-notification.py check_federation_tester, make stuff executable 2023-04-21 23:54:17 -06:00
matrix-service-notification.py check_federation_tester, make stuff executable 2023-04-21 23:54:17 -06:00
opnsense_traffic_watcher.py make shit executable again 2024-02-18 12:55:34 -07:00
packages.txt fix a few things 2024-01-28 13:46:56 -07:00
requirements-difficult.txt add my own mysql slave check 2024-02-18 12:55:45 -07:00
requirements-everybody.txt replace pandas with dateparser 2024-02-04 13:29:58 -07:00
requirements-linuxfabrik.txt modify requirements 2023-04-21 23:54:20 -06:00
requirements.txt move some requirments that may fail if there is no rust compiler and no binary 2024-02-04 14:42:05 -07:00

README.md

icinga2-checks

My custom Icinga2 checks.

Useful: https://nagios-plugins.org/doc/guidelines.html#AEN200 https://icinga.com/docs/icinga-2/latest/doc/05-service-monitoring/#performance-data-metrics

requirements.txt: pip requirements for normal Linux hosts.

requirements-global.txt pip requirements for all Python 3 versions and Linux and BSD hosts.