Xymon Mailing List Archive search

Anyone Using qpage (SMS Send Tool) With Xymon

list Wiskbroom
Thu, 10 Jun 2010 16:18:34 -0400
Message-Id: <user-78902991d713@xymon.invalid>


Hmm, I have SERVICE and other info *after* the SCRIPT variable, when I tried yours, I got attempts to qpage for other disk conditions.  Could you please provide me with the entire sendsms script?

Thanks,

.vp 
We use qpage with hobbit alerting, however we use it more like this:

SERVICE=cpu,disk COLOR=red,yellow RECOVERED REPEAT=1440 DURATION>90s
SCRIPT /usr/local/bin/sendsms UserName


You can add a FORMAT=SMS to the SCRIPT line above if you'd like, we do not use the FORMAT=SMS. We have the script read in the variables and make the text message from there to send out, these are the variables passwd into the SCRIPT, it can use the RCPT as the "UserName" to txt:

#BBCOLORLEVEL The current color of the status
#BBALPHAMSG The full text of the status log triggering the alert
#ACKCODE The "cookie" that can be used to acknowledge the alert
#RCPT The recipient, from the SCRIPT entry
#BBHOSTNAME The name of the host that the alert is about
#MACHIP The IP-address of the host that has a problem
#BBSVCNAME The name of the service that the alert is about
#BBSVCNUM The numeric code for the service. From SVCCODES definition.
#BBHOSTSVC HOSTNAME.SERVICE that the alert is about.
#BBHOSTSVCCOMMAS As BBHOSTSVC, but dots in the hostname replaced with commas
#BBNUMERIC A 22-digit number made by BBSVCNUM, MACHIP and ACKCODE.
#RECOVERED Is "1" if the service has recovered.
#EVENTSTART Timestamp when the current status (color) began.
#DOWNSECS Number of seconds the service has been down.
#DOWNSECSMSG When recovered, holds the text "Event duration : N" where N is the DOWNSECS value.
#CFID Line-number in the hobbit-alerts.cfg file that caused the script to be invoked. Can be useful when troubleshooting
alert configuration rules.


-----Original Message-----
From: user-ddebaeecde97@xymon.invalid [mailto:user-ddebaeecde97@xymon.invalid]
Sent: Thursday, June 10, 2010 11:30 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Anyone Using qpage (SMS Send Tool) With Xymon


Hello;


Anyone out there successfully using qpage?  I've read the "Configuring
Xymon Alerts" help page, and am unable to get this working.

I've installed qpage, and am having some issues getting it to work.  I can send SMS pages via the command-line, so I know it is working, I am unable to send when setup in hobbit-alerts.cfg as:

SCRIPT /usr/local/bin/sendsms UserName FORMAT=SMS SERVICE=cpu,disk COLOR=red,yellow RECOVERED REPEAT=1440 DURATION>90s

Here is /usr/local/bin/sendsms:

#!/bin/sh
/usr/local/bin/qpage -l0 -m -p $*

I've tried $1 and $*, both are inoperable.

Thank you,

.vp