Skip to content

Instantly share code, notes, and snippets.

@metabsd
Created March 14, 2018 15:23
Show Gist options
  • Save metabsd/d2f2287b5f6ae9392ee674f0ddbf8ddd to your computer and use it in GitHub Desktop.
Save metabsd/d2f2287b5f6ae9392ee674f0ddbf8ddd to your computer and use it in GitHub Desktop.
example of result I get
ok: [zltxct0863] => {
"nagios_xi_services.json.servicelist.service|selectattr('service_description', 'search', nagios_cpu_usage_service_description)|list": [
{
"@attributes": {
"id": "24244"
},
"action_url": "",
"active_checks_enabled": "1",
"check_interval": "15",
"config_type": "1",
"display_name": "CPU Usage",
"first_notification_delay": "120",
"host_name": "zldwbl0802",
"icon_image": "",
"icon_image_alt": "",
"instance_id": "1",
"is_active": "1",
"max_check_attempts": "10",
"notes": "",
"notes_url": "",
"notification_interval": "60",
"notifications_enabled": "1",
"passive_checks_enabled": "1",
"retry_interval": "1",
"service_description": "CPU Usage"
},
{
"@attributes": {
"id": "24226"
},
"action_url": "",
"active_checks_enabled": "1",
"check_interval": "15",
"config_type": "1",
"display_name": "CPU Usage",
"first_notification_delay": "120",
"host_name": "zldwbl0801",
"icon_image": "",
"icon_image_alt": "",
"instance_id": "1",
"is_active": "1",
"max_check_attempts": "10",
"notes": "",
"notes_url": "",
"notification_interval": "60",
"notifications_enabled": "1",
"passive_checks_enabled": "1",
"retry_interval": "1",
"service_description": "CPU Usage"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment