|
|
| Author |
Message |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Tue Dec 04, 2007 2:53 pm Post subject: |
|
|
Can you try the lib/functions.php from this thread ?
If that doesn't work, I guess you'll have to open a bug  |
|
| Back to top |
|
 |
Smux
Joined: 10 Sep 2007 Posts: 40
|
Posted: Tue Dec 04, 2007 3:38 pm Post subject: |
|
|
| No, this issue dont work for me. I create a issue for my problem here |
|
| Back to top |
|
 |
aixuser
Joined: 31 Jan 2008 Posts: 3
|
Posted: Thu Jan 31, 2008 3:15 pm Post subject: Re:[HOWTO] Install and configure the Net-SNMP agent for Unix |
|
|
> AIX Packages are available in the University of California repository:
This site is no longer available.
Is there any other site or place to download?
Thanks! |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12186 Location: Muenster, Germany
|
Posted: Fri Feb 01, 2008 7:19 am Post subject: |
|
|
Please search bullfreeware
Reinhard |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Fri Feb 01, 2008 8:06 am Post subject: |
|
|
| I've updated the HowTo with Bull links. |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12186 Location: Muenster, Germany
|
|
| Back to top |
|
 |
utdrmac
Joined: 19 Dec 2007 Posts: 8
|
Posted: Tue Feb 26, 2008 1:32 pm Post subject: |
|
|
Nice HOWTO!
But 'exec' is now deprecated. Got a HOWTO on using 'extend' ? |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Wed Feb 27, 2008 8:25 am Post subject: |
|
|
Hi
in fact 'exec' still works with 5.4 :
| Code: | $ /usr/sbin/snmpd --version
NET-SNMP version: 5.4.1
Web: http://www.net-snmp.org/
Email: net-snmp-coders@lists.sourceforge.net |
| Code: | $ cat /etc/snmp/snmpd.conf
rocommunity public
disk /
exec foo /tmp/foo.sh |
| Code: | $ snmpwalk -v 1 -c public localhost exttable
UCD-SNMP-MIB::extIndex.1 = INTEGER: 1
UCD-SNMP-MIB::extNames.1 = STRING: foo
UCD-SNMP-MIB::extCommand.1 = STRING: /tmp/foo.sh
UCD-SNMP-MIB::extResult.1 = INTEGER: 0
UCD-SNMP-MIB::extOutput.1 = STRING: 123
UCD-SNMP-MIB::extErrFix.1 = INTEGER: noError(0)
UCD-SNMP-MIB::extErrFixCmd.1 = STRING: |
But the 'exec' keyword does not work anymore with custom OIDs...
I'll update the HowTo soon. |
|
| Back to top |
|
 |
utdrmac
Joined: 19 Dec 2007 Posts: 8
|
Posted: Wed Feb 27, 2008 10:41 am Post subject: |
|
|
| Quote: | | But the 'exec' keyword does not work anymore with custom OIDs... |
Exactly. And when I use 'extend' like this:
| Code: | | extend .1.3.6.1.4.1.2021.69 sysLoad /root/sysload_snmp.sh |
I get incredibly long OIDs like this:
| Code: | | .1.3.6.1.4.1.2021.69.3.1.1.13.114.101.106.101.99.116.84.114.97.102.102.105.99 |
It works; just doesn't look right. |
|
| Back to top |
|
 |
Lonlie
Joined: 05 Jun 2008 Posts: 23 Location: France
|
Posted: Tue Aug 12, 2008 7:48 am Post subject: |
|
|
Hi
Cacti is installed on Xp et I want to recover informations from CentOs.
When I save a new device, I have a snmp error.
I followed the tutorial :
com2sec Local 192.168.1.105 public
group ROGroup v1 Local
view all included .1
access ROGroup "" v1 noauth exact all none none
I saved and I restarted the snmp Daemon ... |
|
| Back to top |
|
 |
Icer
Joined: 14 Sep 2008 Posts: 2
|
Posted: Wed Sep 17, 2008 12:31 pm Post subject: |
|
|
Hi,
I did an snmpwalk on the .1.3.6.1.4.1.2021 (ucdavis)
to check all the stuff that is available.
But the extTable 1.3.6.1.4.1.2021.8 doesn't seem to be there.
prTable and dskTable are there but not extTable.
How can I add this part?
ty |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12186 Location: Muenster, Germany
|
Posted: Wed Sep 17, 2008 2:31 pm Post subject: |
|
|
Please ask this question at the net-snmp-user mailing list
Reinhard |
|
| Back to top |
|
 |
|