Skip to content

Instantly share code, notes, and snippets.

View gokhansengun's full-sized avatar

Gökhan Şengün gokhansengun

View GitHub Profile
@mtchavez
mtchavez / disk-check.json
Last active September 27, 2020 17:56
Consul Nagios Example Checks
{
"check": {
"id": "check-disk",
"name": "check-disk",
"script": "/usr/lib/nagios/plugins/check_disk -w 30% -c 5%",
"interval": "1m"
}
}