aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/objects_common.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-11 15:35:24 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-11 15:35:24 +0100
commit258441019881c451686dbe537069228cc8e49612 (patch)
tree2b788d0ad445608afe01e8801553ffe0a28de047 /modules/private/monitoring/objects_common.nix
parent423c3f1caefdf5f125a2acf7456b5ca0273cee4b (diff)
downloadNix-258441019881c451686dbe537069228cc8e49612.tar.gz
Nix-258441019881c451686dbe537069228cc8e49612.tar.zst
Nix-258441019881c451686dbe537069228cc8e49612.zip
Add some monitoring services (eriomem)
Diffstat (limited to 'modules/private/monitoring/objects_common.nix')
-rw-r--r--modules/private/monitoring/objects_common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/monitoring/objects_common.nix b/modules/private/monitoring/objects_common.nix
index 7467306..15eee97 100644
--- a/modules/private/monitoring/objects_common.nix
+++ b/modules/private/monitoring/objects_common.nix
@@ -91,6 +91,7 @@ in
91 ]; 91 ];
92 command = { 92 command = {
93 check_dns = "$USER1$/check_dns -H $ARG1$ -s $HOSTADDRESS$ $ARG2$"; 93 check_dns = "$USER1$/check_dns -H $ARG1$ -s $HOSTADDRESS$ $ARG2$";
94 check_eriomem = "$USER2$/check_eriomem $USER208$";
94 check_external_dns = "$USER1$/check_dns -H $ARG2$ -s $ARG1$ $ARG3$"; 95 check_external_dns = "$USER1$/check_dns -H $ARG2$ -s $ARG1$ $ARG3$";
95 check_ftp_database = "$USER2$/check_ftp_database"; 96 check_ftp_database = "$USER2$/check_ftp_database";
96 check_git = "$USER2$/check_git $USER203$"; 97 check_git = "$USER2$/check_git $USER203$";