diff --git a/apache/assets/service_checks.json b/apache/assets/service_checks.json index 54ccbb137ab49..d9b0d971fe687 100644 --- a/apache/assets/service_checks.json +++ b/apache/assets/service_checks.json @@ -4,7 +4,8 @@ "integration": "Apache", "groups": [ "host", - "port" + "port", + "server" ], "check": "apache.can_connect", "statuses": [ diff --git a/elastic/assets/service_checks.json b/elastic/assets/service_checks.json index c3cd73ac63a0f..495047610c81f 100644 --- a/elastic/assets/service_checks.json +++ b/elastic/assets/service_checks.json @@ -10,7 +10,8 @@ ], "groups": [ "host", - "port" + "port", + "server" ], "name": "Cluster Health", "description": "Returns the `status` from the Elasticsearch [Cluster Health API](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-health.html). Additional information about shard status at the time of collection is included in the check message." @@ -25,7 +26,8 @@ ], "groups": [ "host", - "port" + "port", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored Elasticsearch instance. Returns `OK` otherwise." diff --git a/lighttpd/assets/service_checks.json b/lighttpd/assets/service_checks.json index d574e2dd00992..e8d216809c8cb 100644 --- a/lighttpd/assets/service_checks.json +++ b/lighttpd/assets/service_checks.json @@ -9,7 +9,8 @@ ], "groups": [ "host", - "port" + "port", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to and collect metrics from the monitored Lighttpd instance. Returns `OK` otherwise." diff --git a/mcache/assets/service_checks.json b/mcache/assets/service_checks.json index 1efaca4a5a4c1..ac1142a3a9d84 100644 --- a/mcache/assets/service_checks.json +++ b/mcache/assets/service_checks.json @@ -9,7 +9,8 @@ ], "groups": [ "host", - "port" + "port", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored Memcached instance. Returns `OK` otherwise." diff --git a/mongo/assets/service_checks.json b/mongo/assets/service_checks.json index f006a72c6ce12..e45f4e24d1767 100644 --- a/mongo/assets/service_checks.json +++ b/mongo/assets/service_checks.json @@ -10,7 +10,8 @@ "groups": [ "host", "port", - "db" + "db", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored MongoDB instance. Returns `OK` otherwise." diff --git a/mysql/assets/service_checks.json b/mysql/assets/service_checks.json index 1a9fe83bcf53d..93c5c858ae46e 100644 --- a/mysql/assets/service_checks.json +++ b/mysql/assets/service_checks.json @@ -9,7 +9,8 @@ ], "groups": [ "host", - "port" + "port", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored MySQL instance. Returns `OK` otherwise." diff --git a/nginx/assets/service_checks.json b/nginx/assets/service_checks.json index db6bb100688d7..fcc576abf53e3 100644 --- a/nginx/assets/service_checks.json +++ b/nginx/assets/service_checks.json @@ -9,7 +9,8 @@ ], "groups": [ "host", - "port" + "port", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to and collect metrics from the monitored Nginx instance. Returns `OK` otherwise." diff --git a/pgbouncer/assets/service_checks.json b/pgbouncer/assets/service_checks.json index d6b4be44248c6..4ae9e123d79db 100644 --- a/pgbouncer/assets/service_checks.json +++ b/pgbouncer/assets/service_checks.json @@ -10,7 +10,8 @@ "groups": [ "host", "port", - "db" + "db", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored PGBouncer instance. Returns `OK` otherwise." diff --git a/sqlserver/assets/service_checks.json b/sqlserver/assets/service_checks.json index 3213716384c33..12d94eab8e348 100644 --- a/sqlserver/assets/service_checks.json +++ b/sqlserver/assets/service_checks.json @@ -9,7 +9,8 @@ ], "groups": [ "host", - "db" + "db", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored SQL Server instance. Returns `OK` otherwise." diff --git a/tokumx/assets/service_checks.json b/tokumx/assets/service_checks.json index 4e523f1664a80..311661f409dd3 100644 --- a/tokumx/assets/service_checks.json +++ b/tokumx/assets/service_checks.json @@ -10,7 +10,8 @@ "groups": [ "host", "port", - "db" + "db", + "server" ], "name": "Can Connect", "description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored TokuMX instance. Returns `OK` otherwise." diff --git a/windows_service/assets/service_checks.json b/windows_service/assets/service_checks.json index 976f2a43b7b56..48b5314ab7de2 100644 --- a/windows_service/assets/service_checks.json +++ b/windows_service/assets/service_checks.json @@ -11,7 +11,8 @@ ], "groups": [ "host", - "windows_service" + "windows_service", + "server" ], "name": "Service state", "description": "Returns `OK` if the windows service is in Running state, `CRITICAL` if it is Stopped, `UNKNOWN` if it is Unknown, and `WARNING` for the other service states." diff --git a/zk/assets/service_checks.json b/zk/assets/service_checks.json index 7f4eb073daf5c..a3d9451072b60 100644 --- a/zk/assets/service_checks.json +++ b/zk/assets/service_checks.json @@ -10,7 +10,8 @@ ], "groups": [ "host", - "port" + "port", + "server" ], "name": "ruok", "description": "Sends `ruok` to the monitored node. Returns `OK` with an `imok` response, `WARN` in the case of a different response and `CRITICAL` if no response is received." @@ -25,7 +26,8 @@ ], "groups": [ "host", - "port" + "port", + "server" ], "name": "Expected Mode", "description": "Compares the current mode given by the `stat` command to the expected mode configured in `zk.yaml`. Returns `OK` when the modes match and `CRITICAL` otherwise. Only returns a status when there's a value for `expected_mode` in `zk.yaml`"