Dear Sir, I am writing to thank you for your letter and say,
> -----Original Message----- > > Message: 1 > Date: Tue, 19 Dec 2006 15:31:25 -0600 > From: Craig Van Tassle <[EMAIL PROTECTED]> > Subject: [Nagios-users] Getting pie charts in host's history > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > My boss wants to be able to look at pie charts when ever we > are looking at > history for various services. So far I have only been able to > get a bar graph > that is showing the uptime and down time, but not I have not > been able to get a > pie chart to display. > > I am using ubuntu 6.10, with nagios 2.4 > > Any help or though would be appreciated. > Thoughts only. Pie chart of what - a histogram of hosts in availability ranges (eg 0-90%, 90.1-98.5, 98.6 - 99.95, > 99.95%) ? If you want to do it with the standard tools you will have some work counting numbers in each cathegory and then charting. The approach might be 1 extract the availability data as CSV 2 import into the charting tool of your choice (eg OpenOffice) 3 chart We 1 have an event handler that inserts a record into a DB when a host comes up (yes, this is pretty wonky) 2 have SQL that does the histogram stuff 3 use Perl Spreadsheet::WriteExcel to do the charting. This isn't partic good but it provides the charts that managers insist on (rightly). HTH > Craig ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
