This is a discussion on props with memory status within the SNMP Users forums, part of the Networking and Network Related category; hey all i have the problem to get the memory informations from my server: snmpwalk -v 2c -c public 192....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hey all
i have the problem to get the memory informations from my server: snmpwalk -v 2c -c public 192.168.32.133 memory enterprises.ucdavis.memory.memIndex.0 = 0 enterprises.ucdavis.memory.memErrorName.0 = swap enterprises.ucdavis.memory.memTotalSwap.0 = 9 enterprises.ucdavis.memory.memAvailSwap.0 = 0 enterprises.ucdavis.memory.memTotalReal.0 = 250 enterprises.ucdavis.memory.memAvailReal.0 = 0 enterprises.ucdavis.memory.memTotalFree.0 = 0 enterprises.ucdavis.memory.memMinimumSwap.0 = 16000 enterprises.ucdavis.memory.memShared.0 = 0 enterprises.ucdavis.memory.memBuffer.0 = 0 enterprises.ucdavis.memory.memCached.0 = 0 enterprises.ucdavis.memory.memSwapError.0 = 1 enterprises.ucdavis.memory.memSwapErrorMsg.0 = Running out of swap space (0) well that is not much information as i expected. so i tried another server in my network and got this: (same command with diff ip) enterprises.ucdavis.memory.memIndex.0 = 0 enterprises.ucdavis.memory.memErrorName.0 = swap enterprises.ucdavis.memory.memTotalSwap.0 = 1407160 enterprises.ucdavis.memory.memAvailSwap.0 = 1375052 enterprises.ucdavis.memory.memTotalReal.0 = 385340 enterprises.ucdavis.memory.memAvailReal.0 = 22236 enterprises.ucdavis.memory.memTotalFree.0 = 1397288 enterprises.ucdavis.memory.memMinimumSwap.0 = 16000 enterprises.ucdavis.memory.memShared.0 = 0 enterprises.ucdavis.memory.memBuffer.0 = 116904 enterprises.ucdavis.memory.memCached.0 = 66648 enterprises.ucdavis.memory.memSwapError.0 = 0 enterprises.ucdavis.memory.memSwapErrorMsg.0 = this looks better but i want the info from the first machine. is something wrong with the rights? wrong configure? any help? to a noob? ben ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |