/dev/sda3 is mounted on /home during boot from fstab, but is NOT shown in PRTG
/dev/sdc3 is an external USB disk and was automounted through the system but NOT shown in PRTG.
root@server5:/etc# more fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/cciss/c0d0p2 during installation
UUID=957c23e2-4c1b-4c9a-ad57-afc75a4cfab4 / ext4 errors=remount-ro 0 1
# /data was on /dev/cciss/c0d1p1 during installation
UUID=84f5c6e1-1c40-4841-9ac1-43c0657a6e6a /data ext4 defaults 0 2
# /home was on /dev/cciss/c0d0p3 during installation
UUID=759f09a4-fae7-4429-9331-f269ec7fe077 /home ext4 defaults 0 2
# swap was on /dev/cciss/c0d0p1 during installation
UUID=4bf45604-b1c0-4ac0-8c26-342c485475f7 none swap sw 0 0
root@server5:/etc#
>>> The sensor usually walks your fstab file for entries.
I thought an SNMP sensor will walk the SNMP MIB ?
Because a SNMP-Walk will show up these informations:
Oid : 1.3.6.1.4.1.2021.13.15.1.1.2.26 (enterprises.2021.13.15.1.1.2.26 )
Value: sda
Oid : 1.3.6.1.4.1.2021.13.15.1.1.2.27 (enterprises.2021.13.15.1.1.2.27 )
Value: sda1
Oid : 1.3.6.1.4.1.2021.13.15.1.1.2.28 (enterprises.2021.13.15.1.1.2.28 )
Value: sda2
Oid : 1.3.6.1.4.1.2021.13.15.1.1.2.29 (enterprises.2021.13.15.1.1.2.29 )
Value: sda3
Oid : 1.3.6.1.4.1.2021.13.15.1.1.2.30 (enterprises.2021.13.15.1.1.2.30 )
Value: sdb
Oid : 1.3.6.1.4.1.2021.13.15.1.1.2.31 (enterprises.2021.13.15.1.1.2.31 )
Value: sdb1
Oid : 1.3.6.1.4.1.2021.13.15.1.1.2.32 (enterprises.2021.13.15.1.1.2.32 )
Value: sdc
Oid : 1.3.6.1.4.1.2021.13.15.1.1.2.33 (enterprises.2021.13.15.1.1.2.33 )
Value: sdc1
Add comment