diff options
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 | ||||
| -rw-r--r-- | frontends/etc/inetd.conf | 1 | ||||
| -rw-r--r-- | frontends/etc/login.conf.d/inetd | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 7802a20..80394b0 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -74,7 +74,7 @@ }, <% } -%> <% } -%> - <% for my $nrpe_check (qw(load users disk zombie_procs total_procs backup_wallabag backup_nextcloud backup_anki)) { %> + <% for my $nrpe_check (qw(load users disk zombie_procs total_procs backup_wallabag backup_nextcloud backup_anki backup_tidal backup_protonmail backup_codeberg)) { %> "Check NRPE <%= $nrpe_check %> babylon5.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_nrpe", "Args": ["-H", "babylon5.buetow.org", "-c", "check_<%= $nrpe_check %>", "-p", "5666", "-4"], diff --git a/frontends/etc/inetd.conf b/frontends/etc/inetd.conf index 7467a43..22eae50 100644 --- a/frontends/etc/inetd.conf +++ b/frontends/etc/inetd.conf @@ -1,3 +1,4 @@ 127.0.0.1:11965 stream tcp nowait www /usr/local/bin/vger vger -v rsync stream tcp nowait root /usr/local/bin/rsync rsyncd --daemon +*:1234 stream tcp nowait _habit /usr/bin/perl perl -T /usr/local/bin/habit.pl # *:4242 stream tcp nowait _failunderd /bin/cat cat /var/run/failunderd/status.json diff --git a/frontends/etc/login.conf.d/inetd b/frontends/etc/login.conf.d/inetd new file mode 100644 index 0000000..c8620c4 --- /dev/null +++ b/frontends/etc/login.conf.d/inetd @@ -0,0 +1,3 @@ +inetd:\ + :maxproc=10:\ + :tc=daemon: |
