Discussion:
Alerts by phone (not txt)
Matthew Kitchin (public)
2012-02-03 18:47:55 UTC
Permalink
Matthew Kitchin (public) [http://community.zenoss.org/people/mkitchin] created the discussion

"Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64232#64232

--------------------------------------------------------------
I need to find a way to have alerts at least dial a phone number. I don't even really care if a message is played, but I need them to dial a phone number.
This was helpful, but it is for SMS paging.
http://community.zenoss.org/docs/DOC-5819 http://community.zenoss.org/docs/DOC-5819
I suppose I could try and hack a way at it and make it dial a cell phone instead. Our network core went down last night, and everything was inaccessible. I just started at this job, and Zenoss isn't even running, so we can assume it would be the latest version running on a physical device. The current software is virtual, so it certainly wasn't going to be able to send out any notifications. I want a phone call, because that is the most likely thing to wake someone up. It doesn't even have to say anything. It would be from a  specified number. and I would just have all admins store that in their contacts with an obvious number.
Any ideas?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64232#64232]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-03 18:55:02 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64224#64224

--------------------------------------------------------------
Matthew:

I'd use an Event Command in conjunction with asterix.

--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64224#64224]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Matthew Kitchin (public)
2012-02-03 18:58:20 UTC
Permalink
Matthew Kitchin (public) [http://community.zenoss.org/people/mkitchin] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64233#64233

--------------------------------------------------------------
Do you mean load Asterisk on the Zenoss server for this function?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64233#64233]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-03 18:59:56 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64225#64225

--------------------------------------------------------------
Matthew:

I wouldn't load it on the same box if possible. I know Asterix supports all sorts of scripted phone operations though. You can trigger them using Event Command which are essentially alerting rules which run a command.

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64225#64225]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Matthew Kitchin (public)
2012-02-03 19:04:49 UTC
Permalink
Matthew Kitchin (public) [http://community.zenoss.org/people/mkitchin] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64234#64234

--------------------------------------------------------------
I've got to get everything on the same box in this case. Our entire LAN was down. Being on a remote box wouldn't cut it. We are migrating to a new data center (2 states away) and will have a more robust infrastructure, but that is going to take over a year. I need to find a way to get this all on one physical server. If I can run raw commands with alerting rules, I've got to assume there is some sort of Linux dialer package out there that can do that.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64234#64234]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-03 19:10:12 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64241#64241

--------------------------------------------------------------
Matthew:

I'm sure there is. Off the top of my head you could try:

echo ATX1DT{NUMBER}$1 > /dev/modem where {number} is the number to dial.

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64241#64241]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Matthew Kitchin (public)
2012-02-03 19:17:01 UTC
Permalink
Matthew Kitchin (public) [http://community.zenoss.org/people/mkitchin] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64236#64236

--------------------------------------------------------------
I think I will give this a try.
http://serverfault.com/questions/152241/using-modem-for-sending-voice-recording http://serverfault.com/questions/152241/using-modem-for-sending-voice-recording
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64236#64236]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-03 19:18:05 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64244#64244

--------------------------------------------------------------
Matthew:

Good luck! Post your results.

Best,
--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64244#64244]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
mwcotton
2012-02-04 00:33:23 UTC
Permalink
mwcotton [http://community.zenoss.org/people/mwcotton] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64238#64238

--------------------------------------------------------------
( showing my age here )
Look for kermit for your linux box, connect it to some old modem laying around.
Kermit has a good scripting language, you can get to call..

Of course this is assuming you are going to do something via an event command.
The event command would trigger the kermit command file.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64238#64238]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-04 02:55:18 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64247#64247

--------------------------------------------------------------
mwcotton:

+How's a muppet going to fix this?+ :)

Just kidding. I recall kermit. Good suggestion; had forgot all about it. Those were simpliler days indeed.

Best,
--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64247#64247]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
mwcotton
2012-02-05 01:19:30 UTC
Permalink
mwcotton [http://community.zenoss.org/people/mwcotton] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64251#64251

--------------------------------------------------------------
LOL, I could have said uucp , ct or cu !!!
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64251#64251]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Matthew Kitchin (public)
2012-02-06 19:44:35 UTC
Permalink
Matthew Kitchin (public) [http://community.zenoss.org/people/mkitchin] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64302#64302

--------------------------------------------------------------
Can anyone give me some help on a simple Event Command for this? I found this post which seems to have most of what I need:
http://community.zenoss.org/blogs/zenossblog/2010/05/25/zenoss-tip-of-the-month-tweeting-events-to-twitter-with-event-commands http://community.zenoss.org/blogs/zenossblog/2010/05/25/zenoss-tip-of-the-month-tweeting-events-to-twitter-with-event-commands
But I don't quite understand where to assign this even to a particular action. I know how to do alerts, but I don't understand where to do this.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64302#64302]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-06 19:59:45 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64303#64303

--------------------------------------------------------------
http://community.zenoss.org/docs/DOC-4766#d0e7224 http://community.zenoss.org/docs/DOC-4766#d0e7224

--Shane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64303#64303]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Matthew Kitchin (public)
2012-02-06 21:12:00 UTC
Permalink
Matthew Kitchin (public) [http://community.zenoss.org/people/mkitchin] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64305#64305

--------------------------------------------------------------
Very easy. Thank you.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64305#64305]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-09 08:43:21 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Alerts by phone (not txt)"

To view the discussion, visit: http://community.zenoss.org/message/64405#64405

--------------------------------------------------------------
Matt:

No problem. :)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64405#64405]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...