Share

nagiosgraph

Code

Programming Languages: Perl

License: Artistic License

Repositories

browse code, statistics, last commit on 2009-07-14 svn co https://nagiosgraph.svn.sourceforge.net/svnroot/nagiosgraph nagiosgraph

Show:

What's happening?

  • Min/Max scaling for Load Average.

    Hi, I'm using nagiosgraph to graph load averages. I have got around the Y scale problem by adding -X to the rrd options for show.cgi, this works fine on the axis but the max/min/cur values are not scaled properly (eg: 134.5m). Is there another flag I can specify to get rrdgraph to display this properly? Cheers Craig.

    2009-11-11 10:51:03 UTC by craigrdunn

  • CDEF's

    Is there a simple way to create and display a CDEF in nagiosgraph?.

    2009-09-22 16:37:31 UTC by jsm9153

  • How to define PERL regular expression??

    I dont know how to define RE in pearl.I found these description:" **insert.pl warn - perfdata not recognized: date||host||desc||out||data for: servicedescr:SSH output:SSH OK - OpenSSH_4.3 (protocol 1.99) perfdata:** **insert.pl warn - perfdata not recognized: date||host||desc||out||data for: servicedescr:Uptime output:SNMP OK - Timeticks: (64114469) 7 days, 10:05:44.69 perfdata:**.

    2009-09-22 02:01:44 UTC by nightwish9

  • Followup: RE: How to define clear in nagiosgraph.conf

    Thanks a lot.

    2009-09-22 00:52:42 UTC by nightwish9

  • Followup: RE: How to define clear in nagiosgraph.conf

    Add a line: clear = Clear at the end of nagiosgraph.conf.

    2009-09-21 19:56:40 UTC by abbrenner

  • How to define clear in nagiosgraph.conf

    I met a show.cgi problem ,I got the rrd files but when I open show.cgi page .It doesnt work properly. I check the nagiosgraph.log. i found these description:"**Sat Sep 19 07:40:00 2009 show.cgi warn - define 'clear' in nagiosgraph.conf"**.who can tell me how to define it in nagiosgraph? Thanks in advance stephen.

    2009-09-21 02:37:38 UTC by nightwish9

  • Followup: RE: Daily vs. Weekly?

    Take a look at the rrdline function in ngshared.pm. The "if ($time > 120000)" determines whether the graph is a daily, or any longer time period. The else portion of that if has ', "GPRINT:$dataset:LAST:Cur\\: ${format}\\n";' (at line 555 in subversion current), which adds the Cur: value. Try adding something like 'push @ds, "GPRINT:$dataset:LAST:Cur\\...

    2009-09-16 17:47:04 UTC by abbrenner

  • Daily vs. Weekly?

    When using "show.cgi" the Daily graphs show: Max, Avg, Min, and Cur (current value). However, the Weekly graphs only show Max/Avg/Min - no Current. Is there any way to force show.cgi to display "Cur:" (current value) for Weekly graphs too?.

    2009-09-16 17:30:47 UTC by ccarlton

  • Followup: RE: RRDs not generated

    Hi all, I solved my problem! :D Follow all the steps that I do to fix it: First install the following modules in perl with cpan: RRD::Simple Nagios::Plugin::Performance # cpan cpan> install RRD::Simple cpan> install Nagios::Plugin::Performance and add the entry for this modules in insert.pl below the use lib line, the file need to look like this: # The configuration...

    2009-08-28 14:44:21 UTC by ratomazs

  • Followup: RE: RRDs not generated

    Hi, I didn't modified the map file. Is the same that comes with the latest version of Nagiosgraph(1.3.1). This is the entry of PING sintax: # Service type: ping # output:PING OK - Packet loss = 0%, RTA = 0.00 ms /output:PING.*?(\d+)%.+?([.\d]+)\sms/ and push @s, [ 'pingloss', [ 'losspct', GAUGE, $1 ]] and push @s, [ 'pingrta', [ 'rta', GAUGE...

    2009-08-27 13:31:59 UTC by ratomazs