X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fmonitoring%2Fobjects_common.nix;h=15eee97b732e73acae0c293fbe2052e7125a0de2;hp=7467306c323926da8d47d7c501df508018062b80;hb=258441019881c451686dbe537069228cc8e49612;hpb=423c3f1caefdf5f125a2acf7456b5ca0273cee4b 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 ]; command = { check_dns = "$USER1$/check_dns -H $ARG1$ -s $HOSTADDRESS$ $ARG2$"; + check_eriomem = "$USER2$/check_eriomem $USER208$"; check_external_dns = "$USER1$/check_dns -H $ARG2$ -s $ARG1$ $ARG3$"; check_ftp_database = "$USER2$/check_ftp_database"; check_git = "$USER2$/check_git $USER203$";