bansho/app/components/config/config.json
2015-02-10 12:22:28 -05:00

30 lines
821 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": {}
},
"servicesConfig": {
"cells": ["host", "service_check", "duration", "last_check"],
"apiName": "services",
"filters": {}
},
"customViewsConfig": {
"customView1": {
"cells": ["hosts_host", "host_address", "duration", "last_check", "host_status"],
"apiName": "hosts",
"filters": {}
},
"customView2": {
"cells": ["host", "service_check", "duration", "last_check"],
"apiName": "services",
"filters": {}
}
}
}