Delete the monitoring settings for `consul`.
This commit is contained in:
parent
a4822fe9ef
commit
d57fbcbc93
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"check": {
|
||||
"id": "memory",
|
||||
"name": "Check for Memory",
|
||||
"args": ["/usr/lib/nagios/plugins/check_memory"],
|
||||
"interval": "60s",
|
||||
"timeout": "10s"
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"check": {
|
||||
"id": "ssh",
|
||||
"name": "SSH TCP on port 10022",
|
||||
"tcp": "localhost:10022",
|
||||
"interval": "10s",
|
||||
"timeout": "1s"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue