itamae/cookbooks/consul/files/etc/consul.d/check-memory.json

10 lines
171 B
JSON
Raw Normal View History

2019-03-03 08:50:49 +00:00
{
"check": {
"id": "memory",
"name": "Check for Memory",
"args": ["/usr/lib/nagios/plugins/check_memory"],
"interval": "60s",
"timeout": "10s"
}
}