added nrpe checks and scriptherder
This commit is contained in:
parent
3ac9f51c35
commit
a10cdf7e3b
1 changed files with 16 additions and 0 deletions
|
@ -1,7 +1,23 @@
|
||||||
# Note that the matching is done with re.match()
|
# Note that the matching is done with re.match()
|
||||||
.+:
|
.+:
|
||||||
sunet::server:
|
sunet::server:
|
||||||
|
unattended_upgrades: true
|
||||||
|
install_scriptherder: true
|
||||||
rut:
|
rut:
|
||||||
|
sunet::nagios::nrpe:
|
||||||
|
checks:
|
||||||
|
- nrpe_check_memory
|
||||||
|
- nrpe_check_entropy
|
||||||
|
- nrpe_check_ntp_time
|
||||||
|
- nrpe_check_scriptherder
|
||||||
|
- nrpe_check_apt
|
||||||
|
- nrpe_check_dynamic_disk
|
||||||
|
- nrpe_check_users
|
||||||
|
- nrpe_check_uptime
|
||||||
|
- nrpe_check_reboot
|
||||||
|
- nrpe_check_load
|
||||||
|
- nrpe_check_zombie_procs
|
||||||
|
- nrpe_check_total_procs_lax
|
||||||
sunet::invent::client:
|
sunet::invent::client:
|
||||||
export_endpoint: https://ni-frontend-test.sunet.se
|
export_endpoint: https://ni-frontend-test.sunet.se
|
||||||
invent_retention_days: 1
|
invent_retention_days: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue