The aim of the widget status is to provide an overview of a an host, a cluster or a check. Il will contain:
- The name of the element
- The
- Cluster: its state is displayed
- status and it context (see Monitoring logic for more details)
- Notifications sent
- Notifications can be configured in Shinken administration UI in case an element becomes WARNIGN or CRITICAL.
- So if notification has been sent for this element, an envelope will be displayed with the number of notification on the right.
- For host, it display also the number of check, sorted per status.Host
- Here are the possible states:
...
FLAPPING => its state changed often (by default, checks are made every five minutes, so its means that the X last checks results were different) | |
DOWNTIME => the element has been flagged by a Shinken user as “under maintenance” | |
ACKNOWLEDGED => the problem has been taken into consideration by a Shinken user | |
PARTIAL ACKNOWLEDGED => the problem has been taken into consideration by a Shinken user |
...
- If you you select a host (not a cluster or a check), number of checks in each status will be displayed
...