Since the upgrade to 0.87b, my SNMP Informant memory graphs seem to be blank.
Graphs are all fine up until the upgrade, and all other SNMP Informant graphs seem ok (disk usage, CPU, SQL Stats all fine)
Anyone else seen this?
Debug mode on the data sources all "seems" ok, can't spot any errors, but its just returning 0 data...
[Solved] SNMP Informant Memory Graphs broken in 0.87b?
Moderators: Developers, Moderators
- AndyStewart
- Cacti User
- Posts: 102
- Joined: Thu Sep 29, 2005 5:21 am
- Location: Edinburgh, Scotland
[Solved] SNMP Informant Memory Graphs broken in 0.87b?
Last edited by AndyStewart on Fri Apr 25, 2008 5:24 am, edited 3 times in total.
I don't care if the glass is half full or half empty, i want to know, who's been drinking my pint!!!
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
- AndyStewart
- Cacti User
- Posts: 102
- Joined: Thu Sep 29, 2005 5:21 am
- Location: Edinburgh, Scotland
PS, as per http://forums.cacti.net/viewtopic.php?t ... ant+memory this link, i've changed the OID's for SNMP Informant STD.
These graphs have been working great for over a year, just after some pointers as to what I can check in 0.87b to resolve this issue - cheers.
These graphs have been working great for over a year, just after some pointers as to what I can check in 0.87b to resolve this issue - cheers.
I don't care if the glass is half full or half empty, i want to know, who's been drinking my pint!!!
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
Are the scripts returning data?
Are the rrd files getting updated with data?
Are the rrd files getting updated with data?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
- AndyStewart
- Cacti User
- Posts: 102
- Joined: Thu Sep 29, 2005 5:21 am
- Location: Edinburgh, Scotland
Found out what it was.
Prior to the update to 0.87b, the OID that was being checked for available and committed memory was .1.3.6.1.4.1.9600....etc
I removed the LEADING . from the OID and now it works.
Prior to the update to 0.87b, the OID that was being checked for available and committed memory was .1.3.6.1.4.1.9600....etc
I removed the LEADING . from the OID and now it works.
I don't care if the glass is half full or half empty, i want to know, who's been drinking my pint!!!
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
- AndyStewart
- Cacti User
- Posts: 102
- Joined: Thu Sep 29, 2005 5:21 am
- Location: Edinburgh, Scotland
Ignore that previous entry - its still dead.
Running GetIf shows the data fine, the data source is a "Get SNMP Data", and the OID is set to ".1.3.6.1.4.1.9600.1.1.2.1.0"
Is there any way I can test that this is working correctly? such as check that the snmp.php script is working correctly?
Running GetIf shows the data fine, the data source is a "Get SNMP Data", and the OID is set to ".1.3.6.1.4.1.9600.1.1.2.1.0"
Is there any way I can test that this is working correctly? such as check that the snmp.php script is working correctly?
I don't care if the glass is half full or half empty, i want to know, who's been drinking my pint!!!
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
Sure. Change cacti's logging level to debug, let the poller run, then look either in the snmp cache or the cacti.log file for the output from the script.
Is the script a php script server script (i.e. ss_*) ? If so, then you can manually run it with the script server to test.
Is the script a php script server script (i.e. ss_*) ? If so, then you can manually run it with the script server to test.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
- AndyStewart
- Cacti User
- Posts: 102
- Joined: Thu Sep 29, 2005 5:21 am
- Location: Edinburgh, Scotland
ok Finally tracked it down.
The SNMP Informant memory graphs (and SNMP Informant TS Sessions graphs), all had a step of 60 under Data Templates - changed this to 300 to match the other data templates and the graphs started working again.
The SNMP Informant memory graphs (and SNMP Informant TS Sessions graphs), all had a step of 60 under Data Templates - changed this to 300 to match the other data templates and the graphs started working again.
I don't care if the glass is half full or half empty, i want to know, who's been drinking my pint!!!
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
[size=75][Windows 2003 & IIS6] [Cacti 0.8.7b] [ActivePerl 5.8.8.817] [MySql 5.0.19] [NetSNMP 5.2.1.2-1] [PHP 5.1.2] [RRDTool 1.2.11]
[Plugins: PluginArchitecture, Monitor, Discovery, Threshold, Update, Reports, Manage, RealTime][/size]
Who is online
Users browsing this forum: No registered users and 3 guests