Created a class for a special check only for nic.komreg.net
This commit is contained in:
parent
5f09bbce2a
commit
c3e2e77f2e
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ nic.komreg.net:
|
|||
autoupdate:
|
||||
konsulter:
|
||||
nagios_monitor:
|
||||
nic_checks:
|
||||
|
||||
r1.komreg.net:
|
||||
sunet_iaas_cloud:
|
||||
|
|
|
@ -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': }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue