Hello,
i get on SNMPwalk throu a Local Network (no Firewalls) this error:
snmpwalk -Os -v 2c tcp:192.168.0.211:6556 -c SUPERCOMMUNITY
Received broken packet. Closing session.
snmpwalk: Session abort failure
on the System the netstat say that the port is listen from xinetd
Greetings from Germany
The check_mk config
service check_mk
{
type = UNLISTED
port = 6556
socket_type = stream
protocol = tcp
bind = 192.168.0.211
wait = no
user = root
server = /usr/bin/check_mk_agent
# If you use fully redundant monitoring and poll the client
# from more then one monitoring servers in parallel you might
# want to use the agent cache wrapper:
#server = /usr/bin/check_mk_caching_agent
# configure the IP address(es) of your Nagios server here:
#only_from = 127.0.0.1 192.168.0.241
# Don't be too verbose. Don't log every check. This might be
# commented out for debugging. If this option is commented out
# the default options will be used for this service.
log_on_success =
disable = no
}
Any other configs needed?
Greetings
check_mk doesn’t have anything to do with snmp, it runs it’s own daemon on it’s own port we connect to for information.
You’ll have to provide some context around what you are actually trying to do.
Sorry. I think that I have a complete other problem. I can’t connect to any device and I have no idea why.
This is my first monitoring system and I have no idea what I do wrong.
You need to setup snmp on the end devices and then you can add the device. How you do that depends totally on what devices you have, you will find a lot of help online by just google ‘VENDOR MODEL snmp setup’, i.e ‘cisco nexus 7010 snmp setup’
Hello,
I have found help and now all works fine.
Thank you for help a nooby at this!
This tread can be closed.