You can subscribe to this list here.
2006 |
Jan
|
Feb
(2) |
Mar
|
Apr
(7) |
May
(5) |
Jun
(4) |
Jul
(7) |
Aug
(13) |
Sep
(15) |
Oct
(8) |
Nov
(12) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(12) |
Jun
(5) |
Jul
|
Aug
(2) |
Sep
(6) |
Oct
(4) |
Nov
(8) |
Dec
|
2008 |
Jan
(1) |
Feb
(1) |
Mar
(10) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(4) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Pablo E. <pes...@id...> - 2013-11-06 20:31:26
|
Hello, I'm trying to create a config to match these values: 2013-11-06 18:00:42 PIPE: L224SR34 Check Counter CPU with WMI - CPU Load OK: proc: 0 proc=0;65;90; 2013-11-06 18:00:42 VALUES: [L224SR34][Check Counter CPU with WMI - CPU Load]:No matching output values found... I tried it and others combinations: /etc/nagiosgrapher//ngraph.d/check_custom.ncfg define ngraph{ service_name CPU graph_perf_regex proc=(\d+) graph_value proc graph_units % graph_legend CPU Usage rrd_plottype LINE2 rrd_color ff0000 } But nothing is working for me Will appreciate any help or comment. I would like to know what's wrong, but I couldn't get a solution yet. Cheers. -- Pablo Estigarribia UPM & Forestal Oriental Uruguay. IT Infrastructure Administrator. |
From: Montarou, H. <Hel...@nu...> - 2011-12-19 21:35:53
|
Hi, I have a plugin that gets calls statistics data and I would like to graph them individually. I don't want to create several plugins but to format the displayed message of my plugin so that it would result in several graphs that I will see by clicking on the unique graph icon. How can I do that? The displayed message is currently formatted like this: echo "$message |$tc_graph $fc_graph " echo "|$ac_graph" The current format results in one graph with all statistics data. Thank you very much, Helene |
From: Aimar M. <mar...@gm...> - 2011-01-17 16:48:55
|
Hello. I'm trying to install over opensuse 11.1. When I do "configure" I receive this error: >>checking distribution... found suse_linux >>configure: WARNING: Layout suse_linux not found >>checking for layout... suse_linux It's not compatible with opensuse? Anyone have a one layout for this? (this is my first installation) Thank you, Marco |
From: <car...@mo...> - 2010-10-04 15:43:11
|
Hi there again, Sorry, I have just test other formats, and we only obtain correctly PNG export. Same problems with SVG and EPS. Thanks for your response, Marius Hein <mar...@ne...> 04/10/2010 17:10 Para <car...@mo...> cc Asunto Re: [Nagiosgrapher-users] Export to PDF problem On 04.10.2010 16:39, car...@mo... wrote: > > Hi there! > > We have a NagiosGrapher installation with Nagios 3 over Red Hat 5.3. We > have installed rddtool with all perl dependencies. We are getting a > problem exporting graphics to PDF (no problem with other exports), but > we don't find any log related to these issue. Neither in Apache logs. > > The PDF generated is 4 KB size, it seems to have no data and the pdf > visualizer can't open it. > Hi. Are the other formats working to export? LG Marius. -- Marius Hein Senior Application Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nürnberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 GF: Julian Hein | AG Nürnberg HRB18461 http://www.netways.de | mar...@ne... ** NETWAYS Open Source Monitoring Conference 2010 | Nürnberg, 06. und 07. Oktober 2010 | http://www.netways.de/osmc ** If you have received this e-mail in error, please return it to the sender immediately and delete it and any attachments from your system. Morse plc is the UK holding company for various international subsidiaries trading as Morse. The registered office for Morse Group Limited (Company Number 2212268) and its UK group undertakings is Profile West, 950 Great West Road, Brentford, Middlesex TW8 9EE. VAT Registration 673 0084 47. |
From: <car...@mo...> - 2010-10-04 14:55:02
|
Hi there! We have a NagiosGrapher installation with Nagios 3 over Red Hat 5.3. We have installed rddtool with all perl dependencies. We are getting a problem exporting graphics to PDF (no problem with other exports), but we don't find any log related to these issue. Neither in Apache logs. The PDF generated is 4 KB size, it seems to have no data and the pdf visualizer can't open it. Anyone has a similar problem? Thanks in advance, Carolina |
From: Steffen P. <sp...@td...> - 2009-03-18 11:40:31
|
Hi Marius, - Oh dear, this gun is beginning to point dangerously at my foot, it seems! NETWAYSGrapherV2 sounds very promising - although establishing trust in something !RRD is going to take a while I am sure :-) Anyways, thank you very much for the swift reply - I probably won't be able to do any patches, but now at least I know I have the freedom to do so ;-) Best regards, Steffen -----Original Message----- From: Marius Hein [mailto:mar...@ne...] Sent: 18. marts 2009 12:18 To: Steffen Poulsen Cc: nag...@li... Subject: Re: [Nagiosgrapher-users] NagiosGrapher and support for check_disk (or other plugins with variable outputs)? Hi Steffen. > I was wondering, did NagiosGrapher by any chance add support for for > example check_disk (with a variable number of volumes) or check_multi > (with a variable number of plugins) recently? > > > > I guess it would demand some kind of “optional” declarations like > _/if/_ a particular section is found _/then/_ draw a graph, or perhaps > even _/while/_ a regexp matches (C:\,D:\,/mnt/vol1, etc) then draw a > similar number of graphs and so on. > > > > Anyway, I figure some kind of “dynamic” definition would be needed. Regarding the dynamic definition you're quite right. Since we are pretty busy developing NETWAYSGrapherV2, the much more powerful (and colorful :) ) successor of NagiosGrapher, I'm very sure that features like the mentioned won't be implemented before summer 2009 Maybe you can write some patches and mail us back ;-) Regards, Marius -- Marius Hein Application Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nürnberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 GF: Julian Hein | AG Nürnberg HRB18461 http://www.netways.de | mar...@ne... ** NETWAYS Open Source Data Center Conference 2009 | Nürnberg, 29. bis 30. April 2009 | http://www.netways.de/osdc ** |
From: Marius H. <mar...@ne...> - 2009-03-18 11:18:28
|
Hi Steffen. > I was wondering, did NagiosGrapher by any chance add support for for > example check_disk (with a variable number of volumes) or check_multi > (with a variable number of plugins) recently? > > > > I guess it would demand some kind of “optional” declarations like > _/if/_ a particular section is found _/then/_ draw a graph, or perhaps > even _/while/_ a regexp matches (C:\,D:\,/mnt/vol1, etc) then draw a > similar number of graphs and so on. > > > > Anyway, I figure some kind of “dynamic” definition would be needed. Regarding the dynamic definition you're quite right. Since we are pretty busy developing NETWAYSGrapherV2, the much more powerful (and colorful :) ) successor of NagiosGrapher, I'm very sure that features like the mentioned won't be implemented before summer 2009 Maybe you can write some patches and mail us back ;-) Regards, Marius -- Marius Hein Application Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nürnberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 GF: Julian Hein | AG Nürnberg HRB18461 http://www.netways.de | mar...@ne... ** NETWAYS Open Source Data Center Conference 2009 | Nürnberg, 29. bis 30. April 2009 | http://www.netways.de/osdc ** |
From: Steffen P. <sp...@td...> - 2009-03-18 09:29:41
|
Hi, I was wondering, did NagiosGrapher by any chance add support for for example check_disk (with a variable number of volumes) or check_multi (with a variable number of plugins) recently? I guess it would demand some kind of "optional" declarations like _if_ a particular section is found _then_ draw a graph, or perhaps even _while_ a regexp matches (C:\,D:\,/mnt/vol1, etc) then draw a similar number of graphs and so on. Anyway, I figure some kind of "dynamic" definition would be needed. Judging from a page like http://groups.google.at/group/mailing.unix.rrd-users/browse_thread/thread/5e850a324e6239f3/0b67feec5985223f?lnk=st&q=rrdtool+modify+number+of+datasources&rnum=1&hl=de#0b67feec5985223f it appears that the problem of dynamically adding new DS's to a RRD has been "solved" (though not very nicely, I agree), so perhaps there is way? Best regards, Steffen Steffen Poulsen Unix System Administrator TDC Hosting mob: +45 29256668 |
From: Julian H. <jh...@ne...> - 2009-01-15 11:16:14
|
Hi James, the best place would be www.nagioswiki.org Cheers, Julian James Greenhalgh <ja...@m5...> wrote on 14.01.09 02:51: > Hi Michael, > > Thanks so much for your help! That works great. > > I'll need to write some documentation on this and I'd like to make it > public as I had some trouble finding doco. :) > > Is there a preferred place where you'd like me to put this doco - > nagiosforge / sourceforge / CVS doco? > > I'm keen to help out, and I think I'll be using this for a while to come. > > Thanks again, > James Greenhalgh > > > On Tue, Jan 13, 2009 at 9:27 PM, Michael Streb <mic...@ne...> > wrote: >> Hi James, >> >> Nice to hear back from you about our NagiosGrapher. >> >> All you just have to set "graph_values" in the nmgraph definition pointing >> to the DS out ouf the rrd. >> >> Regards, >> >> Michael >> >> >> Am 12.01.09 23:36 schrieb "James Greenhalgh" unter >> <ja...@m5...>: >> >>> Hi All, >>> >>> Firstly, thanks to all those who've worked on NagiosGrapher. It's an >>> extremely useful tool. >>> >>> A bit of background.. I'm monitoring a large number of WAN links using >>> pings. >>> >>> When I look at the graphs of my pings I can look at RTA or Loss using >>> the 'page' feature. This is awesome, and works well. >>> >>> I want to overlay all RTAs in a line graph using the Multigraphen >>> feature. The problem is that when I look at the Multigraph of my ping >>> data, it puts the loss *and* the RTA on the same graph. Changing the >>> 'Page' drop-down option doesn't make a difference. >>> >>> Here is my multigraph definition - I've changed 'stacked' to 'line' >>> but apart from that it's the default config. I've tried using the >>> 'page' parameter in the multigraph definition to no avail. >>> >>> define nmgraph{ >>> host_name * Multigraphen >>> service_name all ping >>> # RegEX >>> hosts .*? >>> # RegEX >>> services PING >>> # line or stack or area >>> graph_type line >>> # normal or reverse or leave blank >>> order reverse >>> colors ff8000, 00ff00, 0000ff,000000,ff0000 >>> } >>> >>> >>> Has anyone experienced a similar issue? I may be missing something >>> obvious as I've only been using NagiosGrapher for a couple of weeks >>> now. >>> >>> Any help would be greatly appreciated. :D >>> >>> BTW, sorry for crossposting - the nagiosforge mailing list seems to be dead. >> >> -- >> Michael Streb >> Managing Consultant >> >> NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nürnberg >> Tel: +49 911 92885-0 | Fax: +49 911 92885-77 >> GF: Julian Hein | AG Nürnberg HRB18461 >> >> http://www.netways.de | mic...@ne... >> >> ** NETWAYS Open Source Data Center Conference 2009 | Nürnberg, 29. bis 30. >> April 2009 | http://www.netways.de/osdc ** >> >> > > |
From: James G. <ja...@m5...> - 2009-01-14 02:43:55
|
Hi Michael, Thanks so much for your help! That works great. I'll need to write some documentation on this and I'd like to make it public as I had some trouble finding doco. :) Is there a preferred place where you'd like me to put this doco - nagiosforge / sourceforge / CVS doco? I'm keen to help out, and I think I'll be using this for a while to come. Thanks again, James Greenhalgh On Tue, Jan 13, 2009 at 9:27 PM, Michael Streb <mic...@ne...> wrote: > Hi James, > > Nice to hear back from you about our NagiosGrapher. > > All you just have to set "graph_values" in the nmgraph definition pointing > to the DS out ouf the rrd. > > Regards, > > Michael > > > Am 12.01.09 23:36 schrieb "James Greenhalgh" unter > <ja...@m5...>: > >> Hi All, >> >> Firstly, thanks to all those who've worked on NagiosGrapher. It's an >> extremely useful tool. >> >> A bit of background.. I'm monitoring a large number of WAN links using pings. >> >> When I look at the graphs of my pings I can look at RTA or Loss using >> the 'page' feature. This is awesome, and works well. >> >> I want to overlay all RTAs in a line graph using the Multigraphen >> feature. The problem is that when I look at the Multigraph of my ping >> data, it puts the loss *and* the RTA on the same graph. Changing the >> 'Page' drop-down option doesn't make a difference. >> >> Here is my multigraph definition - I've changed 'stacked' to 'line' >> but apart from that it's the default config. I've tried using the >> 'page' parameter in the multigraph definition to no avail. >> >> define nmgraph{ >> host_name * Multigraphen >> service_name all ping >> # RegEX >> hosts .*? >> # RegEX >> services PING >> # line or stack or area >> graph_type line >> # normal or reverse or leave blank >> order reverse >> colors ff8000, 00ff00, 0000ff,000000,ff0000 >> } >> >> >> Has anyone experienced a similar issue? I may be missing something >> obvious as I've only been using NagiosGrapher for a couple of weeks >> now. >> >> Any help would be greatly appreciated. :D >> >> BTW, sorry for crossposting - the nagiosforge mailing list seems to be dead. > > -- > Michael Streb > Managing Consultant > > NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nürnberg > Tel: +49 911 92885-0 | Fax: +49 911 92885-77 > GF: Julian Hein | AG Nürnberg HRB18461 > > http://www.netways.de | mic...@ne... > > ** NETWAYS Open Source Data Center Conference 2009 | Nürnberg, 29. bis 30. > April 2009 | http://www.netways.de/osdc ** > > -- Kind Regards, James Greenhalgh Manager of Systems Engineering M5 Networks Australia 218 Northbourne Avenue Braddon, ACT 2612 Melbourne - (03) 9946 4190 Canberra - (02) 6162 6908 |
From: Michael S. <mic...@ne...> - 2009-01-13 10:46:36
|
Hi James, Nice to hear back from you about our NagiosGrapher. All you just have to set "graph_values" in the nmgraph definition pointing to the DS out ouf the rrd. Regards, Michael Am 12.01.09 23:36 schrieb "James Greenhalgh" unter <ja...@m5...>: > Hi All, > > Firstly, thanks to all those who've worked on NagiosGrapher. It's an > extremely useful tool. > > A bit of background.. I'm monitoring a large number of WAN links using pings. > > When I look at the graphs of my pings I can look at RTA or Loss using > the 'page' feature. This is awesome, and works well. > > I want to overlay all RTAs in a line graph using the Multigraphen > feature. The problem is that when I look at the Multigraph of my ping > data, it puts the loss *and* the RTA on the same graph. Changing the > 'Page' drop-down option doesn't make a difference. > > Here is my multigraph definition - I've changed 'stacked' to 'line' > but apart from that it's the default config. I've tried using the > 'page' parameter in the multigraph definition to no avail. > > define nmgraph{ > host_name * Multigraphen > service_name all ping > # RegEX > hosts .*? > # RegEX > services PING > # line or stack or area > graph_type line > # normal or reverse or leave blank > order reverse > colors ff8000, 00ff00, 0000ff,000000,ff0000 > } > > > Has anyone experienced a similar issue? I may be missing something > obvious as I've only been using NagiosGrapher for a couple of weeks > now. > > Any help would be greatly appreciated. :D > > BTW, sorry for crossposting - the nagiosforge mailing list seems to be dead. -- Michael Streb Managing Consultant NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nürnberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 GF: Julian Hein | AG Nürnberg HRB18461 http://www.netways.de | mic...@ne... ** NETWAYS Open Source Data Center Conference 2009 | Nürnberg, 29. bis 30. April 2009 | http://www.netways.de/osdc ** |
From: James G. <ja...@m5...> - 2009-01-12 23:05:31
|
Hi All, Firstly, thanks to all those who've worked on NagiosGrapher. It's an extremely useful tool. A bit of background.. I'm monitoring a large number of WAN links using pings. When I look at the graphs of my pings I can look at RTA or Loss using the 'page' feature. This is awesome, and works well. I want to overlay all RTAs in a line graph using the Multigraphen feature. The problem is that when I look at the Multigraph of my ping data, it puts the loss *and* the RTA on the same graph. Changing the 'Page' drop-down option doesn't make a difference. Here is my multigraph definition - I've changed 'stacked' to 'line' but apart from that it's the default config. I've tried using the 'page' parameter in the multigraph definition to no avail. define nmgraph{ host_name * Multigraphen service_name all ping # RegEX hosts .*? # RegEX services PING # line or stack or area graph_type line # normal or reverse or leave blank order reverse colors ff8000, 00ff00, 0000ff,000000,ff0000 } Has anyone experienced a similar issue? I may be missing something obvious as I've only been using NagiosGrapher for a couple of weeks now. Any help would be greatly appreciated. :D BTW, sorry for crossposting - the nagiosforge mailing list seems to be dead. -- Kind Regards, James Greenhalgh |
From: Jesse M. <mor...@gm...> - 2008-07-20 15:08:12
|
so I have a question for you guys. I have almost a pristine install of nagios from source, and I installed nagiosgrapher and followed both the directions after make install (to no avail) and the best practices on the nagios wiki (to no avail), yet I cannot get the example check_ping graphing icon to show up in the service detail screen. How would one go about debugging this if it were to occur? I'm semi-familiar with nagios, but I have no idea how to debug the installation, nor even be sure I set it up correctly. There doesn't seem to be a "This is how it works" document anywhere. Suggestions? -Jesse |
From: Marius H. <mar...@ne...> - 2008-06-23 08:05:46
|
Hi Hi. > I have installed nagiosgrapher but I am having issue displaying any > graphs. The rrd files are being created. > > I am getting the following errors in the apache error log. > > /etrade/pkgs/linux/intel/perl/5.8.0/bin/perl: relocation error: > /etrade/pkgs/linux/intel/perl/5.8.0/lib/site_perl/5.8.0/i686-linux/auto/RRDs/RRDs.so: > undefined symbol: art_vpath_add_point I think the message is generated from the RRD tool. So it looks like that an older version of RRDs is installed. Try to install the newest version. Regards, Marius Hein. -- Marius Hein Application Developer NETWAYS GmbH | Deutschherrnstr. 47a | D-90429 Nürnberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 GF: Julian Hein | AG Nürnberg HRB18461 http://www.netways.de | mar...@ne... |
From: Hawkins, M. <mat...@et...> - 2008-06-22 11:27:23
|
I have installed nagiosgrapher but I am having issue displaying any graphs. The rrd files are being created. I am getting the following errors in the apache error log. /etrade/pkgs/linux/intel/perl/5.8.0/bin/perl: relocation error: /etrade/pkgs/linux/intel/perl/5.8.0/lib/site_perl/5.8.0/i686-linux/auto/ RRDs/RRDs.so: undefined symbol: art_vpath_add_point Use of uninitialized value in pattern match (m//) at /etrade/pkgs/linux/intel/nagios/2.0b6/sbin/rrd2-system.cgi line 95. Use of uninitialized value in subroutine entry at /etrade/pkgs/linux/intel/nagios/2.0b6/sbin/rrd2-system.cgi line 104. Can't call method "Annotate" on an undefined value at /etrade/pkgs/linux/intel/nagios/2.0b6/sbin/rrd2-system.cgi line 105. /etrade/pkgs/linux/intel/perl/5.8.0/bin/perl: relocation error: /etrade/pkgs/linux/intel/perl/5.8.0/lib/site_perl/5.8.0/i686-linux/auto/ RRDs/RRDs.so: undefined symbol: art_vpath_add_point Use of uninitialized value in pattern match (m//) at /etrade/pkgs/linux/intel/nagios/2.0b6/sbin/rrd2-system.cgi line 95. Use of uninitialized value in subroutine entry at /etrade/pkgs/linux/intel/nagios/2.0b6/sbin/rrd2-system.cgi line 104. Can't call method "Annotate" on an undefined value at /etrade/pkgs/linux/intel/nagios/2.0b6/sbin/rrd2-system.cgi line 105. [Fri Jun 20 09:06:51 2008] [error] [client 10.50.249.65] Premature end of script headers: /etrade/pkgs/linux/intel/nagios/2.0b6/sbin/rrd2-system.cgi [Fri Jun 20 09:06:51 2008] [error] [client 10.50.249.65] Premature end of script headers: /etrade/pkgs/linux/intel/nagios/2.0b6/sbin/rrd2-system.cgi Use of uninitialized value in concatenation (.) or string at /etrade/prd/etadm/dmn/nagios/contrib/perl/NagiosGrapher.pm line 644. Use of uninitialized value in string eq at /etrade/prd/etadm/dmn/nagios/contrib/perl/NagiosGrapher/Hooks/ImageGraph Test.pm line 26. Use of uninitialized value in string eq at /etrade/prd/etadm/dmn/nagios/contrib/perl/NagiosGrapher/Hooks/ImageGraph Test.pm line 26. The problem seems to be the "Annotate" call in the rrd2-system.cgi script. Has anyone seen this before. Any help would be greatly appreciated. if ($image_format eq 'PNG' && $code == 0 && !$only_graph && !$no_legend) { $ng->time_need(type => 'start'); # Adding brand my $image = Image::Magick->new(magick => 'png'); $image->BlobToImage($image_bin); $image->[0]->Annotate( font=> $font_file, pointsize=>9, fill=>'lightgrey', y=>280, x=>7, antialias => 'true', gravity => 'NorthEast', rotate=>90, text=>'/ NagiosGrapher by NETWAYS GMBH' ); |
From: Stefan-Michael G. <nag...@in...> - 2008-05-14 09:40:53
|
Hi, I'm runing Nagios 3.0 together with NagiosGrapher-current-200803031420. NagiosGrapher gives me the correct graphs e.g. for HTTP, SMTP and the inodes, but not for the output of the check_ssh plugin. According to the web interface of Nagios the output for the Performance Data is time=0.000206s;;;0.000000;10.000000, as you can see in the ngraph.log file and it updates the rrd file, too. But for some reason, I don't get a graph for this service. I already restarted Nagios & Nagiosgrapher and removed the rrd file. Does anyone of you has a hint for me what I'm doing wrong? Thanks for your help, Stefan # cat /usr/local/nagios/etc/ngraph.d/templates/standard/check_ssh.ncfg define ngraph{ service_name SSH step 120 heartbeat 2000 graph_perf_regex time=([0-9.,]+) graph_value ssh_time graph_units s graph_legend seconds SSH response rrd_plottype AREA rrd_color ff8000 } # cat /usr/local/nagios/var/ngraph.log [snip] 2008-05-11 16:30:43 PIPE: dbsrv01 SSH TCP OK - 0.001 second response time on port 22 time=0.001350s;;;0.000000;10.000000 1210516205 2008-05-11 16:30:43 REGEX: 1 blocks for 'SSH' found. 2008-05-11 16:30:43 REGEX: graph_value=ssh_time 2008-05-11 16:30:43 REGEX: output=perfdata 2008-05-11 16:30:43 REGEX: regex=m/time=([0-9.,]+)/i 2008-05-11 16:30:43 REGEX: perfdata=time=0.001350s;;;0.000000;10.000000 2008-05-11 16:30:43 REGEX: match=0.001350 2008-05-11 16:30:43 VALUES: [dbsrv01][SSH]: ssh_time=0.001350 2008-05-11 16:30:43 RRD: rrdtool update /usr/local/nagios/var/rrd/dbsrv01/661bbf4917c6aaca6ac72 a6758b501fd.rrd --template=ssh_time 1210516205:0.001350 [snip] -- ******************************************** in-put GbR - Das Linux-Systemhaus Stefan-Michael Guenther Geschaeftsfuehrer Moltkestrasse 49 D-76133 Karlsruhe Tel./Fax : +49 (0)721 / 83044 - 98/93 http://www.in-put.de ******************************************** Schulungen Installationen Beratung Support Voice-over-IP-Loesungen ******************************************** |
From: Holger W. <ho...@CI...> - 2008-04-02 19:07:24
|
* Holger Weiss <ho...@CI...> [2008-03-06 19:05]: > The "page" drop-down won't work for "zoomed" graphs, the attached patch > against NagiosGrapher-current-200803031420/lib/NagiosGrapher/HTML.pm.in > fixes that. Oops, that one won't suffice, sorry. I've attached a new version (which also allows for using "n" or "now" as the "End" time specification in zoomed pages). Holger |
From: Roberto O. <Rob...@fr...> - 2008-03-27 10:04:49
|
Could someone make some recommendations about how to upgrade nagios and/or nagios grapher versions, without loss of old graphs data (data stored on old rdd's). Thank you. |
From: Ralf L. <te...@ju...> - 2008-03-12 09:43:00
|
Hi list I found something, which wasn't working at my system: ###HOST### ###URL### ###SERVICE### ###IMAGESRC### within th collect2.pl and ngraph,cfg This "Variables" couldn't be found in my system because they were treated as comments. The result was the serviceextinfo files weren't correct and so I didn't have any links to click on in the service page of nagios. After changing the ### to 000 in the ngraph.cfg and also in the collect2.pl everything is working. My system is a CENTOS5 with the latest patches and Nagios 3.0-rc3 and NagiosGrapher-1.6.1-rc5-0.5 Maybe this information is useful for somebody. Rgds - Ralf Lebeda (flar_1) ----------------------- The mailing list archive is found here: http://www.nagiosexchange.org/nagiosgrapher-users.141.0.html |
From: Holger W. <ho...@CI...> - 2008-03-06 18:05:14
|
The "page" drop-down won't work for "zoomed" graphs, the attached patch against NagiosGrapher-current-200803031420/lib/NagiosGrapher/HTML.pm.in fixes that. Holger |
From: Holger W. <ho...@CI...> - 2008-03-06 18:00:39
|
The title of "zoomed" graphs currently isn't set to "Custom Graph" by default (as the code obviously intends to do), the attached patch against NagiosGrapher-current-200803031420/lib/NagiosGrapher/HTML.pm.in fixes that. Holger |
From: Holger W. <ho...@CI...> - 2008-03-06 17:46:39
|
If multiple pages are defined for a service and a graph_lower_limit and/or graph_upper_limit is specified for one of these pages, this limit will also be used for other pages. I use the attached patch against NagiosGrapher-current-200803031420/sbin/rrd2-graph.cgi.in to fix that. Holger |
From: Jake L. <jle...@in...> - 2008-03-05 17:41:03
|
Hi, I am having similar problems with rrd2-system.cgi. There are broken images where graphs should be. I am using gentoo and NagiosGrapher-1.6.1-rc5. Errors in my apache log file: Use of uninitialized value in concatenation (.) or string at /usr/nagios/sbin/rrd2-graph.cgi line 622. Can't locate object method "png" via package "GD::Image" at /usr/local/nagios/contrib/perl/NagiosGrapher.pm line 1081. Use of uninitialized value in pattern match (m//) at /usr/nagios/sbin/rrd2-system.cgi line 96. Use of uninitialized value in subroutine entry at /usr/nagios/sbin/rrd2-system.cgi line 105. Can't call method "Annotate" on an undefined value at /usr/nagios/sbin/rrd2-system.cgi line 106. Any help would be appreciated. Thanks, - Jake ----------------------- This thread is located in the archive at this URL: http://www.nagiosexchange.org/Mailinglist.140.0.html?&tx_maillisttofaq_pi1[showUid]=6701 |
From: Jake L. <jle...@in...> - 2008-03-05 17:41:00
|
Hi, I am having similar problems with rrd2-system.cgi. There are broken images where graphs should be. I am using gentoo and NagiosGrapher-1.6.1-rc5. Errors in my apache log file: Use of uninitialized value in concatenation (.) or string at /usr/nagios/sbin/rrd2-graph.cgi line 622. Can't locate object method "png" via package "GD::Image" at /usr/local/nagios/contrib/perl/NagiosGrapher.pm line 1081. Use of uninitialized value in pattern match (m//) at /usr/nagios/sbin/rrd2-system.cgi line 96. Use of uninitialized value in subroutine entry at /usr/nagios/sbin/rrd2-system.cgi line 105. Can't call method "Annotate" on an undefined value at /usr/nagios/sbin/rrd2-system.cgi line 106. Any help would be appreciated. Thanks, - Jake ----------------------- This thread is located in the archive at this URL: http://www.nagiosexchange.org/Mailinglist.140.0.html?&tx_maillisttofaq_pi1[showUid]=6701 |
From: Denny S. <lin...@4l...> - 2008-03-05 10:23:32
|
hi, Steve Bosek schrieb: > use NagiosGrapher-current-200801211229.tar.gz > in NagiosGrapher 1.6.1-rc5-04 i have the same result ... bug in > NagiosGrapher.pm sorry for my late answer: Yes, the collect2 starts now without any problems. thanks a lot cu denny -- Stoppt den Überwachungswahn - Stoppt den Schäuble Katalog: http://www.nopsis.de |