[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] How to create own XYMON custom page like "Views" -> "All non-green view" in www.xymon.com
- To: xymon (at) xymon.com
- Subject: Re: [xymon] How to create own XYMON custom page like "Views" -> "All non-green view" in www.xymon.com
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Thu, 6 Jan 2011 07:58:01 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:x-goomoji-body:date:message-id:subject:from:to :content-type; bh=aB5qfAHNCRSj4vRWDAQ+40+13slbw1Z/fYu0zgG7oT0=; b=YHNVBmX/JABn6YaXVRpxhYoBRgidggKZxET+NMCmFoBCP0AHExUvElZKNijPwWu7Bu /6+J39MsYrcppYVo7AyvzpAkpMXKfhX8MDPox6r8zTalLBnjcPZNsuJqtDsEDR+IwKHS hIAaVCTAinndf172bMlo5YlFMATwj8VAAqK1c=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:x-goomoji-body:date:message-id :subject:from:to:content-type; b=NZwnCJsbPQSCj5wL5CbsRrfCDEdNxtNd70PYpNYPBXBn4LxLDIjYyXHoGZWpWeSFVz 0BYHFSWW/DTRU5lfXd8GIg6tIszvXe1jUZBYSfHI97DmB7OxxkrXeRDHa5tDjCT+dADR OrmVNOa1fHV/N+eutxiSVGoDRGkpGuKUhuBhw=
- References: <AANLkTinfJyoX6Px9WLZ8yxCVC6hv2HfVBk4QtZzGaPb_ (at) mail.gmail.com> <B08F3F3D67451844A7A8A029FCC71E4C1863B5668E (at) WIN01.ad.deltamanagement.se> <AANLkTi=D1e-LKi_r678AnDN-c8ihwDz7=WW95zxZYhpu (at) mail.gmail.com>
If you just want to put xymon status colors into a status message, all you
need to do is put &red, or &green or &yellow wherever you want the colored
dot to appear. So you would do something like:
MSG=""
<database query for SMS>
if result > X then MSG="$MSG\n&red SMS"
else MSG="$MSG\n&green SMS"
<database query for Provisioning>
if result > Y then MSG="$MSG\n&red Provisioning"
else MSG="$MSG\n&green Provisioning"
etc...
Ralph Mitchell
On Thu, Jan 6, 2011 at 2:05 AM, Jayanta Kundu <jayantak007 (at) gmail.com> wrote:
> Hi,
>
> I would like to create own XYMON page which is look as follows:
>
>
> Pre-paid-> Invalid Object (xxx) | SMS (xxx) | Provisioning (xxxx)
> [?] [?] [?]
>
>
> (i) Where (xxx) is the number of Invalid Object/SMS/Provisioning etc. It is
> nothing but simple SQL query output.
> (ii) [?] is the XYMON satatus icon(green/yellow/red etc.) depending on the
> threshold level.
>
> Kindly let me know steps(file name, parameter name etc. need to be
> configure) to achieve the above.
>
> With Regards,
> Jayanta.
>
> On Wed, Jan 5, 2011 at 3:30 PM, Johan Sjöberg <
> johan.sjoberg (at) deltamanagement.se> wrote:
>
>> The ”recent events” list is default on all installtions, and you have it
>> on your own as well. It just lists the recent color changes. I don’t know if
>> it is possible to achieve what you want, I just wanted to clarify that there
>> is nothing custom with the “All non-green view” on www.xymon.com.
>>
>>
>>
>> /Johan
>>
>>
>>
>> *From:* Jayanta Kundu [mailto:jayantak007 (at) gmail.com]
>> *Sent:* den 5 januari 2011 08:40
>> *To:* xymon (at) xymon.com
>> *Subject:* [xymon] How to create own XYMON custom page like "Views" ->
>> "All non-green view" in www.xymon.com
>>
>>
>>
>> Hi,
>>
>> Once i open the URL: www.xymon.com and select the menu option "Views" ->
>> "All non-green view", then we can see the following page:
>>
>> 1 events received in the past 126 minutes
>>
>> Wed Jan 5 06:16:03 2011
>>
>> osiris.hswn.dk
>>
>> conn
>>
>> [image: Description: Image removed by sender. clear]<http://xymon-cgi/historylog.sh?HOST=osiris.hswn.dk&SERVICE=conn&TIMEBUF=Tue_Jan_4_23:55:23_2011>[image:
>> Description: Image removed by sender. From -> To]
>>
>> [image: Description: Image removed by sender. green]<http://xymon-cgi/historylog.sh?HOST=osiris.hswn.dk&SERVICE=conn&TIMEBUF=Wed_Jan_5_06:16:03_2011>
>>
>>
>>
>> I would like to create similar type of display in my own XYMON page.
>> For exameple:
>> Pre-paid Invalid Object (xxx) | SMS (xxx) |
>> Provisioning (xxxx)
>>
>>
>> <http://192.168.3.12/xymon-cgi/bb-hostsvc.sh?HOST=HS21-A&SERVICE=Invalid_Objects>
>>
>> <http://192.168.3.12/xymon-cgi/bb-hostsvc.sh?HOST=HS21-A&SERVICE=Invalid_Objects>
>>
>> <http://192.168.3.12/xymon-cgi/bb-hostsvc.sh?HOST=HS21-A&SERVICE=Invalid_Objects>
>>
>> Where (xxx) is the number of Invalid Object/SMS/Provisioning etc. It is
>> nothing but simple SQL query output.
>>
>> Kindly let me know steps(file name, parameter name etc. need to be
>> configure) to achieve the above.
>>
>> With Regards,
>> Jayanta.
>>
>>
>