SNMP

Asked by Kopite

Does the Turnkey Wordpress Appliance include SNMP support? If not, how can I add this? I'm new to the Linux world and would appreciate detailed steps. Thanks & Cheers.

Question information

Language:
English Edit question
Status:
Answered
For:
TurnKey Linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alon Swartz (alonswartz) said :
#1

TurnKey appliances don't include SNMP support out of the box, but adding the support is as simple as installing the required package (and configuring it ofcourse), such as the snmp daemon:

apt-get update
apt-get install snmpd

Depending on what you want to achieve, there might be other snmp packages better suited.
You can search for relevant packages with the command line:
    apt-cache search snmp
Or use the ubuntu package web interface
    http://packages.ubuntu.com

I hope the above answers your question.

It would be interesting/helpful if you could elaborate about what you are trying to set up, as it could give us ideas on improving the appliances.

Good luck!

Can you help with this problem?

Provide an answer of your own, or ask Kopite for more information if necessary.

To post a message you must log in.