I installed snmpd on the server that should be monitored and still the things not cleared why cacti getting error message. However, after playing around the snmpd stop working and start to show error message the configuration file is
Code: Select all
# agentaddress: The IP address and port number that the agent will listen on.
# By default the agent listens to any and all traffic from any
# interface on the default SNMP port (161). This allows you to
# specify which address, interface, transport type and port(s) that you
# want the agent to listen on. Multiple definitions of this token
# are concatenated together (using ':'s).
# arguments: [transport:]port[@interface/address],...
agentaddress 127.0.0.1,[::1]
###########################################################################
# SECTION: Access Control Setup
#
# This section defines who is allowed to talk to your running
# snmp agent.
# Views
# arguments viewname included [oid]
# system + hrSystem groups only
#view all included .1 80
view systemonly included .1.3.6.1.2.1.1
view systemonly included .1.3.6.1.2.1.25.1
https://prnt.sc/4u92d4ba1OPG
I am not sure can you tell me please where is the mistake and where is the tutorials for fixing that issue