diff --git a/nagios/manifests/target.pp b/nagios/manifests/target.pp index 87e2ec9..b000fec 100644 --- a/nagios/manifests/target.pp +++ b/nagios/manifests/target.pp @@ -100,6 +100,7 @@ class nagios::target::nrpe inherits nagios::target { "nagios-plugins-disk", "nagios-plugins-load", "nagios-plugins-procs", + "nagios-plugins-swap", "nagios-plugins-users", ]: ensure => installed, before => [ File["/etc/nrpe.d"], Service["nrpe"] ],