In a message dated: Wed, 17 Oct 2001 16:33:22 EDT
"Mansur, Warren" said:

>Hi,
>
>Does anyone have any recommendations on "getting started" with SNMP.  I
>administer a few Linux nodes at my office, and I want to have an SNMP
>client that will tell some simple information such as:
>
>- how many users currently logged into each one
>- processor, memory, swap usage
>- amount of processes currently running
>- any severe problems (such as the node has crashed)
>
>I don't have tons of time to spend creating something elaborate, so
>something simple would be appreciated.

You can do all this with the UC Davis snmp tools.  If you have Debian,
just:
                apt-get install snmp snmpd

For RH, well, I don't know, 'rpm -Uvh snmp*' ought to work if you 
have the install disks (might be on the powertools disk).

RTFM and then configure the snmpd.conf file appropriately.

Once you have the snmpd.conf file edited appropriately and have 
restarted snmpd, you can query it using snmpget, snmpwalk, etc.

It should be trivial to write a CGI-based web page to go out and 
query systems for you.

Additionally, I know mrtg can be extended to query this type of stuff 
as well, though it to uses the snmp stuff, so I think you still need 
to start off configuring that.

Hope that helps.



**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to