Search found 11 matches

by jmmcg
Mon Oct 28, 2024 9:51 am
Forum: Help: Linux/Unix Specific
Topic: Cacti stops collecting data for a device until re-indexed
Replies: 0
Views: 466

Cacti stops collecting data for a device until re-indexed

Cacti: 1.2.27 Spine: 1.2.27 OS: Rocky 9.4 PHP: 8.0.30 I have a Cisco ASR9k that Cacti occasionally stops collecting data for. It may be doing the SNMP gets, but it is not recording the data to the RRDs. Re-indexing the device causes graphing to start again but the issue eventually returns. My workar...
by jmmcg
Tue Oct 15, 2024 8:31 am
Forum: Help: Linux/Unix Specific
Topic: Cacti not retrieving some fields of the ifXTable and ifTable for one device
Replies: 10
Views: 784

Re: Cacti not retrieving some fields of the ifXTable and ifTable for one device

Changing the Bulk Walk Max Repetitions from Auto-Detect on re-index to 10 caused the data to populate. Data sources and graphs now get the appropriate names. I selected 10 randomly.

I appreciate the time you took to help me with this.
by jmmcg
Mon Oct 14, 2024 10:23 am
Forum: Help: Linux/Unix Specific
Topic: Cacti not retrieving some fields of the ifXTable and ifTable for one device
Replies: 10
Views: 784

Re: Cacti not retrieving some fields of the ifXTable and ifTable for one device

Thank you for taking the time to look into this. Do you have any thoughts on where I might go for help or possible workarounds?
by jmmcg
Wed Oct 09, 2024 8:35 am
Forum: Help: Linux/Unix Specific
Topic: Cacti not retrieving some fields of the ifXTable and ifTable for one device
Replies: 10
Views: 784

Re: Cacti not retrieving some fields of the ifXTable and ifTable for one device

That is correct. The columns do not even show up on the Create Graphs page. The other devices like this have the / char in both their names and descriptions. Doing a reapply suggested names gives all graphs the name "nwt00ts02 - Traffic (traffic_in)" Do you know of any characters that woul...
by jmmcg
Tue Oct 08, 2024 10:01 am
Forum: Help: Linux/Unix Specific
Topic: Cacti not retrieving some fields of the ifXTable and ifTable for one device
Replies: 10
Views: 784

Re: Cacti not retrieving some fields of the ifXTable and ifTable for one device

Here we are: snmpwalk -v2c -cCOMMUNITY DEVICE_ADDRESS .1.3.6.1.2.1.2.2.1.2 IF-MIB::ifDescr.1000065 = STRING: 6329/g1 IF-MIB::ifDescr.1000097 = STRING: 6293/g1 IF-MIB::ifDescr.1000129 = STRING: 6292/g1 IF-MIB::ifDescr.1000161 = STRING: 6294/g1 IF-MIB::ifDescr.1000193 = STRING: 6311/g1 IF-MIB::ifDescr...
by jmmcg
Mon Oct 07, 2024 8:53 am
Forum: Help: Linux/Unix Specific
Topic: Cacti not retrieving some fields of the ifXTable and ifTable for one device
Replies: 10
Views: 784

Re: Cacti not retrieving some fields of the ifXTable and ifTable for one device

Hello macan. Here are the parts I think are relevant. I didn't do the full output as there are over 500 entries in the table for this device. Data Query Debug Information Total: 0.000000, Delta: 0.000000, Found data query XML file at '/usr/share/cacti/resource/snmp_queries/interface.xml' Total: 0.00...
by jmmcg
Fri Oct 04, 2024 1:51 pm
Forum: Help: Linux/Unix Specific
Topic: Cacti not retrieving some fields of the ifXTable and ifTable for one device
Replies: 10
Views: 784

Cacti not retrieving some fields of the ifXTable and ifTable for one device

I have encountered an issue where my instance of Cacti is not collecting ifDescr and ifName values for a single host. This host is like several others that I have which seem to work correctly(same model, same firmware version). When I perform a Verbose Query, I get the following output for ifName: T...
by jmmcg
Tue Mar 17, 2020 4:31 pm
Forum: Help: General
Topic: Reportit not exporting files or generating emails
Replies: 1
Views: 195

Reportit not exporting files or generating emails

OS: CentOS 7 PHP: 5.4.16 Cacti version: 1.2.9 Reportit version: 1.1.3 I have reportit setup and I am testing a simple report to give me the maximum in/out for a 24 hour period. I can run it as a one-off without any issue but I never see any files placed into the archives or exports folder. I also do...
by jmmcg
Fri Mar 13, 2020 4:32 pm
Forum: Help: General
Topic: Setting the default login realm
Replies: 5
Views: 406

Re: Setting the default login realm

Thanks for looking at this! :)
by jmmcg
Fri Mar 06, 2020 6:02 pm
Forum: Help: General
Topic: Setting the default login realm
Replies: 5
Views: 406

Re: Setting the default login realm

I am going to partially answer my own question. It looks as if javascript was added to save the preferred realm of the user. To disable that behavior, I made the following changes starting at line 807 noted below. This, however, is kind of an ugly hack. Is there a better way to do this? The below: $...
by jmmcg
Fri Mar 06, 2020 11:05 am
Forum: Help: General
Topic: Setting the default login realm
Replies: 5
Views: 406

Setting the default login realm

I recently updated cacti to version 1.2.9, latest available from EPEL on CentOS 7. Normally after updating Cacti I make a modification to auth_login.php so that the realm defaults to Local. This is to simplify the login process for our external users who would not use LDAP. Today when I made the usu...