• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
The Blog of Jorge de la Cruz

The Blog of Jorge de la Cruz

Everything about VMware, Veeam, InfluxData, Grafana, Zimbra, etc.

  • Home
  • VMWARE
  • VEEAM
    • Veeam Content Recap 2021
    • Veeam v11a
      • Veeam Backup and Replication v11a
    • Veeam Backup for AWS
      • Veeam Backup for AWS v4
    • Veeam Backup for Azure
      • Veeam Backup for Azure v3
    • VeeamON 2021
      • Veeam Announces Support for Red Hat Enterprise Virtualization (RHEV/KVM)
      • Veeam announces enhancements for new versions of Veeam Backup for AWS v4/Azure v3/GVP v2
      • VBO v6 – Self-Service Portal and Native Integration with Azure Archive and AWS S3 Glacier
  • Grafana
    • Part I (Installing InfluxDB, Telegraf and Grafana on Ubuntu 20.04 LTS)
    • Part VIII (Monitoring Veeam using Veeam Enterprise Manager)
    • Part XII (Native Telegraf Plugin for vSphere)
    • Part XIII – Veeam Backup for Microsoft Office 365 v4
    • Part XIV – Veeam Availability Console
    • Part XV – IPMI Monitoring of our ESXi Hosts
    • Part XVI – Performance and Advanced Security of Veeam Backup for Microsoft Office 365
    • Part XVII – Showing Dashboards on Two Monitors Using Raspberry Pi 4
    • Part XIX (Monitoring Veeam with Enterprise Manager) Shell Script
    • Part XXII (Monitoring Cloudflare, include beautiful Maps)
    • Part XXIII (Monitoring WordPress with Jetpack RESTful API)
    • Part XXIV (Monitoring Veeam Backup for Microsoft Azure)
    • Part XXV (Monitoring Power Consumption)
    • Part XXVI (Monitoring Veeam Backup for Nutanix)
    • Part XXVII (Monitoring ReFS and XFS (block-cloning and reflink)
    • Part XXVIII (Monitoring HPE StoreOnce)
    • Part XXIX (Monitoring Pi-hole)
    • Part XXXI (Monitoring Unifi Protect)
    • Part XXXII (Monitoring Veeam ONE – experimental)
    • Part XXXIII (Monitoring NetApp ONTAP)
    • Part XXXIV (Monitoring Runecast)
  • Nutanix
  • ZIMBRA
  • PRTG
  • LINUX
  • MICROSOFT

PRTG: How to monitor the status, disks, free space and much more from a QNAP NAS using PRTG

1st August 2017 - Written in: prtg

Hello, everyone, I’m lucky enough to have on my Homelab a QNAP NAS, I wrote in Spanish some articles about how you can integrate QNAP with VMware:

  • Configuración de Red e iSCSI para entornos VMware vSphere 6.0
  • Configuración de Red y Servicios NFS para entornos VMware vSphere 6.0

At the same time, it’s really important to have a good RAID configuration or a proper Network Infrastructure, we don’t need to forget how to monitor properly the QNAP status, which means all disks, temperature, S.M.A.R.T, etc. and we can achieve this in a quicker way using PRTG.

At the end of this Blog post, you might be able to have a PRTG Map like this one, which I’ve built in ten minutes:

How to configure SNMP on a QNAP NAS

First thing before continue is to think if we want to use SNMP v1/v2 or choose SNMP v3, in this particular case, I’ve chosen SNMP v1/v2 to reduce complexity.

Once logged in on the QNAP, you can go to ControlPanel – Network & File Services and click on the SNMP section

Now, on this section you can select the TCP Port for SNMP service to listen, also configure the SNMP traps in case you want to, select the SNMP version and the SNMP Community, which in my case I’ve left the default public one. All of this fields are subjective to change to fit your environment.

Although you can download the MIB and import it into PRTG, it’s not needed as PRTG came with a built-in QNAP sensors ready to use.

How to create and configure a new QNAP device on PRTG

Once we’ve finished the QNAP configuration, we can now log-in in our PRTG. Then click on the button called Add Device to add your QNAP:

Fill the fields with a descriptive name, IP or FQDN, and choose an Icon for this new device, don’t click yet on Continue and keep scrolling:

On the section called Credentials for SNMP Devices, you can select the SNMP configuration you’ve selected on your QNAP, which can SNMP v1/v2 or even v3, TCP port, etc.

What to monitor from a QNAP NAS?

One of my favorite thing of QNAP, is their Monitoring System on the Control Panel. Once you log-in inside a QNAP, you can find on the right a monitor icon, once opened you can see all the next information:

  • Disk S.M.A.R.T – This is absolutely critical, in the case that a disk is close to fail, it usually starts by sending errors on the S.M.A.R.T, and then after a few time later the disk is unusable and starts to corrupt the data.
  • Disks temperature – This is another really important aspect from a monitoring point of view. Disks usually work better at a temperature between 37 up to 46 Celsius, here is a Google study about it. If we expose our disks, especially mechanical, to a temperature different than that we have more chances to make them fail sooner.
  • Used space on the volumes – This is a must-have aspect we want to monitor on a NAS
  • CPU and RAM usage – This is not critical until we have VMs in production on this QNAP system, as if the CPU and RAM reach the limits, all the services in the NAS will start to work really slow, which will make that VMs not running properly and have a bad performance, etc.
  • Network usage – This is not really critical, but always good to know if some of the Network ports are having an unusual usage, especially for those using iSCSI or NFS with VMware.

All that said, let’s go! On PRTG we are lucky enough to have some pre-configured QNAP sensors, if we use the search and introduce QNAP, we will find three different sensors:

I’ll start with the one called QNAP System Health, which will show us a really useful information about our QNAP, the sensor will prompt us for some basic information like name and if we want to show Celsius or Fahrenheit.

This will be the result of that sensor, where we can see RAM and CPU usage, Temperature, how many downtimes we had, fan status, etc.

Let’s move on to the next one: QNAP Physical Disk, this sensor will let us choose the physical HDD slots we want to monitor in our QNAP, also will ask about if we want Celsius or Fahrenheit:

The results are exactly what we wanted, we can see the status of each disk, temperature and the the critical S.M.A.R.T status, a completely must-have sensor:

Last but not least, QNAP Logical Disk: this sensor will allow us to see on a granular way the status of every logical volume we have on our QNAP:

The result will be something like the next, where we can see the status of the logical volumes, on my case as I have them almost full is all red:

Extra: Monitoring beyond the QNAP sensors

If we want to go beyond the pre-configured QNAP sensors, PRTG offers us another ton of Linux-based sensors, as QNAP is based on a Linux OS, we can leverage that into extending our QNAP monitoring even further, what a blast!

Let’s start to monitor the Ethernet usage using SNMP, so we can monitor our QNAP Ethernet ports, search for SNMP and select the SNMP Traffic sensor:

Once selected, we will be able to mark granularly our Ethernet ports, in my case, I only have the eth0 and eth2, click on continue once selected:

This can be the result after a few minutes of monitoring, here you can see the bandwidth this interface had during that period of time, really useful:

We can use as well the sensor called SNMP Disk Free to monitor our shared folders, especially useful for Virtualized environments:

The sensor will show us all the shared folders, and we can pick the ones we want to monitor:

That’s all folks, we can now create the PRTG Map I showed you at the beginning of the post, in just a few minutes we can do something similar, or even better. Don’t forget PRTG has a free version as well.

Filed Under: prtg Tagged With: prtg disk, prtg qnap, prtg snmp, qnap free disk monitor, qnap monitoring, qnap snmp

Reader Interactions

Comments

  1. tweakservers says

    2nd August 2017 at 11:09 pm

    Did you integrate the free script from Slack that’s available from PRTG to trigger you any notifications when you are away from your monitoring station?

  2. jorgeuk says

    2nd August 2017 at 11:48 pm

    Hello,
    Not yet, but I will write about it soon too 🙂 I usually use the SMTP notifications, email is at the end something you always have with you, in your pocket, desktop, etc. But slack can be a good candidate for a blog, thanks for comment!

  3. tweakservers says

    3rd August 2017 at 12:23 am

    Agreed, email still the basic but when we are on the move, other source of notifications such as Slack notifications or SMS (which is also supported by PRTG) would be a good options.

  4. Ricardo says

    5th September 2017 at 9:47 am

    Hello Jorgeuk,
    can you tell me, how i get the the pic of qnap in my map?

  5. jorgeuk says

    5th September 2017 at 11:15 am

    Hi Ricardo,
    I just used some images from google, like
    https://www.google.co.uk/search?q=qnap+back&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjT3fWE6I3WAhVjIsAKHWTfC58Q_AUICygC&biw=1920&bih=910
    or
    https://www.google.co.uk/search?biw=1920&bih=910&tbm=isch&sa=1&q=qnap+front&oq=qnap+front&gs_l=psy-ab.3..0i24k1l3.18683.19178.0.19267.5.5.0.0.0.0.63.200.4.4.0….0…1.1.64.psy-ab..1.4.199…0i30k1.JKko7EYOWJw
    And merged them in Paint.

    Best regards

  6. Ricardo says

    5th September 2017 at 11:34 am

    Okay, thank you very much. I thought perhaps it’s a graphic i can choose in prtg!

  7. jorgeuk says

    5th September 2017 at 11:37 am

    Hi Ricardo,
    Well, it’s super easy to combine the images on a jpg and upload it, you have even more control 🙂

    Thank you for taking the time to read it and comment!

  8. Phil Patelis says

    9th December 2017 at 7:17 am

    Thanks for the awesome idea.
    I have created my own for home borrowing your idea, and it ROCKS!!!

  9. Lee says

    3rd January 2018 at 3:41 pm

    Very happy to read your tip.

    Wish you have more health 😀

  10. mroslevich says

    29th July 2021 at 3:26 pm

    Apologies for a thread necromancy – at the start of the article, you said about the QNAP dashboard map at the end of the article. You never go on to show how to make that dashboard. Do you have an article about creating that?

  11. Cript says

    13th January 2022 at 3:13 am

    Can you share your map please, I also have a 4 bay QNAP and don’t want to reinvent the wheel 🙂 Nice work!!

Trackbacks

  1. PRTG: Monitorizando el estado, discos, espacio y mucho más de NAS QNAP - El Blog de Jorge de la Cruz says:
    20th January 2018 at 11:02 pm

    […] por Jorge de la CruzEscrito en 25 July, 201720 January, 2018 Read it in English […]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

  • E-mail
  • GitHub
  • LinkedIn
  • RSS
  • Twitter
  • YouTube

Posts Calendar

August 2017
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
« Jul   Sep »

Disclaimer

All opinions expressed on this site are my own and do not represent the opinions of any company I have worked with, am working with, or will be working with.

Copyright © 2025 · The Blog of Jorge de la Cruz