Code

Programming Languages: Perl

License: Artistic License

Repositories

browse code, statistics, last commit on 2012-03-06 svn co https://nagiosgraph.svn.sourceforge.net/svnroot/nagiosgraph nagiosgraph

Show:

What's happening?

  • Help with generating graph with nsca

    Hi All, I have install Nagios3/Nagiosgraph 1.4.4_2 on a Debian squeeze (Syslog server). I am trying to gather diskspace usage on a OpenIndiana server which is sending passive check_disk using send_nsca to the syslog server. Below is the details of my config files: On OpenIndiana server, there is a cron job to send the local disk space using this command: $send_nsca "Local Disk...

    2012-05-27 04:11:59 PDT by https://www.google.com/accounts

  • Don't make a LOAD report

    I am have PING report, but i need load report too. and i dont know configure my nagiosgrapher.

    2012-05-24 10:02:12 PDT by leolana

  • Followup: RE: No graph showing ---

    check your web server error log. messages from show*.cgi will go to the web server log file if you have not specified a separate cgi log file, or if the permissions are not set correctly on the nagiosgraph.log file. view the contents of the rrd files with 'rrdtool dump filename'. do they contain valid data? are they being updated?.

    2012-05-22 07:42:36 PDT by mwall

  • No graph showing ---

    What is the problem with nagiosgraph?... I have installed and configured 1.4.4 and Nagios 3.3.1... The[b] http://localhost/nagiosgraph/cgi-bin/showconfig.cgi [/b] shows no errors,,, all rrd files are generated, no error in nagiosgraph.log and perfdata.log..... I have turned on debugging,, and there is no error messages what so ever.. There is no graph , only an empty box... I have spent...

    2012-05-21 06:19:07 PDT by terry_2

  • Why is counter saved as derive?

    Hi Guy's, I've noticed that in the default rule in the map file the c (counter) is saved as DERIVE in the rrd file and not as COUNTER as I would expect it. from map: # if units is counter, then use type DERIVE (DS min will be 0) Is there a reason for using DERIVE instead of COUNTER? derive fails on my check_network script when the counters overflow.

    2012-05-15 02:41:59 PDT by popieluch

  • Followup: RE: graph page and autorefresh

    [b]SOLVED !!!![/b] the right instruction to autorefresh the page is [b]my $rval = $cgi->header(-type => 'text/html', -refresh => ##)[/b] ## is the time defined in seconds The error was in the [b]expire[/b] statment insted of [b]refresh[/b].

    2012-05-15 01:57:30 PDT by emilio65

  • showservice fails hosts different datasources

    Showservice.cgi fails when hosts have different datasources. When I want to display all graphs of a particulair service on all hosts the graphs fail for some hosts which have different datasources. I found out that this is a bug in showservice.cgi which sets the urls for the &ds= only once (for the first host only). I fixed it with: [code]--- showservice.cgi Wed Aug 24 11:00:41 2011.

    2012-05-02 08:27:23 PDT by popieluch

  • Followup: RE: No data in rrd directory errors

    Print out the config files, etc. and review the files to see entries related to host and service data collection and comment out those entries. Then look at what you want to enter to enable and configure for nagiosgraph, review names and remove comments s needed. The initial install has some data collection entries, leave those entries as comments. I had left the initial config info in...

    2012-04-24 20:00:03 PDT by tnelsonp

  • CPU load - graph

    i configured cpu load for linux machine. but my Y axis seems 1D 2D 3D... so my graph is looking very small where i can change this parameters.

    2012-04-23 01:15:26 PDT by bageorge

  • Followup: RE: Graphs stopped displaying

    There is a race condition in insert.pl where if it runs for longer than the perfdata_timeout value (default 5 seconds) then the main nagios kills the child running. In ngshared.pm you can see readperfdata is unsafe: it renames the perfdata file, reads the data into memory and then unlinks the temporary perfdata file. if it dies (or is killed by the main nagios program) you loose the perfdata...

    2012-04-21 23:21:31 PDT by Richard Letts

Our Numbers