Issue
Code backup
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
# Vecchia versione del file
|
||||
|
||||
[Current Incidents]
|
||||
title = "Disservizi in Corso"
|
||||
disabled = "1"
|
||||
|
||||
[Overdue]
|
||||
title = "Ritardi"
|
||||
disabled = "1"
|
||||
|
||||
[Muted]
|
||||
title = "Silenziati"
|
||||
disabled = "1"
|
||||
|
||||
[Dashboard]
|
||||
title = "Dashboard"
|
||||
|
||||
[Dashboard.Host Problem]
|
||||
url = "icingadb/hosts?host.state.is_problem=y&sort=host.state.severity%20desc&limit=25&view=minimal"
|
||||
title = "Host Problem"
|
||||
|
||||
[Dashboard.Tactical]
|
||||
url = "icingadb/tactical"
|
||||
title = "Tactical"
|
||||
|
||||
[Dashboard.Services Problem]
|
||||
url = "icingadb/services?service.state.is_problem=y&view=minimal&sort=service.state.severity%20desc&limit=25"
|
||||
title = "Service Problem"
|
||||
|
||||
[Dashboard.Hosts]
|
||||
url = "icingadb/hosts?host.state.is_problem!=y&sort=host.state.last_state_change%20desc&limit=25&view=minimal"
|
||||
title = "Host"
|
||||
|
||||
[Dashboard.Hostgroups]
|
||||
url = "icingadb/hostgroups"
|
||||
title = "Hostgroup"
|
||||
|
||||
[Dashboard.Services]
|
||||
url = "icingadb/services?service.state.is_problem=n&view=minimal&sort=service.state.last_state_change%20desc&limit=25"
|
||||
title = "Service"
|
||||
|
||||
[VMware]
|
||||
title = "VMware"
|
||||
|
||||
[VMware.Host]
|
||||
url = "vspheredb/hosts?columns=object_name%2Ccpu_usage%2Cmemory_usage%2Cvms_overall_status%2Cuptime"
|
||||
title = "Host"
|
||||
|
||||
[VMware.Snapshot]
|
||||
url = "vspheredb/vms/snapshot"
|
||||
title = "Snapshot"
|
||||
|
||||
[VMware.VM Status]
|
||||
url = "vspheredb/vms?columns=cpu_usage%2Cmemory_usage%2Cuptime%2Cobject_name&sort=runtime_power_state&limit=100"
|
||||
title = "VM Status"
|
||||
Reference in New Issue
Block a user