Ad Widget

Collapse

ZFS monitoring in Zabbix server 7.0.6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pixlokeith
    Junior Member
    • Mar 2025
    • 1

    #1

    ZFS monitoring in Zabbix server 7.0.6

    Hello,
    Can anyone help me with getting Zfs monitoring working in zabbix?

    I only recieve "not supported" in the server.

    I use Ubuntu 22.04.5 LTS and Zabbix Server 7.0.6

    When I use a manual command in the remote server I recieve a working response I.E =
    "sudo -u zabbix /usr/sbin/zpool status"
    "sudo zabbix_agent2 -t zfs.pool.status"

    I recieve a response locally but when expecting zabbix to pick up on it it does not work ?

    please help




  • PavelZ
    Senior Member
    • Dec 2024
    • 162

    #2
    Specify which template exactly are you using? Probably this one

    Most often, such errors mean that the conf file was not read and zabbix agent does not know about the parameter

    I suggest checking sudo operation differently
    you go to the zabbix user once:
    # su - zabbix -s /bin/bash
    And then simulate everything that zabbix agent usually does running scripts as root. For example, like this:
    $ /usr/bin/sudo /sbin/zpool status

    Comment

    Working...