aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-12-31 16:26:15 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-12-31 16:26:15 +0300
commitbb765e1184d51bf6e2d866b9ae8e1055d4a9adad (patch)
tree54f1f6ac2e3d7034a9ac0211f94f821e0750338e
parentc0492d09ba1f91fce9f46e2340f18a28b735afcd (diff)
downloadnixsap-bb765e1184d51bf6e2d866b9ae8e1055d4a9adad.tar.gz
Make `probes` include only "local" plugins
-rw-r--r--pkgs/probes.nix3
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"