Revert the interval and TTL values
This commit is contained in:
parent
ab2e3bf0f5
commit
c90975405a
|
@ -279,8 +279,8 @@ body must look like:
|
||||||
"Name": "Memory utilization",
|
"Name": "Memory utilization",
|
||||||
"Notes": "Ensure we don't oversubscribe memory",
|
"Notes": "Ensure we don't oversubscribe memory",
|
||||||
"Script": "/usr/local/bin/check_mem.py",
|
"Script": "/usr/local/bin/check_mem.py",
|
||||||
"Interval": 10,
|
"Interval": "10s",
|
||||||
"TTL": 15
|
"TTL": "15s"
|
||||||
}
|
}
|
||||||
|
|
||||||
The `Name` field is mandatory, as is either `Script` and `Interval`
|
The `Name` field is mandatory, as is either `Script` and `Interval`
|
||||||
|
@ -348,8 +348,8 @@ body must look like:
|
||||||
"Port": 8000,
|
"Port": 8000,
|
||||||
"Check": {
|
"Check": {
|
||||||
"Script": "/usr/local/bin/check_redis.py",
|
"Script": "/usr/local/bin/check_redis.py",
|
||||||
"Interval": 10,
|
"Interval": "10s",
|
||||||
"TTL": 15
|
"TTL": "15s"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue