I am new to snmp . i want to monintor my Ubuntu machine. I execute this command (found on the web ):
snmpget -v 1 -c "community" localhost .1.3.6.1.4.1.2021.10.1.3.1
i wonder what is it the -c parameter (didnt success to figure it out from the man).
In the man they explain with this example:
snmpget -c public
that it will retrieve ... using the community string public , what is the meaning of community?
Thank you