SMS alert for specific service
- snapon_admin
- Posts: 952
- Joined: Mon Jun 10, 2013 10:39 am
- Location: Kenosha, WI
- Contact:
SMS alert for specific service
Goofy question, is there any way to setup a single service check to send SMS alerts, but have all other checks still use email notifications?
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: SMS alert for specific service
If I had a dime for every time I've answered this question - I'd be $0.20 richer (after this posting).
No - obviously notification commands are a contact construct, not a service construct. The only shenanigans I can think of that you can piece together would be using a notification command as the event_handler - which is indeed a service construct. It won't work well for you though unless the service has a max_check_attempts of 1 - and you only need 1 notification.
No - obviously notification commands are a contact construct, not a service construct. The only shenanigans I can think of that you can piece together would be using a notification command as the event_handler - which is indeed a service construct. It won't work well for you though unless the service has a max_check_attempts of 1 - and you only need 1 notification.
- snapon_admin
- Posts: 952
- Joined: Mon Jun 10, 2013 10:39 am
- Location: Kenosha, WI
- Contact:
Re: SMS alert for specific service
Precisely what I figured, thank you sir. Go ahead and lock this one.