Search found 5 matches

by nareshbtech
Thu Sep 18, 2014 5:56 am
Forum: Open Source Nagios Projects
Topic: Webtop dashboard
Replies: 9
Views: 6231

Re: Webtop dashboard

as discussed used json status cgi to get the same values the script is similar and the time stamps are generated for the past 6 hrs now=`date +%s` prev=`date -d "6 hours ago" +%s` python jason.py "http://$f1/nagios/cgi-bin/statusjson.cgi?query=hostcount&hostgroup=$f2&hosttimef...
by nareshbtech
Sun Aug 31, 2014 7:11 am
Forum: Open Source Nagios Projects
Topic: Webtop dashboard
Replies: 9
Views: 6231

Re: Webtop dashboard

Hi, slansing Thx yes the present setups if fine but i just want to provide a solution for any one who refers this port in future and my next target is to display alerts from the past defined time (say 24hrs) to have more granularity and hence i think i have to use jason status cgi with filters "...
by nareshbtech
Thu Aug 28, 2014 3:17 am
Forum: Open Source Nagios Projects
Topic: Webtop dashboard
Replies: 9
Views: 6231

Re: Webtop dashboard

Thanx abrait , sreinhardt i have used scrapping method as fo now should impriove min here is my script with makes the data.csv where we have the alert summuray data #! /usr/bin/env python import urllib2 import sys import csv from bs4 import BeautifulSoup SERVER = sys.argv[1] authinfo = urllib2.HTTPP...
by nareshbtech
Tue Aug 26, 2014 9:53 am
Forum: Open Source Nagios Projects
Topic: Webtop dashboard
Replies: 9
Views: 6231

Re: Webtop dashboard

i found this wil get the data but will be an amature way write a custom php were we graph the data that fetched from status.cgi i am able to see the data of service totals with the filter of hostgoroup http://nagios-host/nagios/cgi-bin/status.cgi?hostgroup=linux-server and extract the values from th...
by nareshbtech
Tue Aug 26, 2014 7:02 am
Forum: Open Source Nagios Projects
Topic: Webtop dashboard
Replies: 9
Views: 6231

Webtop dashboard

Dear all

is there a way to display nagios alerts in pi charts based on groups as shown below

Image

please guide me

thanks

Moderator Note: I have moved your thread to the Nagios Core section