Try another method for sunet::nagios:nrpe
This commit is contained in:
parent
c0ab793bb5
commit
96e702c3a7
|
@ -1,7 +1,20 @@
|
||||||
# Note that the matching is done with re.match()
|
# Note that the matching is done with re.match()
|
||||||
.*\.sunet\.se$:
|
.*\.sunet\.se$:
|
||||||
net:
|
net:
|
||||||
net::nrpe:
|
sunet::nagios::nrpe:
|
||||||
|
checks:
|
||||||
|
- nrpe_check_apt
|
||||||
|
- nrpe_check_dynamic_disk
|
||||||
|
- nrpe_check_entropy
|
||||||
|
- nrpe_check_load
|
||||||
|
- nrpe_check_memory
|
||||||
|
- nrpe_check_ntp_time
|
||||||
|
- nrpe_check_reboot
|
||||||
|
- nrpe_check_scriptherder
|
||||||
|
- nrpe_check_total_procs_lax
|
||||||
|
- nrpe_check_uptime
|
||||||
|
- nrpe_check_users
|
||||||
|
- nrpe_check_zombie_procs
|
||||||
sunet::server:
|
sunet::server:
|
||||||
disable_all_local_users: true
|
disable_all_local_users: true
|
||||||
disable_ipv6_privacy: true
|
disable_ipv6_privacy: true
|
||||||
|
|
Loading…
Reference in a new issue