Skip to content

Instantly share code, notes, and snippets.

@obazoud
Created April 28, 2014 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obazoud/11374562 to your computer and use it in GitHub Desktop.
Save obazoud/11374562 to your computer and use it in GitHub Desktop.
Zabbix Json
{
hosts: [
{
checks_enabled: "1",
display_name: "xxx",
name: "xxx",
num_services: "19",
num_services_crit: "0",
num_services_ok: "19",
num_services_pending: "0",
num_services_unknown: "0",
num_services_warn: "0"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment