check_mk send notifications based on service status in Nagios Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!Nagios Statistics for Notifications/AlertsNagios escalations with no contacts defined directly on the service checksNagios check service frequency based on service statusNagios (re-)send notification for service in OK stateNagios - NagWin - Send notification with gmailNagios: turn off service checks/display on down hostsnagios contact groups to check_mkNagios place child service under parentCheck_MK: How do I create Notifications based on groups of services instead of just one service?check_mk BI notifications
Drawing spherical mirrors
The Nth Gryphon Number
Is there public access to the Meteor Crater in Arizona?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
What's the point of the test set?
How to write capital alpha?
Do wooden building fires get hotter than 600°C?
Why is it faster to reheat something than it is to cook it?
What initially awakened the Balrog?
Deconstruction is ambiguous
Why are my pictures showing a dark band on one edge?
Co-worker has annoying ringtone
Why weren't discrete x86 CPUs ever used in game hardware?
1-probability to calculate two events in a row
Do I really need to have a message in a novel to appeal to readers?
Amount of permutations on an NxNxN Rubik's Cube
A term for a woman complaining about things/begging in a cute/childish way
How much damage would a cupful of neutron star matter do to the Earth?
Sum letters are not two different
Intuitive explanation of the rank-nullity theorem
What makes a man succeed?
If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?
How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?
As Singapore Airlines (Krisflyer) Gold, can I bring my family into the lounge on a domestic Virgin Australia flight?
check_mk send notifications based on service status in Nagios
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Nagios Statistics for Notifications/AlertsNagios escalations with no contacts defined directly on the service checksNagios check service frequency based on service statusNagios (re-)send notification for service in OK stateNagios - NagWin - Send notification with gmailNagios: turn off service checks/display on down hostsnagios contact groups to check_mkNagios place child service under parentCheck_MK: How do I create Notifications based on groups of services instead of just one service?check_mk BI notifications
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have some services status in "Warning", "Unknown" and "Critical". I would like to send notifications for "Warnings" and "Unknown" every hour and for "Critical" every 10 minutes. Right now my set up only sends notifications for "Critical" every 30 minutes. I have not seen how to change it based on status:
extra_service_conf["notification_interval"] = [
( "30", ALL_HOSTS, ALL_SERVICES )
]
nagios check-mk
add a comment |
I have some services status in "Warning", "Unknown" and "Critical". I would like to send notifications for "Warnings" and "Unknown" every hour and for "Critical" every 10 minutes. Right now my set up only sends notifications for "Critical" every 30 minutes. I have not seen how to change it based on status:
extra_service_conf["notification_interval"] = [
( "30", ALL_HOSTS, ALL_SERVICES )
]
nagios check-mk
add a comment |
I have some services status in "Warning", "Unknown" and "Critical". I would like to send notifications for "Warnings" and "Unknown" every hour and for "Critical" every 10 minutes. Right now my set up only sends notifications for "Critical" every 30 minutes. I have not seen how to change it based on status:
extra_service_conf["notification_interval"] = [
( "30", ALL_HOSTS, ALL_SERVICES )
]
nagios check-mk
I have some services status in "Warning", "Unknown" and "Critical". I would like to send notifications for "Warnings" and "Unknown" every hour and for "Critical" every 10 minutes. Right now my set up only sends notifications for "Critical" every 30 minutes. I have not seen how to change it based on status:
extra_service_conf["notification_interval"] = [
( "30", ALL_HOSTS, ALL_SERVICES )
]
nagios check-mk
nagios check-mk
asked Feb 6 '17 at 19:59
raygoraygo
1035
1035
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
- Log in via WATO as an administrative user
- Find the "Host & Service
Parameters" - Find "Monitoring Configuration"
- Find "Periodic
notifications during service problems"
From this point, I think you'll be able to handle it.
Hi. I'm not using WATO
– raygo
Feb 7 '17 at 14:37
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f830925%2fcheck-mk-send-notifications-based-on-service-status-in-nagios%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Log in via WATO as an administrative user
- Find the "Host & Service
Parameters" - Find "Monitoring Configuration"
- Find "Periodic
notifications during service problems"
From this point, I think you'll be able to handle it.
Hi. I'm not using WATO
– raygo
Feb 7 '17 at 14:37
add a comment |
- Log in via WATO as an administrative user
- Find the "Host & Service
Parameters" - Find "Monitoring Configuration"
- Find "Periodic
notifications during service problems"
From this point, I think you'll be able to handle it.
Hi. I'm not using WATO
– raygo
Feb 7 '17 at 14:37
add a comment |
- Log in via WATO as an administrative user
- Find the "Host & Service
Parameters" - Find "Monitoring Configuration"
- Find "Periodic
notifications during service problems"
From this point, I think you'll be able to handle it.
- Log in via WATO as an administrative user
- Find the "Host & Service
Parameters" - Find "Monitoring Configuration"
- Find "Periodic
notifications during service problems"
From this point, I think you'll be able to handle it.
answered Feb 7 '17 at 9:17
BertBert
592520
592520
Hi. I'm not using WATO
– raygo
Feb 7 '17 at 14:37
add a comment |
Hi. I'm not using WATO
– raygo
Feb 7 '17 at 14:37
Hi. I'm not using WATO
– raygo
Feb 7 '17 at 14:37
Hi. I'm not using WATO
– raygo
Feb 7 '17 at 14:37
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f830925%2fcheck-mk-send-notifications-based-on-service-status-in-nagios%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown