On 15:48 Fri 11 Feb , Binulal Narayanan wrote: > Hello: > > I'm trying to monitor cpu utilisation, system temperature and Disk > I/O using SNMP on linux-2.4.20 . It'd be really great if anybody could > give me some tutorial urls/book names in this regard. Also could > anybody suggest me some more interesting variables related to system > performance?
Have you looked at snmpwalk? It gives you all OIDs and their current values. You can pick the ones you care about and start monitoring them. For temperature monitoring you already have lm_sensors installed and working. Right? If you had snmp built with lm_sensors support, you should get the OIDs for temperature values when you do the snmpwalk. > > Thanks in advance > > Binulal Narayanan > > > _______________________________________________ > Mailinglist mailing list > [EMAIL PROTECTED] > http://mail.ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org -- Rajesh V http://rajesh.biz _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
