I want to monitor Oracle database, I download Jerrison's template( from http://forums.cacti.net/ucp.php?mode=register) .When I create a data source ,no rrd file created . I check mysql database ,and I find no poller_item record created ,too. What' wrong with me? How can I check ?
I try to use 0.8.7e,0.8.7g,0.8.7h ,but can not work.
poller_item did not insert record.
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: poller_item did not insert record.
Likely you should test the script from the command line. If it's snmp, you better make sure that the Oracle database you are monitoring is configured with this. Also, you have to have a valid account on that database.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
-
- Posts: 4
- Joined: Tue Dec 06, 2011 7:34 am
Re: poller_item did not insert record.
SNMPWALK is OK.
[root@CactiEZ snmp_queries]# snmpwalk -c public -v 1 192.168.1.177 .1.3.6.1.4.1.111.4.1.1.1
SNMPv2-SMI::enterprises.111.4.1.1.1.1.2 = Counter32: 800942
SNMPv2-SMI::enterprises.111.4.1.1.1.2.2 = Counter32: 4779844
SNMPv2-SMI::enterprises.111.4.1.1.1.3.2 = Counter32: 4527645
SNMPv2-SMI::enterprises.111.4.1.1.1.4.2 = Counter32: 3188684
SNMPv2-SMI::enterprises.111.4.1.1.1.5.2 = Counter32: 0
SNMPv2-SMI::enterprises.111.4.1.1.1.6.2 = Counter32: 397153
SNMPv2-SMI::enterprises.111.4.1.1.1.7.2 = Counter32: 329320
SNMPv2-SMI::enterprises.111.4.1.1.1.8.2 = Counter32: 3143
SNMPv2-SMI::enterprises.111.4.1.1.1.9.2 = Counter32: 38129
SNMPv2-SMI::enterprises.111.4.1.1.1.10.2 = Counter32: 2290096
SNMPv2-SMI::enterprises.111.4.1.1.1.11.2 = Counter32: 13
SNMPv2-SMI::enterprises.111.4.1.1.1.12.2 = Counter32: 4
SNMPv2-SMI::enterprises.111.4.1.1.1.13.2 = Counter32: 0
SNMPv2-SMI::enterprises.111.4.1.1.1.14.2 = Counter32: 124286
SNMPv2-SMI::enterprises.111.4.1.1.1.15.2 = Counter32: 28525
SNMPv2-SMI::enterprises.111.4.1.1.1.16.2 = Counter32: 1142728
SNMPv2-SMI::enterprises.111.4.1.1.1.17.2 = Counter32: 88
SNMPv2-SMI::enterprises.111.4.1.1.1.18.2 = Counter32: 787042
SNMPv2-SMI::enterprises.111.4.1.1.1.19.2 = Counter32: 5633237
SNMPv2-SMI::enterprises.111.4.1.1.1.20.2 = Counter32: 309
SNMPv2-SMI::enterprises.111.4.1.1.1.21.2 = Counter32: 432009
SNMPv2-SMI::enterprises.111.4.1.1.1.22.2 = Counter32: 34470
SNMPv2-SMI::enterprises.111.4.1.1.1.23.2 = Counter32: 0
SNMPv2-SMI::enterprises.111.4.1.1.1.24.2 = Counter32: 0
[root@CactiEZ snmp_queries]# snmpwalk -c public -v 1 192.168.1.177 .1.3.6.1.4.1.111.4.1.1.1
SNMPv2-SMI::enterprises.111.4.1.1.1.1.2 = Counter32: 800942
SNMPv2-SMI::enterprises.111.4.1.1.1.2.2 = Counter32: 4779844
SNMPv2-SMI::enterprises.111.4.1.1.1.3.2 = Counter32: 4527645
SNMPv2-SMI::enterprises.111.4.1.1.1.4.2 = Counter32: 3188684
SNMPv2-SMI::enterprises.111.4.1.1.1.5.2 = Counter32: 0
SNMPv2-SMI::enterprises.111.4.1.1.1.6.2 = Counter32: 397153
SNMPv2-SMI::enterprises.111.4.1.1.1.7.2 = Counter32: 329320
SNMPv2-SMI::enterprises.111.4.1.1.1.8.2 = Counter32: 3143
SNMPv2-SMI::enterprises.111.4.1.1.1.9.2 = Counter32: 38129
SNMPv2-SMI::enterprises.111.4.1.1.1.10.2 = Counter32: 2290096
SNMPv2-SMI::enterprises.111.4.1.1.1.11.2 = Counter32: 13
SNMPv2-SMI::enterprises.111.4.1.1.1.12.2 = Counter32: 4
SNMPv2-SMI::enterprises.111.4.1.1.1.13.2 = Counter32: 0
SNMPv2-SMI::enterprises.111.4.1.1.1.14.2 = Counter32: 124286
SNMPv2-SMI::enterprises.111.4.1.1.1.15.2 = Counter32: 28525
SNMPv2-SMI::enterprises.111.4.1.1.1.16.2 = Counter32: 1142728
SNMPv2-SMI::enterprises.111.4.1.1.1.17.2 = Counter32: 88
SNMPv2-SMI::enterprises.111.4.1.1.1.18.2 = Counter32: 787042
SNMPv2-SMI::enterprises.111.4.1.1.1.19.2 = Counter32: 5633237
SNMPv2-SMI::enterprises.111.4.1.1.1.20.2 = Counter32: 309
SNMPv2-SMI::enterprises.111.4.1.1.1.21.2 = Counter32: 432009
SNMPv2-SMI::enterprises.111.4.1.1.1.22.2 = Counter32: 34470
SNMPv2-SMI::enterprises.111.4.1.1.1.23.2 = Counter32: 0
SNMPv2-SMI::enterprises.111.4.1.1.1.24.2 = Counter32: 0
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: poller_item did not insert record.
We did change the Cacti SNMP Walk API just a bit. If his script is very old, it likely needs a small update.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 0 guests