The snmpd tag has no wiki summary.
2
votes
1answer
1k views
/usr/local/share/snmp/snmpd.conf: line 5: Error: unknown payload OID
using ubuntu with net-snmp
snmp work but in sys.log i see a lot of errors about snmpd.conf
snmpd.conf:
rwcommunity community 10.0.0.1
rwcommunity community 10.0.0.2
agentAddress udp:10.0.0.1:161
...
1
vote
1answer
62 views
How does snmpd know where to send a trap?
I'm trying to get my head around our snmpd.conf file in order to begin managing snmp with puppet. The existing file has several alarms setup for things like excessive disk space, load, etc. I'm ...
2
votes
4answers
6k views
Snmp configuration giving me timeout, no response
This is definitely not a firewall issue as no firewalls are in between the src and tgt machines. I'm simply setting up snmp to be queried by a nagios server. My snmpd.conf looks like the following ...
5
votes
1answer
148 views
SNMP bytes received disagrees with ifconfig
SNMP ifInOctets = 2145342796 - about 2GB.
ifconfig: RX bytes:174302710687 (174.3 GB)
Interestingly, the sent bytes agree almost perfectly:
ifOutOctets: 1002415050 - about 1GB
ifconfig: TX ...
2
votes
1answer
2k views
Cacti not working for SNMP data sources
I installed packages cacti and snmpd on a Debian server. I'm able to display common graphs in Cacti (such as memory usage, load average, logged in users, etc) using the data templates listed as Unix. ...
0
votes
1answer
182 views
snmp trap using disman-event mib related issue
notificationEvent ifMtu.1 IF-MIB::ifMtu.1 1.3.6.1.2.1.2.2.1.4.1
monitor -I -u root -s -t -r 18 "Warn: High ipp Usage" -e ifMtu.1 1.3.6.1.2.1.2.2.1.4.1 !=
The above lines are in my snmpd.conf file ...
0
votes
0answers
44 views
SNMP - can i define OctectString with size of 10K [closed]
I am running on Ubuntu and using net-snmp to implement my own mib module (simple scalar module).
This module is for internal use , so both client and snmpd sever under my resposnsibility.
I wonder if ...
0
votes
1answer
374 views
snmp.conf how to allow any remote client
Using linux (Ubuntu) with net-snmp.
I want to allow any remote client to execute snmpget.
The remote client not have to be from the same subnet , so i cannot do this by define subnet.
Now i add line ...
3
votes
1answer
358 views
Can I give my own MIB any OID that I want? Is there a convention to application MIB OID?
I created a scalar MIB for my application, monitor request_queue_size.
I followed the write MIB tutorial . The OID there is a long hierarchical OID.
I wonder if I can give a short hierarchical OID ...
-5
votes
1answer
816 views
how to instal snmp server in redhat linux?
I am having some problem with snmp server installation.I want to install snmp server and agent also by which i can query to my local host.
i have downloaded the snmp tar version as I want to write a ...
0
votes
0answers
261 views
SNMP Disk Monitoring
So I put the following lines in my snmpd.conf:
disk /
disk /usr
disk /localhd
I restarted snmpd and tried to do an snmp walk on the following OID: 1.3.6.1.4.1.2021.9.1. What I pasted bellow is just ...
2
votes
3answers
4k views
Finding out why Dell Controller is Degraded
I installed open manage on a couple of my PE 2950s for snmp monitoring of the RAID. All the checks seem to come back okay except for controllerState:
[root@aMachine ~]# snmpwalk -v 2c -c ...
0
votes
0answers
28 views
snmp drops groups
I'm running into problems some scripts extending snmp, which needs priviliges granted to one of the groups the user 'snmp' is in. However, it appears snmp 'drops' those group for some reason:
...
3
votes
1answer
790 views
SNMP Extend not working
I've got a server running Postgresql 9.1 replication. I wrote a script which prints out the current replication lag (master inserts a unix timestamp every 60s, and the slave compares it to the ...
2
votes
0answers
113 views
Can't get NetSNMP agent to answer using my prorietary MIB
I have to add a proprietary MIB to debian's snmpd that I must be able to query (get and set) from another networked computer on a non-standard UDP port (network aspects will be a further step).
I ...
1
vote
1answer
1k views
SNMPD starts without errors but is not listening on any port?
HP ProLiant DL360 G7 running CentOS6 5.7 with Net-SNMP 5.3.2.2-14.
I have 7 of these servers in a remote site all running mixture of CentOS 5.7 and RHEL 5.7 with same Net-SNMP installed from RPM. On ...
0
votes
2answers
3k views
Set up SNMP Trap for disk usage?
I would like to configure snmpd to send traps for disk usage. Currently the file includes these lines:
disk /ramdisk
ignoreDisk /dev/sda1
ignoreDisk /dev/sda3
disk / 1%
load 60 30 15
...
0
votes
2answers
598 views
SNMP (net-snmp) port configuration
I'm setting up net-snmp on CentOS and I'm getting an issue setting up non-default port. Basically, if I set it up as 161 or port 32768 or greater, it works fine, but it doesn't work for anything ...
3
votes
2answers
523 views
Howto prevent snmpd cache results from extend script
On my freebsd box i have snmpd daemon from net-snmp-5.5_4 packet.
In snmpd.conf file i have:
extend .1.3.6.1.4.1.2021.2 inpt /usr/bin/perl /usr/local/etc/snmp/mpdinput.pl
where mpdinput.pl my ...
1
vote
1answer
83 views
SNMP segfaults on Ubuntu 10.04 after some time
Just had snmpd segfault on an Ubuntu 10.04 LTS box. snmpd has been running on this system for some time (weeks). There has been a reasonable amount of load, but nothing too extreme for the system.
...
1
vote
1answer
282 views
How to disable version 1 and version 2c in snmpd?
Because I just use snmp v3 and want to disable version 1 and version 2c in snmpd.
How can I do this?
1
vote
1answer
208 views
Will the OID for a custom extend SNMP call be the same on multiple boxes?
CentOS 5.7 | SNMPD
This question is a little messy so I apologize in advance for any confusion.
I'm using the extend command in /etc/snmp/snmpd.conf to run a script. I later used the snmpwalk ...
7
votes
3answers
2k views
Reduce SNMPd logging verbosity
SNMPd on my CentOS systems is sending log messages to syslog every time it receives a query from my monitoring tools. Is there a way to lower the verbosity of SNMPd? It adds a lot of clutter to the ...
1
vote
1answer
714 views
Debian Testing - SNMPD Configuration for Zenoss
Linux server1.xen.prgmr.com 3.0.0-1-686-pae #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686 GNU/Linux
snmpd 5.4.3~dfsg-2.3
zenoss-stack 3.2.1-0
I have installed Debian Testing, Zenoss and smpd on the same ...
1
vote
2answers
950 views
Setup Windows7 To accept snmp requests and forward to my own snmp server
I'm a newbie to snmp.
I've written an SNMP server (Based on this open source code).
I can succesfully send it get request and receive responses with MIBBrowser locally (on localhost)
Next, I tried to ...
0
votes
2answers
883 views
snmpd.conf: can't exec script (Permission denied)
I am trying to exec command to perform checks through snmp.
I am on Debian 6.0
Here is my snmpd.conf file
rwcommunity public 172.23.129.0/29
syslocation "Blah
syscontact admin@domain.net
sysname ...
0
votes
1answer
172 views
Cannot query SNMP agent from hosts in the local network
I'm trying to configure SNMP (net-snmp) daemon on my OpenSuse box.
Agent works on 192.168.1.3 address, and I'd like to send requests from other hosts in 192.168.1.0/24 network. My snmpd.conf file has ...
1
vote
1answer
172 views
snmp get value from a file
I've a script getting value in form of 33333 or 23939 etc. i.e. ./script output: 24310
Is there any possibility that i could monitor in nms over snmp by using the above value. If the value is greater ...
0
votes
3answers
1k views
How to restart snmpd on Opensolaris after changing snmpd.conf?
I need to restart snmpd after updating /etc/snmp/conf/snmpd.conf, so it recognizes the changes. I'm using Net-SNMP 5.4.2 on Opensolaris 10. I've tried these two:
snmpd restart
kill -9 pid
The ...
1
vote
1answer
238 views
Forwarding SNMP GET requests
I have a cluster of linux servers and a single (gateway) linux server
that can access the machines in the cluster by hostname or ip. From outside of the cluster the machines are not accessible by ...
0
votes
1answer
147 views
Automatically adding comments to snmpd.conf
I have a snmpd.conf which looks like this. I would like the comments to auto-fill i.e. make the file human readable with explanations. If it were one file, I could have done copy/paste from default ...
1
vote
1answer
704 views
Differences in SNMPD.conf between CentOS 5 and RHEL 5
I find myself vexed this afternoon, I have recently taken on some RHEL5 servers on board and have found something rather peculiar, most likely I am missing something glaringly obvious so please let me ...
