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:
parent
40a819e1d5
commit
bb24183f46
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue