nagios: Added missing nagios-plugins-swap package to nagios::target::nrpe class.
This commit is contained in:
parent
e0176c550f
commit
87f9e8995d
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ class nagios::target::nrpe inherits nagios::target {
|
||||||
"nagios-plugins-disk",
|
"nagios-plugins-disk",
|
||||||
"nagios-plugins-load",
|
"nagios-plugins-load",
|
||||||
"nagios-plugins-procs",
|
"nagios-plugins-procs",
|
||||||
|
"nagios-plugins-swap",
|
||||||
"nagios-plugins-users", ]:
|
"nagios-plugins-users", ]:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
before => [ File["/etc/nrpe.d"], Service["nrpe"] ],
|
before => [ File["/etc/nrpe.d"], Service["nrpe"] ],
|
||||||
|
|
Loading…
Add table
Reference in a new issue