oci-registry: Update nagios to monitor the correct directory for disk space

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-05-30 20:06:18 +02:00
parent 40a819e1d5
commit bb24183f46
3 changed files with 5 additions and 5 deletions

View file

@ -83,8 +83,8 @@ define service {
}
define service {
hostgroup_name moby_registry
service_description Disk space /var/lib/registry
check_command check_by_nrpe!check_disk_/var/lib/registry
hostgroup_name oci_registry
service_description Disk space /srv/registry
check_command check_by_nrpe!check_disk_/srv/registry
use disktemplate
}