template [.86c] intfe fired, proxy squid http fired,cpu load
Moderators: Developers, Moderators
-
- Posts: 15
- Joined: Wed Sep 22, 2004 11:49 am
I noticed that myself on the screenshot when I posted it - the screenshot was taken immediately after applying the new template but after the graph updated after a few cycles things seemed to clear up.DevilSun wrote:d.m.wilson, can you help me understand your percentages next to the the values? They don't seem to coincide correctly...
I'm posting another graph - I'm sure this will clear up your thoughts. If not, let me know and I can go into some detail.
Oh and please forgive the "grainy" ness of my jpg export.
Obviously here's the math for the Inbound Last Percentage:
62.29/512 *100 = 12.166015625 --> 12.17%
Correct me if I'm wrong. It happens all the time according to my wife.
- Attachments
-
- sample.JPG (70.33 KiB) Viewed 10244 times
can somebody re-upload the http xml script or link it to a website?
When I try to download it from this forum (just with this script, the rest works fine) I get an xml parser error and it becomes unusable.
thanks in advance.
When I try to download it from this forum (just with this script, the rest works fine) I get an xml parser error and it becomes unusable.
thanks in advance.
Life on earth is expensive, but it does include a free trip arround the sun :)
Inverted version
Here is an inverted version of this great template (thanks predou, it's really a nice template, I won't ever use a mrtg-style graph for traffic again ). (inverted : green means out and blue means in)
This inverted version is useful when the host you want to graph is a server which mailnly has output traffic.
EDIT : there was a small problem in the template, which prevented in/out total to be shown correctly (always 0 bytes). It is now fixed.
This inverted version is useful when the host you want to graph is a server which mailnly has output traffic.
EDIT : there was a small problem in the template, which prevented in/out total to be shown correctly (always 0 bytes). It is now fixed.
- Attachments
-
- cacti_graph_template_interface_traffic_bitssec_total_bandwidth_fired_inverted.xml
- looks the same as predou's, but green is outbound traffic.
- (36.83 KiB) Downloaded 834 times
xml parse error
hi,
I get the message "xml parse error" when i try to implement the traffic fired template.
My version: 0.8.6c
I think it is the same problem like this one
I get the message "xml parse error" when i try to implement the traffic fired template.
My version: 0.8.6c
I think it is the same problem like this one
Can someone help?Rroet : When I try to download it from this forum (just with this script, the rest works fine) I get an xml parser error and it becomes unusable.
Remove the ampersand, at least thats what worked for me.
I replaced it with the word 'and'
I am getting a strange error when polling:
CACTID: Host[15] SNMP: v1: whatever.com, dsname: HTTP_Hit, oid: .1.3.6.1.4.1.3495.1.3.2.1.2, value: U
OID ClientHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1
OID HttpHits 1.3.6.1.4.1.3495.1.3.2.1.2
thats for my version of squid
snmpget -v1 -cfdgsdfgs whatever.com:3401 1.3.6.1.4.1.3495.1.3.2.1.2
SNMPv2-SMI::enterprises.3495.1.3.2.1.2 = Counter32: 795280
any ideas?
something not returning right with the data source?
I replaced it with the word 'and'
I am getting a strange error when polling:
CACTID: Host[15] SNMP: v1: whatever.com, dsname: HTTP_Hit, oid: .1.3.6.1.4.1.3495.1.3.2.1.2, value: U
OID ClientHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1
OID HttpHits 1.3.6.1.4.1.3495.1.3.2.1.2
thats for my version of squid
snmpget -v1 -cfdgsdfgs whatever.com:3401 1.3.6.1.4.1.3495.1.3.2.1.2
SNMPv2-SMI::enterprises.3495.1.3.2.1.2 = Counter32: 795280
any ideas?
something not returning right with the data source?
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Please follow this link and let me know if Cactid is happier.
TheWitness
http://forums.cacti.net/viewtopic.php?t=6790
TheWitness
http://forums.cacti.net/viewtopic.php?t=6790
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
That was nice and speedy.
However I found something interesting. (not in the new cactid version)
I noticed that even those these templates have you specify an snmp port, it still seems as if it were polling on the old snmp port, hence the Partial Result, Also in the log files or poller.php output or cactid output (whatever) it does not show what snmp port it is connecting to.
I think it would help a lot with debugging issues if it did..
Now I think I may have fixed my problem, I created a new device this time setting its snmp port on the device definition side to my squid snmp port.
It seems to be polling fine. With the old cactid or the new one.
Any ideas?
However I found something interesting. (not in the new cactid version)
I noticed that even those these templates have you specify an snmp port, it still seems as if it were polling on the old snmp port, hence the Partial Result, Also in the log files or poller.php output or cactid output (whatever) it does not show what snmp port it is connecting to.
I think it would help a lot with debugging issues if it did..
Now I think I may have fixed my problem, I created a new device this time setting its snmp port on the device definition side to my squid snmp port.
It seems to be polling fine. With the old cactid or the new one.
Any ideas?
-
- Posts: 27
- Joined: Tue Sep 11, 2007 6:33 am
Problem cacti
I have just mattered control yourself of the fired, but when I want to monitor a machine solaris the following mistake goes out for me...
RRDTool Says:
ERROR: opening '/var/www/cacti/rra/smadptf01_traffic_in_188.rrd': No such file or directory
Since I solve this mistake
Very thanks!!!!
RRDTool Says:
ERROR: opening '/var/www/cacti/rra/smadptf01_traffic_in_188.rrd': No such file or directory
Since I solve this mistake
Very thanks!!!!
How do I make use of the scripts and templates in Cacti?
I want to monitor a Squid Server
Who is online
Users browsing this forum: No registered users and 0 guests