diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-23 01:02:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-23 01:02:49 +0300 |
| commit | c787a03f1e89193e6e2f8e555aa711770cbdf4f4 (patch) | |
| tree | 66fb6dfa923a73cdf0a1030000fbc2ecd02ec30f /frontends/Rexfile | |
| parent | 46e778abf68d5761a2833033d41cd4d5d81f3a6b (diff) | |
add nrpe
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 13031ad..6fdfcf6 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -401,6 +401,8 @@ desc 'Setup Gogios monitoring system'; task 'gogios', group => 'frontends', sub { pkg 'monitoring-plugins', ensure => present; + pkg 'nrpe', ensure => present; + my $gogios_path = '/usr/local/bin/gogios'; file '/etc/gogios.json', |
