From Daniel.Nordquist@orlandohealth.com Wed Jun 24 08:20:42 2026 From: Daniel.Nordquist@orlandohealth.com To: xymon@xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Date: Tue, 08 Mar 2011 13:50:34 -0500 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6852594214094473996==" --===============6852594214094473996== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've had the same issue with the cluster.exe sending alerts in html but not i= ncluding the tag so it shows up like yours does. You can script it an= d have it send in html but it will attach a .bin file which is more of a pain= than just reading between the tags imo. Maybe someone else has a solution? From: Jayanta Kundu [mailto:jayantak007 at gmail.com] Sent: Tuesday, March 08, 2011 1:37 PM To: Nordquist, Daniel Subject: Re: [Xymon] How can i change the format for e-mail alert. Hi Daniel, I am using FORMAT=3DPLAIN in the "hobbit-alerts.cfg" file. With Regards, Jayanta. On Tue, Mar 8, 2011 at 10:00 PM, Nordquist, Daniel > wrote: Have you tried using the format=3D setting? Or are you using a script? From: xymon-bounces at xymon.com [mailto:x= ymon-bounces at xymon.com] On Behalf Of Ja= yanta Kundu Sent: Tuesday, March 08, 2011 1:23 PM To: xymon at xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Hi All, How can I change the format for e-mail alert. Presently in my xymon setup following e-mail format is showing: red Tue Mar 8 13:17:28 IRST 2011 ERROR :The PERNDING_CREDIT_ENTRIES_WMX cou= nt crossed Error Threshold Level
PERNDING_CREDIT_ENTRIES_WMX De= tails :
PENDING_CREDIT_ENTRIES VALUE ---------------------- ------------------------------------------------------= -----------------------------------------------------------------------------= -----------------------------------------------------------------------------= ----------------------------------------------- &red #ERROR# 1055
Threshold : Error Threshold > 500 Warning Threshold > 200 See http://192.168.xx.xx/xymon-cgi/bb-hostsvc.sh?HOST=3Dt1vl001&SERVICE=3DPer= nding_Credit_Entries_WMX I would like to change it as follows(I wan following format for e-mail alert): The PERNDING_CREDIT_ENTRIES_WMX count =3D 1055 Error Threshold > 500 Warning Threshold > 200 See http://192.168.xx.xx/xymon-cgi/bb-hostsvc.sh?HOST=3Dt1vl001&SERVICE=3DPer= nding_Credit_Entries_WMX With Regards, Jayanta. ________________________________ This e-mail message and any attached files are confidential and are intended = solely for the use of the addressee(s) named above. If you are not the intend= ed recipient, any review, use, or distribution of this e-mail message and any= attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulati= ons, attorney-client work product, or other privileges. If you have received = this confidential communication in error, please notify the sender immediatel= y by reply e-mail message and permanently delete the original message. To rep= ly to our email administrator directly, send an email to: postmaster at orlan= dohealth.com . If this e-mail message concerns a contract matter, be advised that no employe= e or agent is authorized to conclude any binding agreement on behalf of Orlan= do Health by e-mail without express written confirmation by an officer of the= corporation. Any views or opinions presented in this e-mail are solely those= of the author and do not necessarily represent those of Orlando Health. ________________________________ This e-mail message and any attached files are confidential and are intended = solely for the use of the addressee(s) named above. If you are not the intend= ed recipient, any review, use, or distribution of this e-mail message and any= attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulati= ons, attorney-client work product, or other privileges. If you have received = this confidential communication in error, please notify the sender immediatel= y by reply e-mail message and permanently delete the original message. To rep= ly to our email administrator directly, send an email to: postmaster at orlan= dohealth.com . If this e-mail message concerns a contract matter, be advised that no employe= e or agent is authorized to conclude any binding agreement on behalf of Orlan= do Health by e-mail without express written confirmation by an officer of the= corporation. Any views or opinions presented in this e-mail are solely those= of the author and do not necessarily represent those of Orlando Health. --===============6852594214094473996==-- From tm@freedom.com Wed Jun 24 08:20:42 2026 From: tm@freedom.com To: xymon@xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Date: Tue, 08 Mar 2011 11:09:20 -0800 Message-ID: <8D17C43B4F1AC3498DE039AEA93812907054BD0557@VA3DIAXVS051.RED001.local> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2842535332678148327==" --===============2842535332678148327== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable If you need html mail for some reason then this is probably no going to help,= but it works fine for me. This also removes the 'who are we paging' from th= e info pages. I use SCRIPT and call an external file, some of the alerts are= terse, others can contain more detail. (I'm still on 4.2.0 :)=20 Examples below. alert config: PAGE=3D%^example/(moo|foo) SERVICE=3Dconn COLOR=3Dred DURATION>2m SCRIPT $alertdir/page-primary.sh page-web-prim FORMAT=3Dsms REPEAT=3D15m page-primary.sh ----- #!/bin/bash /bin/mail -s "$BBHOSTSVC" 1234567890 at somewheretmomail.net < /dev/null ----- #!/bin/bash /bin/mail -s "$BBHOSTSVC" gfoo at somewhere121323123.com < tag so it shows up like yours does. You can scri= pt it and have it send in html but it will attach a .bin file which is more o= f a pain than just reading between the tags imo. Maybe someone else has a solution? From: Jayanta Kundu [mailto:jayantak007 at gmail.com] Sent: Tuesday, March 08, 2011 1:37 PM To: Nordquist, Daniel Subject: Re: [Xymon] How can i change the format for e-mail alert. Hi Daniel, I am using FORMAT=3DPLAIN in the "hobbit-alerts.cfg" file. With Regards, Jayanta. On Tue, Mar 8, 2011 at 10:00 PM, Nordquist, Daniel > wrote: Have you tried using the format=3D setting? Or are you using a script? From: xymon-bounces at xymon.com [mailto:x= ymon-bounces at xymon.com] On Behalf Of Ja= yanta Kundu Sent: Tuesday, March 08, 2011 1:23 PM To: xymon at xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Hi All, How can I change the format for e-mail alert. Presently in my xymon setup following e-mail format is showing: red Tue Mar 8 13:17:28 IRST 2011 ERROR :The PERNDING_CREDIT_ENTRIES_WMX cou= nt crossed Error Threshold Level
PERNDING_CREDIT_ENTRIES_WMX De= tails :
PENDING_CREDIT_ENTRIES VALUE ---------------------- ------------------------------------------------------= -----------------------------------------------------------------------------= -----------------------------------------------------------------------------= ----------------------------------------------- &red #ERROR# 1055
Threshold : Error Threshold > 500 Warning Threshold > 200 See http://192.168.xx.xx/xymon-cgi/bb-hostsvc.sh?HOST=3Dt1vl001&SERVICE=3DPer= nding_Credit_Entries_WMX I would like to change it as follows(I wan following format for e-mail alert): The PERNDING_CREDIT_ENTRIES_WMX count =3D 1055 Error Threshold > 500 Warning Threshold > 200 See http://192.168.xx.xx/xymon-cgi/bb-hostsvc.sh?HOST=3Dt1vl001&SERVICE=3DPer= nding_Credit_Entries_WMX With Regards, Jayanta. ________________________________ This e-mail message and any attached files are confidential and are intended = solely for the use of the addressee(s) named above. If you are not the intend= ed recipient, any review, use, or distribution of this e-mail message and any= attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulati= ons, attorney-client work product, or other privileges. If you have received = this confidential communication in error, please notify the sender immediatel= y by reply e-mail message and permanently delete the original message. To rep= ly to our email administrator directly, send an email to: postmaster at orlan= dohealth.com . If this e-mail message concerns a contract matter, be advised that no employe= e or agent is authorized to conclude any binding agreement on behalf of Orlan= do Health by e-mail without express written confirmation by an officer of the= corporation. Any views or opinions presented in this e-mail are solely those= of the author and do not necessarily represent those of Orlando Health. ________________________________ This e-mail message and any attached files are confidential and are intended = solely for the use of the addressee(s) named above. If you are not the intend= ed recipient, any review, use, or distribution of this e-mail message and any= attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulati= ons, attorney-client work product, or other privileges. If you have received = this confidential communication in error, please notify the sender immediatel= y by reply e-mail message and permanently delete the original message. To rep= ly to our email administrator directly, send an email to: postmaster at orlan= dohealth.com . If this e-mail message concerns a contract matter, be advised that no employe= e or agent is authorized to conclude any binding agreement on behalf of Orlan= do Health by e-mail without express written confirmation by an officer of the= corporation. Any views or opinions presented in this e-mail are solely those= of the author and do not necessarily represent those of Orlando Health. --===============2842535332678148327==-- From Daniel.Nordquist@orlandohealth.com Wed Jun 24 08:20:42 2026 From: Daniel.Nordquist@orlandohealth.com To: xymon@xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Date: Tue, 08 Mar 2011 14:14:11 -0500 Message-ID: In-Reply-To: <8D17C43B4F1AC3498DE039AEA93812907054BD0557@VA3DIAXVS051.RED001.local> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2413076317720413759==" --===============2413076317720413759== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Doesn't the format=3Dsms strip the subject from the email? -----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behal= f Of Tim McCloskey Sent: Tuesday, March 08, 2011 2:09 PM To: xymon at xymon.com Subject: Re: [Xymon] How can i change the format for e-mail alert. If you need html mail for some reason then this is probably no going to help,= but it works fine for me. This also removes the 'who are we paging' from th= e info pages. I use SCRIPT and call an external file, some of the alerts are= terse, others can contain more detail. (I'm still on 4.2.0 :) Examples below. alert config: PAGE=3D%^example/(moo|foo) SERVICE=3Dconn COLOR=3Dred DURATION>2m SCRIPT $alertdir/page-primary.sh page-web-prim FORMAT=3Dsms REPEAT=3D15m page-primary.sh ----- #!/bin/bash /bin/mail -s "$BBHOSTSVC" 1234567890 at somewheretmomail.net < /dev/null ----- #!/bin/bash /bin/mail -s "$BBHOSTSVC" gfoo at somewhere121323123.com < tag so it shows up like yours does. You can script it an= d have it send in html but it will attach a .bin file which is more of a pain= than just reading between the tags imo. Maybe someone else has a solution? From: Jayanta Kundu [mailto:jayantak007 at gmail.com] Sent: Tuesday, March 08, 2011 1:37 PM To: Nordquist, Daniel Subject: Re: [Xymon] How can i change the format for e-mail alert. Hi Daniel, I am using FORMAT=3DPLAIN in the "hobbit-alerts.cfg" file. With Regards, Jayanta. On Tue, Mar 8, 2011 at 10:00 PM, Nordquist, Daniel > wrote: Have you tried using the format=3D setting? Or are you using a script? From: xymon-bounces at xymon.com [mailto:x= ymon-bounces at xymon.com] On Behalf Of Ja= yanta Kundu Sent: Tuesday, March 08, 2011 1:23 PM To: xymon at xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Hi All, How can I change the format for e-mail alert. Presently in my xymon setup following e-mail format is showing: red Tue Mar 8 13:17:28 IRST 2011 ERROR :The PERNDING_CREDIT_ENTRIES_WMX cou= nt crossed Error Threshold Level
PERNDING_CREDIT_ENTRIES_WMX De= tails :
PENDING_CREDIT_ENTRIES VALUE ---------------------- ------------------------------------------------------= -----------------------------------------------------------------------------= -----------------------------------------------------------------------------= ----------------------------------------------- &red #ERROR# 1055
Threshold : Error Threshold > 500 Warning Threshold > 200 See http://192.168.xx.xx/xymon-cgi/bb-hostsvc.sh?HOST=3Dt1vl001&SERVICE=3DPer= nding_Credit_Entries_WMX I would like to change it as follows(I wan following format for e-mail alert): The PERNDING_CREDIT_ENTRIES_WMX count =3D 1055 Error Threshold > 500 Warning Threshold > 200 See http://192.168.xx.xx/xymon-cgi/bb-hostsvc.sh?HOST=3Dt1vl001&SERVICE=3DPer= nding_Credit_Entries_WMX With Regards, Jayanta. ________________________________ This e-mail message and any attached files are confidential and are intended = solely for the use of the addressee(s) named above. If you are not the intend= ed recipient, any review, use, or distribution of this e-mail message and any= attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulati= ons, attorney-client work product, or other privileges. If you have received = this confidential communication in error, please notify the sender immediatel= y by reply e-mail message and permanently delete the original message. To rep= ly to our email administrator directly, send an email to: postmaster at orlan= dohealth.com . If this e-mail message concerns a contract matter, be advised that no employe= e or agent is authorized to conclude any binding agreement on behalf of Orlan= do Health by e-mail without express written confirmation by an officer of the= corporation. Any views or opinions presented in this e-mail are solely those= of the author and do not necessarily represent those of Orlando Health. ________________________________ This e-mail message and any attached files are confidential and are intended = solely for the use of the addressee(s) named above. If you are not the intend= ed recipient, any review, use, or distribution of this e-mail message and any= attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulati= ons, attorney-client work product, or other privileges. If you have received = this confidential communication in error, please notify the sender immediatel= y by reply e-mail message and permanently delete the original message. To rep= ly to our email administrator directly, send an email to: postmaster at orlan= dohealth.com . If this e-mail message concerns a contract matter, be advised that no employe= e or agent is authorized to conclude any binding agreement on behalf of Orlan= do Health by e-mail without express written confirmation by an officer of the= corporation. Any views or opinions presented in this e-mail are solely those= of the author and do not necessarily represent those of Orlando Health. _______________________________________________ Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon This e-mail message and any attached files are confidential and are intended = solely for the use of the addressee(s) named above. If you are not the intend= ed recipient, any review, use, or distribution of this e-mail message and any= attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulati= ons, attorney-client work product, or other privileges. If you have received = this confidential communication in error, please notify the sender immediatel= y by reply e-mail message and permanently delete the original message. To re= ply to our email administrator directly, send an email to: postmaster at orl= andohealth.com . If this e-mail message concerns a contract matter, be advised that no employe= e or agent is authorized to conclude any binding agreement on behalf of Orlan= do Health by e-mail without express written confirmation by an officer of the= corporation. Any views or opinions presented in this e-mail are solely those= of the author and do not necessarily represent those of Orlando Health. --===============2413076317720413759==-- From tm@freedom.com Wed Jun 24 08:20:42 2026 From: tm@freedom.com To: xymon@xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Date: Tue, 08 Mar 2011 11:29:31 -0800 Message-ID: <8D17C43B4F1AC3498DE039AEA93812907054BD055A@VA3DIAXVS051.RED001.local> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8421666801302978004==" --===============8421666801302978004== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >From: Nordquist, Daniel >Doesn't the format=3Dsms strip the subject from the email? -----------------------------------------------------------------------------= -------- --===============8421666801302978004==-- From tm@freedom.com Wed Jun 24 08:20:42 2026 From: tm@freedom.com To: xymon@xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Date: Tue, 08 Mar 2011 11:32:13 -0800 Message-ID: <8D17C43B4F1AC3498DE039AEA93812907054BD055B@VA3DIAXVS051.RED001.local> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2198202057567202679==" --===============2198202057567202679== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Also, I'm sending this data as EMAIL to pagers, phone, mail accounts. SMS fo= rmat may not even be needed since I'm altering the standard output to fit our= needs. ________________________________________ From: Nordquist, Daniel [Daniel.Nordquist at orlandohealth.com] Sent: Tuesday, March 08, 2011 11:14 AM To: Tim McCloskey; xymon at xymon.com Subject: RE: [Xymon] How can i change the format for e-mail alert. Doesn't the format=3Dsms strip the subject from the email? --===============2198202057567202679==-- From josh@imaginenetworksllc.com Wed Jun 24 08:20:42 2026 From: josh@imaginenetworksllc.com To: xymon@xymon.com Subject: [Xymon] How can i change the format for e-mail alert. Date: Tue, 08 Mar 2011 14:55:31 -0500 Message-ID: In-Reply-To: <8D17C43B4F1AC3498DE039AEA93812907054BD055B@VA3DIAXVS051.RED001.local> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3040789441994199586==" --===============3040789441994199586== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit As a side note I use SMS format to my mobile via text (that is, being on Verizon 9375551234 at vtext.com). Works quite well. Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373 On Tue, Mar 8, 2011 at 2:32 PM, Tim McCloskey wrote: > Also, I'm sending this data as EMAIL to pagers, phone, mail accounts. SMS > format may not even be needed since I'm altering the standard output to fit > our needs. > ________________________________________ > From: Nordquist, Daniel [Daniel.Nordquist at orlandohealth.com] > Sent: Tuesday, March 08, 2011 11:14 AM > To: Tim McCloskey; xymon at xymon.com > Subject: RE: [Xymon] How can i change the format for e-mail alert. > > Doesn't the format=sms strip the subject from the email? > _______________________________________________ > Xymon mailing list > Xymon at xymon.com > http://lists.xymon.com/mailman/listinfo/xymon > --===============3040789441994199586==--