(topic closed) ZOND plugin v0.32 released (beta)
Moderators: Developers, Moderators
no Zond Graph
Thanks done the changes and its works
also changed
$mtch=split('[./\]', $value['rrd_path']);
$rrdpth = $mtch[count($mtch)-2];
as mention above
also changed
$mtch=split('[./\]', $value['rrd_path']);
$rrdpth = $mtch[count($mtch)-2];
as mention above
Ok, upgrading my browser vm now brings up the graphs, but only for some interfacesegarnel wrote:I am so close, but it can't seem to find the netzond.class, even though it is in the top level of the zond directory.
java -showversion
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
rpm -qa|grep jre
srvadmin-jre-5.1.0-354
jre-1.6.0_01-fcs
whereis java
java: /usr/bin/java /etc/java /usr/lib/java /usr/share/java
Cacti1 OS: CentOS 5.6 | 300+ devices
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
I guess I need to be more patient. the graph images are starting to show up, however they are not always populated
Cacti1 OS: CentOS 5.6 | 300+ devices
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
as I have allready mentioned - it is difficult to imagine what is realy going-on from your description. Post some screenshots here as well as java-console output of failing graphs... and what browser you are using?egarnel wrote:I guess I need to be more patient. the graph images are starting to show up, however they are not always populated
Please disregard my last post. It seems to be working fine now.johnrembo wrote:as I have allready mentioned - it is difficult to imagine what is realy going-on from your description. Post some screenshots here as well as java-console output of failing graphs... and what browser you are using?egarnel wrote:I guess I need to be more patient. the graph images are starting to show up, however they are not always populated
Thanks for the excellent plugin
Cacti1 OS: CentOS 5.6 | 300+ devices
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
-
- Cacti Guru User
- Posts: 1884
- Joined: Mon Oct 16, 2006 5:57 am
- Location: United Kingdom
- Contact:
I have managed to get this working under Windows and Apache (WAMP). However, some of the graphs don't display at all / show flatlined data, or show "ERROR:could not parse graph template"
I also noticed that ZOND seems to make the Apache server hang after al while. Disabling the plugin stops this issue...
Any ideas anyone ?
Thanks
I also noticed that ZOND seems to make the Apache server hang after al while. Disabling the plugin stops this issue...
Any ideas anyone ?
Thanks
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
try latest version.mcutting wrote:I have managed to get this working under Windows and Apache (WAMP). However, some of the graphs don't display at all / show flatlined data, or show "ERROR:could not parse graph template"
I also noticed that ZOND seems to make the Apache server hang after al while. Disabling the plugin stops this issue...
Any ideas anyone ?
Thanks
The error you have encountered is because of wrong graph templates you're using - lines don't have any collors (older cacti releases allowed this, but not anymore)
apache hangs might be releated to small refresh intervals (try increasing from 1500ms to 2000ms), many opened ZONDs etc... Try to monitor session count initiated form java-applet with "netstat" - maybe they are not terminated on windows machines (had no possibility to test this)?
-
- Cacti Guru User
- Posts: 1884
- Joined: Mon Oct 16, 2006 5:57 am
- Location: United Kingdom
- Contact:
try latest version.
I have already done this
The error you have encountered is because of wrong graph templates you're using - lines don't have any collors (older cacti releases allowed this, but not anymore)
Wrong graph templates ? They all work fine in CACTI, and all have colours for the lines.
apache hangs might be releated to small refresh intervals (try increasing from 1500ms to 2000ms), many opened ZONDs etc... Try to monitor session count initiated form java-applet with "netstat" - maybe they are not terminated on windows machines (had no possibility to test this)?
Only one ZOND graph open - I conduct some more testing.
I have already done this
The error you have encountered is because of wrong graph templates you're using - lines don't have any collors (older cacti releases allowed this, but not anymore)
Wrong graph templates ? They all work fine in CACTI, and all have colours for the lines.
apache hangs might be releated to small refresh intervals (try increasing from 1500ms to 2000ms), many opened ZONDs etc... Try to monitor session count initiated form java-applet with "netstat" - maybe they are not terminated on windows machines (had no possibility to test this)?
Only one ZOND graph open - I conduct some more testing.
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
I see in the README that it supports SSL now, but I do not see where to implement it.
Cacti1 OS: CentOS 5.6 | 300+ devices
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
Cacti2 OS: CentOS 5.6 | 300+ devices
King of the Elves
Local Anarchists Union #427
"Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others." -Edward Abbey
well, actualy, some users were complaining that zond plug-in doesn't work when cacti runs under ssl (https://myhost/cacti/). Now, it should.egarnel wrote:I see in the README that it supports SSL now, but I do not see where to implement it.
Another t1
Still on a Juniper.
I have tried different polling times. 1500 2000 2500
Same results
I have tried different polling times. 1500 2000 2500
Same results
- Attachments
-
- monitor4.png (13.64 KiB) Viewed 4442 times
Re: Another t1
OK, that might be an snmp-timeout problem. Juniper devices usualy have thousands of interfaces (AFAIK), and in some cases retrieval of single snmp-counter value might delay up to 5-7 sec (for example cacti reads host description table at the same time or machine is overloaded).eternal wrote:Still on a Juniper.
I have tried different polling times. 1500 2000 2500
Same results
Locate snmp.php at ZOND plug-in base directory. Try increase SNMP_TIMEOUT Constant to 1000000 (or even 1500000, 2000000). This value is in useconds(1sec = 1E6 microseconds). Also note that ZOND plug-in refresh interval must allways be 0.5 sec. greater than snmp-timeout.
Who is online
Users browsing this forum: No registered users and 0 guests