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

10 lines
171 B
JSON

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