Delete the monitoring settings for `consul`.

This commit is contained in:
Kazuhiro MUSASHI 2019-11-24 14:19:50 +08:00
parent a4822fe9ef
commit d57fbcbc93
5 changed files with 0 additions and 45 deletions

View File

@ -1,9 +0,0 @@
{
"check": {
"id": "disk-capacity",
"name": "Check for Disk Capacity",
"args": ["/usr/lib/nagios/plugins/check_disk", "-w", "25%", "-c", "10%", "-p", "/"],
"interval": "3600s",
"timeout": "10s"
}
}

View File

@ -1,9 +0,0 @@
{
"check": {
"id": "load-average",
"name": "Check for Load Average",
"args": ["/usr/lib/nagios/plugins/check_load", "-r", "--warning=1,1,1", "--critical=2,2,2"],
"interval": "60s",
"timeout": "10s"
}
}

View File

@ -1,9 +0,0 @@
{
"check": {
"id": "memory",
"name": "Check for Memory",
"args": ["/usr/lib/nagios/plugins/check_memory"],
"interval": "60s",
"timeout": "10s"
}
}

View File

@ -1,9 +0,0 @@
{
"check": {
"id": "ssh",
"name": "SSH TCP on port 10022",
"tcp": "localhost:10022",
"interval": "10s",
"timeout": "1s"
}
}

View File

@ -1,9 +0,0 @@
{
"check": {
"id": "swap-capacity",
"name": "Check for Swap Capacity",
"args": ["/usr/lib/nagios/plugins/check_swap", "-a", "-w", "50%", "-c", "25%", "-n", "ok"],
"interval": "300s",
"timeout": "10s"
}
}