diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2018-12-31 16:26:15 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2018-12-31 16:26:15 +0300 |
commit | bb765e1184d51bf6e2d866b9ae8e1055d4a9adad (patch) | |
tree | 54f1f6ac2e3d7034a9ac0211f94f821e0750338e | |
parent | c0492d09ba1f91fce9f46e2340f18a28b735afcd (diff) | |
download | nixsap-bb765e1184d51bf6e2d866b9ae8e1055d4a9adad.tar.gz |
Make `probes` include only "local" plugins
-rw-r--r-- | pkgs/probes.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/probes.nix b/pkgs/probes.nix index 650c996..70235d6 100644 --- a/pkgs/probes.nix +++ b/pkgs/probes.nix @@ -4,11 +4,8 @@ let plugins = [ "check_disk" "check_file_age" - "check_http" "check_load" "check_log" - "check_mysql" - "check_mysql_query" "check_procs" "check_swap" "check_users" |