Search found 15 matches

by cheinzle
Wed Jul 31, 2024 1:03 pm
Forum: Help: General
Topic: adding info to the Device adding page
Replies: 5
Views: 1315

adding info to the Device adding page

When adding a new device, it would be nice to immediately see the device model number information (for a Cisco router), specifically using the OID .1.3.6.1.2.1.47.1.1.1.1.13.1. This returns a string with said information. Is it possible to add this so that it appears along with other sysinfo data (s...
by cheinzle
Thu Apr 04, 2024 8:30 am
Forum: Help: General
Topic: Old graphs working, SOME new graphs indicate 'poller may not have run yet'
Replies: 12
Views: 1336

Re: Old graphs working, SOME new graphs indicate 'poller may not have run yet'

Already using v2, per the results returned from manually running the poller. cacti version is 1.2.3. I would upgrade, but in my experience the risk of upgrading outweighs the reward. I've never had one work out successfully, and always end up having to start from scratch. In this case, the server is...
by cheinzle
Tue Apr 02, 2024 7:20 am
Forum: Help: General
Topic: Old graphs working, SOME new graphs indicate 'poller may not have run yet'
Replies: 12
Views: 1336

Re: Old graphs working, SOME new graphs indicate 'poller may not have run yet'

nope, still nothing. RRD issue maybe?
Capture.GIF
Capture.GIF (21.86 KiB) Viewed 1065 times
by cheinzle
Fri Mar 29, 2024 7:27 am
Forum: Help: General
Topic: Old graphs working, SOME new graphs indicate 'poller may not have run yet'
Replies: 12
Views: 1336

Re: Old graphs working, SOME new graphs indicate 'poller may not have run yet'

It appears to be the same output. For this issue, DS's 10673, 10674, 10675 are the ones having issue, even though these are getting good data from the router in question. [myusername@io bin]$ sudo /usr/local/spine/bin/spine -f=110 -l=110 -V=3 SPINE: Using spine config file [../etc/spine.conf] SPINE:...
by cheinzle
Wed Mar 27, 2024 7:31 am
Forum: Help: General
Topic: Old graphs working, SOME new graphs indicate 'poller may not have run yet'
Replies: 12
Views: 1336

Re: Old graphs working, SOME new graphs indicate 'poller may not have run yet'

[myusername@io bin]$ sudo /usr/local/spine/bin/spine -f=110 -l=110 -V=3 -R SPINE: Using spine config file [../etc/spine.conf] SPINE: Version 1.2.3 starting PHP Notice: Constant FILTER_VALIDATE_IS_REGEX already defined in /usr/share/cacti/include/global_constants.php on line 388 PHP Notice: Constant...
by cheinzle
Wed Feb 28, 2024 11:10 am
Forum: Help: General
Topic: Old graphs working, SOME new graphs indicate 'poller may not have run yet'
Replies: 12
Views: 1336

Re: Old graphs working, SOME new graphs indicate 'poller may not have run yet'

Wouldn't a permissions issue also keep other new graphs/rra's from being created?
by cheinzle
Wed Feb 28, 2024 10:42 am
Forum: Help: General
Topic: Old graphs working, SOME new graphs indicate 'poller may not have run yet'
Replies: 12
Views: 1336

Old graphs working, SOME new graphs indicate 'poller may not have run yet'

Cacti v 1.2.3 on linux NET-SNMP version: 5.7.2 RRDtool Version Found: 1.4.8 Devices: 442 Graphs: 5,405 SPINE: 1.2.3 Last Run Statistics: Time:38.4646 Method:spine Processes:4 Threads:4 Hosts:442 HostsPerProcess:111 DataSources:14052 RRDsProcessed:5860 all my old graphs are working fine, updating wit...
by cheinzle
Thu Jan 26, 2023 10:50 am
Forum: Help: General
Topic: Missing tree in tree mode
Replies: 1
Views: 170

Missing tree in tree mode

referring to an old thread there was a reference to removing carriage returns from leaves to fix a tree not showing up. How does one find and remove these? The following Leaves have imbedded carriage returns in them causing a JS issue: LeafB-WAE-612 LeafA-WAE-612 Remove the embedded carriage returns...
by cheinzle
Wed Jan 18, 2023 9:46 am
Forum: Help: General
Topic: Missing tree in Tree Mode
Replies: 13
Views: 6789

Re: Missing tree in Tree Mode

I'm running v1.2.3 and I randomly have the same symptoms as in this thread. Can you put the answer above in more detailed context? where are these located, how to find and correct them?
by cheinzle
Mon Apr 27, 2020 2:14 pm
Forum: Help: General
Topic: Data Query returned 0 rows
Replies: 5
Views: 2320

Data Query returned 0 rows

I know there are lots of posts on this question, but none that seemed to match what I have (that I found). I have a Fortigate 60D that I am able to get interface statistics collected from and graphed. I am trying to also graph per-firewall-policy traffic. I get the error: "This data query retur...
by cheinzle
Wed Jul 17, 2019 8:24 am
Forum: Scripts and Templates
Topic: script output loop
Replies: 3
Views: 1136

Re: script output loop

I suppose. And for my script that wasn't working (Cacti log indicated that spine was receiving a truncated list of variables) making a single print statement fixed it. My question was fishing for more of a technical reason why spine doesn't like loops.
by cheinzle
Tue Jul 16, 2019 2:17 pm
Forum: Scripts and Templates
Topic: script output loop
Replies: 3
Views: 1136

script output loop

From the Cacti docs:

"Note: Spine requires, that multiple parameters are spit out by a single “print” statement. Do not print them in a loop! "

Wondering if someone can enlighten me as to why loops don't work?
by cheinzle
Thu Dec 21, 2017 9:12 am
Forum: Help: General
Topic: tree display style
Replies: 0
Views: 527

tree display style

In my previous installation of 0.8.8b, the tree style used '+' & '-' tree icons, and dashed lines between tree nodes, better displaying the hierarchy IMHO, as compared to my current installation of 1.1.26. I understand there were some licencing issues with the old tree js? That said, it looks li...
by cheinzle
Mon Nov 06, 2017 10:20 pm
Forum: Feature Requests
Topic: Graph Tree - Available Graphs Scroll
Replies: 4
Views: 15275

Re: Graph Tree - Available Graphs Scroll

take a look at tree.php, function display_graphs(). edit the SQL statement and change the LIMIT amount to your liking. $graphs = db_fetch_assoc("SELECT gtg.local_graph_id AS id, gtg.title_cache AS title, gt.name AS template_name FROM graph_templates_graph AS gtg LEFT JOIN graph_templates AS gt ...