This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Monitor harddisk sophos UMT 9 by PRTG

Hi All,

I just set up monitor my sophos UTM 9 by PRTG follow topic:

https://kb.paessler.com/en/topic/73179-how-can-i-monitor-sophos-utm-devices-with-prtg

i can monitor CPU, RAM,.. but it not have monitor hard disk

who can help me monitor harddisk of UTM 9 by PRTG

Thanks All!



This thread was automatically locked due to age.
Parents Reply Children
  • Hi Chris,

    Thanks your reply,

    Sorry my typing error, i can monitor CPU, RAM,.. but i can not monitor harddisk

     

    Tks!

  • Have you tried a plain old linux mib etc?

  • Hi Louis-M,

    You can introduce me about it?

    I've been tried down MIB file from my sophos and import to PRTG but nothing was created.

    I've been tried change snmpd.conf of sophos to collect disk info but not success. Can my change is not correct.

    Show me true way to do this!

    Tks!

     

  • It's been years since I looked at PTRG. I purely use Zabbix now. There should be something in PTRG for monitoring linux servers. Just point that at the UTM and see what comes back.

    In Zabbix, there's a linux template that you just apply and voila....

    You could do a snmp walk but it gets a little complex as you might have to manipulate the values returned eg bytes to gigabytes etc

    Try and look for a linux template or something that you can import to PTRG.

  • Hi,

    I've been tried import template but infomation about harddisk can not collect :V

    i'm not sure whether Sophos provides data about hard disks at all by SNMP, and it's problem

    Oke thanks Louis-M

  • Hi,

    have you tried snmpwalk on that box?

    You should get info at OID: .1.3.6.1.4.1.2021.9.1

    from http://www.debianadmin.com/linux-snmp-oids-for-cpumemory-and-disk-statistics.html :

    Disk Statistics

    The snmpd.conf needs to be edited. Add the following (assuming a machine with a single ‘/' partition):

    disk / 100000 (or)

    includeAllDisks 10% for all partitions and disks

    The OIDs are as follows

    Path where the disk is mounted: .1.3.6.1.4.1.2021.9.1.2.1
    Path of the device for the partition: .1.3.6.1.4.1.2021.9.1.3.1
    Total size of the disk/partion (kBytes): .1.3.6.1.4.1.2021.9.1.6.1
    Available space on the disk: .1.3.6.1.4.1.2021.9.1.7.1
    Used space on the disk: .1.3.6.1.4.1.2021.9.1.8.1
    Percentage of space used on disk: .1.3.6.1.4.1.2021.9.1.9.1
    Percentage of inodes used on disk: .1.3.6.1.4.1.2021.9.1.10.1

     

     

    Cheers

    Chris

  • Thanks for your help, Chris

    I've tried config file snmpd.config, but it not work, this config work on other linux i tried.

    Thank You!

  • Hi,

    Tam Le said:

    Thanks for your help, Chris

    You are welcome...thats how a community works :-)

    Tam Le said:
    I've tried config file snmpd.config, but it not work

    What do you mean by this?

    did you #snmpwalk on the prtg box to sophos utm ?

    Pls post the output of your snmpwalk.

     

    Cheers,

    Chris

  • Hi Chris,

    This is my config on snmpd.conf in /var/chroot-snmp/etc 

    Because Sophos not have snmpwalk i try by tool of PRTG, and it not collect data reverse

     

     

    i sure tool work because i check:

    RAM Total RAM used: .1.3.6.1.4.1.2021.4.6.0

    have value reverse 

    i think this is problem of snmp Sophos.

     

    Thank Chris!

  • Hi,

    just found out that sophos utilizes the following OIDs

    from www.oidview.com/.../HOST-RESOURCES-MIB.html
    hrDiskStorageTable 1.3.6.1.2.1.25.3.6
     hrDiskStorageEntry 1.3.6.1.2.1.25.3.6.1
     hrDiskStorageAccess 1.3.6.1.2.1.25.3.6.1.1
     hrDiskStorageMedia 1.3.6.1.2.1.25.3.6.1.2
     hrDiskStorageRemoveble 1.3.6.1.2.1.25.3.6.1.3
     hrDiskStorageCapacity 1.3.6.1.2.1.25.3.6.1.4
     hrPartitionTable 1.3.6.1.2.1.25.3.7
     hrPartitionEntry 1.3.6.1.2.1.25.3.7.1
     hrPartitionIndex 1.3.6.1.2.1.25.3.7.1.1
      hrPartitionLabel 1.3.6.1.2.1.25.3.7.1.2
         hrPartitionID 1.3.6.1.2.1.25.3.7.1.3
         hrPartitionSize 1.3.6.1.2.1.25.3.7.1.4
         hrPartitionFSIndex 1.3.6.1.2.1.25.3.7.1.5

    Found this in a forum post ... hth ...

    Cheers,

    Chris