Search found 24 matches

by windsor
Fri Mar 27, 2020 2:58 pm
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

Re: graphs aren't matching rrd LAST, not even close

Yup, that was the solution.

needed correct timezone in both of the php.ini files.

FWIW, the OS is SLES 15, this was a "greenfield" install using the latest stable version at the time (1.2.7), installed via zypper.
by windsor
Thu Mar 26, 2020 4:57 pm
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

Re: graphs aren't matching rrd LAST, not even close

found this: viewtopic.php?t=47931

Adjusting my php.ini (both of them) and restarting apache2.
by windsor
Thu Mar 26, 2020 4:50 pm
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

Re: graphs aren't matching rrd LAST, not even close

I ran a while loop to do the "snmp get" every five minutes and just let it hum overnight and during the day. Here's the graph and the output for comparison. https://i.imgur.com/li86f12.jpg One point to easily identify on the graph, it crosses 400-count right at 2:30p (14:30). https://i.img...
by windsor
Wed Mar 25, 2020 5:00 pm
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

Re: graphs aren't matching rrd LAST, not even close

What's interesting is that it appears to be time-shifted. For example, right now:

snmp and "DS" value: 273

graph Current: 434

I made sure the "Preset" wasn't messed up as well, using "Last Day" or even "Last Hour", still wrong.
by windsor
Wed Mar 25, 2020 4:55 pm
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

Re: graphs aren't matching rrd LAST, not even close

Dummy wrote: Wed Mar 25, 2020 4:28 pm And the device, which is assigned to your DataSource, is the same on which you are running snmpwalk manually?
Certainly. Output from the data source matches the manual snmpget.
by windsor
Wed Mar 25, 2020 3:08 pm
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

Re: graphs aren't matching rrd LAST, not even close

Oh, I think the original '555' was me trying to abstract the data before posting it. I don't have a *555.rrd, highest I have is something_406.rrd.
by windsor
Wed Mar 25, 2020 3:05 pm
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

Re: graphs aren't matching rrd LAST, not even close

good catch, let me check on that.
by windsor
Mon Mar 23, 2020 9:37 am
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

ok, here's a fresh set of data

Here's the current graph: https://i.imgur.com/dUyzvY3.jpg snmpget on the CLI returns 378 Data source information confirms this: https://i.imgur.com/eSQOcRB.jpg data source debug output: Data Source Debug /usr/bin/rrdtool create \ /srv/www/cacti/rra/_________snmp_oid_387.rrd \ --start -900 --step 300...
by windsor
Sun Mar 22, 2020 10:56 am
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

Re: graphs aren't matching rrd LAST

Sure, I'll collect it all again tomorrow morning when usage ramps up.
by windsor
Fri Mar 20, 2020 12:05 pm
Forum: Help: General
Topic: An Issue with Graphs for A Specific Device
Replies: 10
Views: 643

Re: An Issue with Graphs for A Specific Device

Looks like you largely found the problem. FWIW, it's a symptom that your device may be overloaded or buggy, if you're not reaching way across a WAN link for the information. We have a couple of devices that do this when they get "cranky", basically the SNMP response time increases and cact...
by windsor
Fri Mar 20, 2020 11:47 am
Forum: Help: General
Topic: RESOLVED: graphs aren't matching rrd LAST, not even close
Replies: 13
Views: 935

RESOLVED: graphs aren't matching rrd LAST, not even close

I set up cacti with the snmp_oid data template to monitor the ASA for the number of VPN (AnyConnect) connections. Everything works well on the data collection side: OID: 1.3.6.1.4.1.9.9.392.1.3.35.0 Data Source Type: GAUGE (which matches what "snmpget" returns -- Gauge32) Maximum Value: U ...
by windsor
Sat May 31, 2008 10:42 pm
Forum: Help: Linux/Unix Specific
Topic: Solaris 10 Install
Replies: 9
Views: 7902

Re: help for Solaris 10 : trouble for php

I am interested too in notes for cacti installation on solaris 10. I am actually having some trouble installing php . I am not sure which version should work. I tried php 5.2.6 and 5.0.2 both failed to compile... Can anyone help ? I've built 5.2.1 (awhile back), here are my build notes: http://www....
by windsor
Thu May 08, 2008 3:06 pm
Forum: Help: General
Topic: Help with access to pix via perl script
Replies: 4
Views: 1984

I can verify that the following work on v7.x on PIX or ASA: Interface: IF-MIB::ifIndex free memory: .1.3.6.1.4.1.9.9.48.1.1.1.6.1 used memory: .1.3.6.1.4.1.9.9.48.1.1.1.5.1 5min cpu: .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 connections: .1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6 edit: 7.2(3) had a bug where free...
by windsor
Thu May 08, 2008 3:00 pm
Forum: Help: General
Topic: Can't get interface stats from a Cisco 5520 ASA
Replies: 4
Views: 11167

Cisco Tech Support guy was a moron -- the standard "Interface - Traffic" Data Template should suffice. That's what I'm using on PIX-515 (v7.x) and ASA-5510s. You weren't clear if you could actually poll your FW devices, so give snmpwalk a spin from your cacti server: snmpwalk -v 2c -c <com...
by windsor
Thu May 08, 2008 2:39 pm
Forum: Help: Linux/Unix Specific
Topic: Cacti on Solaris 10
Replies: 6
Views: 3043

Oh, another thing. If you're used to linux/*BSD and put */5 in the crontab file, it won't work. Yours needs to look like this: : myserver; sudo crontab -l cacti 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /data/html/cacti/htdocs/poller.php > /dev/null 2>&1 To debug, you can get creative: : myserve...