]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/monitoring/plugins/check_eriomem
Fix check eriomem check
[perso/Immae/Config/Nix.git] / modules / private / monitoring / plugins / check_eriomem
index 65ca790ffaa598fac644b1eba5e594bd8c2e4889..f91d1e4304ed49d910388d751d8f6a58ddd33b60 100755 (executable)
@@ -25,9 +25,6 @@ def to_args(k):
             'du'
             ]
 
-ARGS1= to_args(keys[0])
-ARGS2= to_args(keys[1])
-
 max_size = 1024*1024*1024*1024
 warning_percent = 99.75
 critical_percent = 99.95