Created a class for a special check only for nic.komreg.net

This commit is contained in:
Maria Haider 2018-04-17 15:33:49 +02:00
parent 5f09bbce2a
commit c3e2e77f2e
Signed by: mariah
GPG key ID: 7414A760CA747E57
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@ nic.komreg.net:
autoupdate:
konsulter:
nagios_monitor:
nic_checks:
r1.komreg.net:
sunet_iaas_cloud:

View file

@ -675,4 +675,8 @@ class nagios_monitor {
# description => 'check https certificate validity on port 443',
# contact_groups => ['alerts']
#}
class nic_checks {
sunet::nagios::nrpe_check_nagios { 'nagios': }
}
}