Try adding nrpe class

This commit is contained in:
Patrik Holmqvist 2024-09-26 14:25:45 +02:00
parent ac248a7c4e
commit 27ae765fa8
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273
2 changed files with 23 additions and 0 deletions

View file

@ -11,6 +11,7 @@
pahol-test4.sunet.se: pahol-test4.sunet.se:
sunet::server: sunet::server:
net::nrpe:
test-das-federator.lab.sunet.se: test-das-federator.lab.sunet.se:
sunet::certbot::acmed: sunet::certbot::acmed:

View file

@ -0,0 +1,22 @@
class net::nrpe {
class {'sunet::nagios::nrpe':
checks => [
'nrpe_check_apt',
'nrpe_check_boot',
'nrpe_check_dynamic_disk',
'nrpe_check_entropy',
'nrpe_check_load',
'nrpe_check_memory',
'nrpe_check_needrestart',
'nrpe_check_ntp_time',
'nrpe_check_reboot',
'nrpe_check_root',
'nrpe_check_scriptherder',
'nrpe_check_total_procs_lax',
'nrpe_check_uptime',
'nrpe_check_users',
'nrpe_check_var',
'nrpe_check_zombie_procs',
]
}
}