Bookmarks for maggio 14th through maggio 22nd
Dai un’occhiata ai link interessanti che ho trovato dal maggio 14th al maggio 22nd:
Dai un’occhiata ai link interessanti che ho trovato dal maggio 14th al maggio 22nd:
These are my links for maggio 7th from 10:06 to 10:24:
Dai un’occhiata ai link interessanti che ho trovato dal aprile 30th al maggio 7th:
Dai un’occhiata ai link interessanti che ho trovato dal marzo 26th al aprile 28th:
Since someone asked in the nagios users mailing list for an help to understand how notification escalations work in Nagios, I wrote an easy and short workflow to explain the logic underneath.
Notification escalations are a means to ensure that someone will ne notified, eventually. If a contact doesn’t acknowledge a problem, we can escalate the nofications to someone else, changing the way we deliver the messages if we think it’s a good strategy.
In this post we won’t discuss of the syntax or the options regarding the escalations, we will have a look at the logic of the escalations, at how they take place and how they work.
Here the workflow for check/notification/escalation is the following:
Now, let’s make a practical example:
define serviceescalation{
host_name webserver
service_description HTTP
first_notification 3
last_notification 5
notification_interval 45
contact_groups ITOps_Oncall,managers
} define serviceescalation{
host_name webserver
service_description HTTP
first_notification 6
last_notification 0
notification_interval 60
contact_groups ITOps_Oncall,managers,everyone
}
What happens? Here we go: