snmpd is a daemon to respond to SNMP (Simple Network Management Protocol) request packets.
Questions tagged [snmpd]
75 questions
3
votes
3 answers
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 kill command kills it and it fires back up under a new…

Banjer
- 3,974
- 12
- 41
- 47
3
votes
4 answers
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 bestNotToPostPasswords myMachine -m +StorageManagement-MIB…

Kyle Brandt
- 83,619
- 74
- 305
- 448
2
votes
4 answers
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 (I'm using net-snmp on Ubuntu 9.10):
com2sec…

imaginative
- 1,971
- 10
- 32
- 48
2
votes
2 answers
snmpget error: “No Such Object available on this agent at this OID”
I want to create my own MIB. I'm struggling on this from couple of weeks. I followed this tutorial and using net-snmp 5.7.3. What I'm doing is:
My setup: I have two VM's, both Ubuntu 16, one is snmp-server with IP:192.168.5.20 and the other…

Ashish Srivastava
- 121
- 1
- 1
- 5
2
votes
1 answer
Problems about snmpd configuration on Ubuntu
I have the following questions about the configuration of snmpd service on Ubuntu server 16.04 LTS:
Question 1:
In the /etc/snmp/snmpd.conf, there is a snippet of…

Aetherus
- 123
- 1
- 6
2
votes
1 answer
How to define another source IP in snmp traps
I'm looking for a way to change source IP in traps sent by snmpd (CentOS 6.6).
My requirement is to set in trap configurable virtual IP (VIP) instead of real station IP in case of system defined in High-Availability mode.
Attempts to define another…

Alex Fooks
- 21
- 2
2
votes
2 answers
snmpbulkwalk hangs at certain OIDs
While setting up some hosts in Check_MK for SNMP-only monitoring I've found some hosts where snmpbulkwalk appears to 'hang' and then timeout while processing a certain OID.
eg:
OMD[prod]:~$ snmpbulkwalk -v 2c -c public compute01.domain.com…

Sammitch
- 2,111
- 1
- 21
- 35
2
votes
1 answer
snmpd.conf disk directive dskIndex order
I'm trying to configure snmpd on my CentOS hosts to monitor the free disk usage in percent.
If I set snmpd.conf to
disk /
disk /var
, the values can be queries with
1.3.6.1.4.1.2021.9.1.1.1 for "/" and
1.3.6.1.4.1.2021.9.1.1.2 for "/var".
I have…

zero_r
- 2,405
- 3
- 16
- 16
2
votes
0 answers
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 have a MIB file in ~/.snmp/mibs and a perl extension…

Daniel
- 21
- 1
2
votes
1 answer
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 hostname or ip
I would like to issue SNMP get…
Ivan Novick
1
vote
1 answer
monitoring keepalived with snmp
I am trying to monitor keepalived with snmp. Here are the relevant part of the config:
/etc/snmp/snmp.conf
# As the snmp packages come without MIB files due to license reasons, loading
# of MIBs is disabled by default. If you added the MIBs you can…

Max
- 143
- 1
- 6
1
vote
0 answers
I am getting 403 forbidden error while accessing cacti from the browser
I can't access cacti from my browser although I have configured the cacti.conf file and also my cacti directory permission is 755. I have disabled selinux as well but still, I can't access cacti from my browser such as http://ip/cacti
*#
# Cacti: An…

Kulsum Siddique
- 11
- 2
1
vote
1 answer
SNMP service crashes on reload - Kernel error
My server has a SNMP service (NET-SNMP) started with systemd. It runs well, except that every 3 days, at 3:00 PM, the service crashes.
I notice in the log that there is a reload of the agent. Then it crashes.
The service is reloaded because of a…

jayooin
- 294
- 1
- 8
1
vote
0 answers
CentOS - SNMP timeout: No Response from remote host
Hopefully someone can help me, I've searched this site and none of the answers have proven successful.
I've spun up a CentOS VM and installed net-snmp & net-snmp-utils. I am trying to do a snmpget or snmpwalk request to a remote host, (specifically…

yaySecurity
- 13
- 1
- 1
- 5
1
vote
0 answers
SNMP monitoring
I trying configure SNMP trap in CentOS without positive result.
Purpose: Configure SNMP trap on SNMP Agent for checking if file exist and send message to SNMP Server.
For testing purposes I've put "exit 1" into /tmp/script1.sh instead checking if…

jackaaxc
- 11
- 2