Files
bansho/app/components/config/config.json
2015-02-06 14:18:30 -05:00

13 lines
359 B
JSON

{
"dashboardConfig": {
"cells": ["host", "service_check", "duration", "last_check"],
"apiName": "services",
"filters": { "isnot": { "host_state": ["0"]} }
},
"hostsConfig": {
"cells": ["hosts_host", "host_address", "duration", "last_check", "host_status"],
"apiName": "hosts",
"filters": {}
}
}