Search found 140 matches

by cksrealm
Mon Jun 10, 2024 6:57 am
Forum: Help: Linux/Unix Specific
Topic: Linking from an external application to a cacti graph
Replies: 3
Views: 1154

Re: Linking from an external application to a cacti graph

I have a database that kind of doubles as a CMDB with all the devices in it including serial numbers etc etc. I have a php front end for that and would love to be able to provide a link in this php front end that takes the user to the device graphs in Cacti.
by cksrealm
Sun May 26, 2024 11:29 pm
Forum: Help: Linux/Unix Specific
Topic: Linking from an external application to a cacti graph
Replies: 3
Views: 1154

Linking from an external application to a cacti graph

Hi all, I have written a php front end to a database that gets a bunch of data for devices, I am trying to add a link so that when a user clicks on a link it will go to the appropriate device in the cacti graph screens. For example a user views a database via php front end showing device data for al...
by cksrealm
Wed Jan 31, 2024 10:53 pm
Forum: Help: Linux/Unix Specific
Topic: Randomly Poller Over Runs
Replies: 1
Views: 693

Randomly Poller Over Runs

Hey all, I have two pollers running and poller 2 sometimes randomly starts to over run and aborts like its meant to. Weird thing is that it works find most of the time then will abort 4 times in a row and then go back to normal run time of about 23 seconds. Error states POLLER: Poller[ncdlnetmonp002...
by cksrealm
Thu Jan 04, 2024 8:44 pm
Forum: Help: Linux/Unix Specific
Topic: ERROR PHP : Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes)
Replies: 1
Views: 489

Re: ERROR PHP : Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes)

Another server reboot seems to have resolved this, not sure what the initial issue was
by cksrealm
Thu Jan 04, 2024 7:48 pm
Forum: Help: Linux/Unix Specific
Topic: ERROR PHP : Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes)
Replies: 1
Views: 489

ERROR PHP : Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes)

All, Cacti has been running fine with no issues, the server was then rebooted and now Im getting an Error 500 trying to access the Cacti GUI, looking into the cacti.log file each time a user tried to access the GUI this is coming up in the logs. ERROR PHP : Allowed memory size of 2097152 bytes exhau...
by cksrealm
Mon Oct 09, 2023 6:14 pm
Forum: Help: Linux/Unix Specific
Topic: Can Ping host from CLI but not from Cacti
Replies: 3
Views: 1150

Re: Can Ping host from CLI but not from Cacti

Can you confirm which command it runs to to the test is it ping.pl or ss_fping.pl for the ping test?
Either way when running it as the apache user it works.
by cksrealm
Sun Oct 08, 2023 8:08 pm
Forum: Help: Linux/Unix Specific
Topic: Can Ping host from CLI but not from Cacti
Replies: 3
Views: 1150

Can Ping host from CLI but not from Cacti

Hi all, Having a weird thing here, running RedHat Enterprise 8.0 and I can ping a device from the servers CLI see below. [netmon@ncdlnetmonp001 cacti]$ ping wwmnwygm01c94 PING wwmnwygm01c94 (x.x.x.x) 56(84) bytes of data. 64 bytes from wwmnwygm01c94 (x.x.x.x): icmp_seq=1 ttl=244 time=4.65 ms 64 byte...
by cksrealm
Wed Sep 27, 2023 6:41 pm
Forum: Help: Linux/Unix Specific
Topic: Graph Number of Routes on a Cisco Switch
Replies: 1
Views: 939

Graph Number of Routes on a Cisco Switch

Has anyone been able to graph the number of routes on a Cisco Router.
by cksrealm
Wed Aug 30, 2023 11:45 pm
Forum: Plugin: (Threshold)
Topic: Threshold(s) Already Exist - No Thresholds Created
Replies: 2
Views: 4432

Re: Threshold(s) Already Exist - No Thresholds Created

Did you ever find a solution to this?
by cksrealm
Mon Aug 21, 2023 6:10 pm
Forum: Help: Linux/Unix Specific
Topic: AutoM8 Question - Picking up Switch Interfaces it should not be
Replies: 21
Views: 3091

Re: AutoM8 Question - Picking up Switch Interfaces it should not be

Query is returning interfaces that are in a Down/Down state and not just ones in an Up/Up state as I expect.
by cksrealm
Sun Aug 20, 2023 9:18 pm
Forum: Help: Linux/Unix Specific
Topic: AutoM8 Question - Picking up Switch Interfaces it should not be
Replies: 21
Views: 3091

Re: AutoM8 Question - Picking up Switch Interfaces it should not be

Got this in the logs. 2023-08-21 11:57:57 - CMDPHP SELECT * FROM (SELECT h.hostname AS automation_host, host_id, h.disabled, h.status, snmp_query_id, snmp_index , MAX(CASE WHEN field_name='ifAdminStatus' THEN field_value ELSE NULL END) AS 'ifAdminStatus', MAX(CASE WHEN field_name='ifAlias' THEN fiel...
by cksrealm
Wed Aug 16, 2023 9:46 pm
Forum: Help: Linux/Unix Specific
Topic: AutoM8 Question - Picking up Switch Interfaces it should not be
Replies: 21
Views: 3091

Re: AutoM8 Question - Picking up Switch Interfaces it should not be

This section?
$rule_name = db_fetch_cell_prepared('SELECT name
FROM automation_graph_rules
WHERE id = ?',
array($rule['id']));
by cksrealm
Wed Aug 16, 2023 6:24 pm
Forum: Help: Linux/Unix Specific
Topic: AutoM8 Question - Picking up Switch Interfaces it should not be
Replies: 21
Views: 3091

Re: AutoM8 Question - Picking up Switch Interfaces it should not be

Screenshot 2023-08-17 092426.jpg
Screenshot 2023-08-17 092426.jpg (103.27 KiB) Viewed 1569 times
by cksrealm
Wed Aug 16, 2023 6:07 pm
Forum: Help: Linux/Unix Specific
Topic: AutoM8 Question - Picking up Switch Interfaces it should not be
Replies: 21
Views: 3091

Re: AutoM8 Question - Picking up Switch Interfaces it should not be

Tried that and still getting no matches at all?