Ad Widget

Collapse

Disable disk space check on volume Shared memory?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhlowe
    Junior Member
    • Sep 2015
    • 3

    #1

    Disable disk space check on volume Shared memory?

    How can I disable a disk free check for /dev/shm ?
    I get a lot of false alarms on my Synology NAS systems that are using the Panorama p9 SNMP agent.
    The trigger /alert message is:
    Free disk space is less than 20% on volume Shared memory

    Of course, I want to know if the main volume(s) get full.. but shared memory is handled by the operating system and the system is running well. I don't want to repartition my NAS system volumes...

    I have a hard time finding where triggers are defined and how to edit them from the web interface... so any details would be appreciated.

    Thank you,

    Brad
  • troffasky
    Senior Member
    • Jul 2008
    • 567

    #2
    Edit the "Storage devices for SNMP discovery" regular expression to filter them out.

    Comment

    • rajbps
      Junior Member
      • Jun 2013
      • 5

      #3
      Disable disk space check on volume Shared memory?

      Originally posted by bhlowe
      How can I disable a disk free check for /dev/shm ?
      I get a lot of false alarms on my Synology NAS systems that are using the Panorama p9 SNMP agent.
      The trigger /alert message is:
      Free disk space is less than 20% on volume Shared memory

      Of course, I want to know if the main volume(s) get full.. but shared memory is handled by the operating system and the system is running well. I don't want to repartition my NAS system volumes...

      I have a hard time finding where triggers are defined and how to edit them from the web interface... so any details would be appreciated.

      Thank you,

      Brad

      @bhlowe

      Hi Bhlowe,

      Did you manage to get this sorted if yes what expression did you remove please?

      Rajbps

      Comment

      • csacksico
        Junior Member
        • Jan 2018
        • 1

        #4
        Originally posted by rajbps
        @bhlowe

        Hi Bhlowe,

        Did you manage to get this sorted if yes what expression did you remove please?

        Rajbps
        Bump!

        Having many frustrations trying to stop Zabbix from reporting this (and other unwanted notifications).

        Comment

        • kaspars.mednis
          Senior Member
          Zabbix Certified Trainer
          Zabbix Certified SpecialistZabbix Certified Professional
          • Oct 2017
          • 349

          #5
          Administration -> General -> Regular Expressions (in the dropdown)

          edit Storage devices for SNMP discovery

          add your unwanted devices here, like

          ^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space|Shared memory)$

          Regards,
          Kaspars

          Comment

          Working...