Created
April 26, 2013 15:08
-
-
Save rpetre/5467994 to your computer and use it in GitHub Desktop.
Weird snmptable output. Client is Debian stable (5.4.3), server is centos 5.9 (5.3.2.2). Debian-to-Debian and centos-to-centos look ok, so does ifTable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@monitor:/etc/nagios3# snmptable -v2c -c COMMUNITY server.example.com dskTable | |
| SNMP table: UCD-SNMP-MIB::dskTable | |
| dskIndex dskPath dskDevice dskMinimum dskMinPercent dskTotal dskAvail dskUsed dskPercent dskPercentNode dskErrorFlag dskErrorMsg | |
| 1 / /dev/vdb -1 10 101573920 81299792 15031252 16 1 noError | |
| 2 /proc proc -1 10 0 0 0 0 100 noError | |
| 3 /sys sysfs -1 10 0 0 0 0 100 noError | |
| 4 /dev/pts devpts -1 10 0 0 0 0 100 noError | |
| 5 /boot /dev/vda1 -1 10 1019208 919724 46876 5 0 noError | |
| 6 /dev/shm tmpfs -1 10 8221628 8221628 0 0 0 noError | |
| 7 /proc/sys/fs/binfmt_misc none -1 10 0 0 0 0 100 noError | |
| ? ? ? ? ? ? ? ? ? ? ? ? | |
| 101573920 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 1019208 ? ? ? ? ? ? ? ? ? ? ? | |
| 8221628 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 81299792 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 919724 ? ? ? ? ? ? ? ? ? ? ? | |
| 8221628 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 15031252 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 46876 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? | |
| 0 ? ? ? ? ? ? ? ? ? ? ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment