Compare commits

..

No commits in common. "aa2df6307b9434a2961ccf6f83ae96571ec23709" and "49f6c4770bf7a1e1248c9819d662c3e77aff5772" have entirely different histories.

4 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ services:
build:
dockerfile: Dockerfile
container_name: nagios
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.9
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.8
networks:
infra_dev_net:
ipv4_address: 10.99.23.36

View File

@ -33,7 +33,7 @@
command[check_proc_docker]=/usr/lib/nagios/plugins/check_procs -c 1:1 -C dockerd
command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /
command[check_disk_docker]=sudo /usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /var/lib/docker/volumes
command[check_disk_docker]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /var/lib/docker/volumes
command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
command[check_procs]=/usr/lib/nagios/plugins/check_procs -w 275 -c 350
command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 1 -c 10 -s Z

View File

@ -1 +0,0 @@
nagios ALL=(ALL) NOPASSWD: ALL

View File

@ -10,7 +10,6 @@ apt install -y nagios-nrpe-server monitoring-plugins-basic monitoring-plugins-co
[[ ! -d "/etc/nagios/nrpe.d" ]] && mkdir -p /etc/nagios/nrpe.d
cp -v etc/sudoers.d/* /etc/sudoers.d/
cp -v etc/nagios/nrpe.cfg /etc/nagios/
cp -rv etc/nagios/nrpe.d/* /etc/nagios/nrpe.d/
cp -rv usr/lib/nagios/plugins/* /usr/lib/nagios/plugins/