Ad Widget

Collapse

No Recent Values (and zabbix_get fails) with new template import (InfluxDB)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • me2017
    Member
    • Apr 2017
    • 34

    #1

    No Recent Values (and zabbix_get fails) with new template import (InfluxDB)

    I'm having this problem with several newly imported templates...

    Zabbix 6.0.12 wanting to monitor an InfluxDB 1.8. The only thing I've changed in Zabbix is {$INFLUXDB.URL}.

    Here is a sampling of recent data for the template. There is only one item getting a value, two of these are failing (see red i). Is this all I should expect? What can I do to get more details?

    Also available: https://imgur.com/a/ebIqZrp


    Click image for larger version  Name:	image.png Views:	3 Size:	668.3 KB ID:	456077

    But I'm able to succesfully run a test on more than one item:

    Also available: https://imgur.com/a/MmH87lF


    Click image for larger version  Name:	image.png Views:	3 Size:	747.8 KB ID:	456079
    ...and yet all of these zabbix_get tests fail:

    Code:
    # zabbix_get --tls-connect cert --tls-cert-file /etc/letsencrypt/live/efg.to/fullchain.pem --tls-key-file /etc/letsencrypt/live/efg.to/privkey.pem --tls-ca-file /etc/letsencrypt_root_self.crt -s florax -k influx.get_metrics
    ZBX_NOTSUPPORTED: Unknown metric influx.get_metrics
    
    zabbix_get --tls-connect cert --tls-cert-file /etc/letsencrypt/live/efg.to/fullchain.pem --tls-key-file /etc/letsencrypt/live/efg.to/privkey.pem --tls-ca-file /etc/letsencrypt_root_self.crt -s florax -k influx.healthcheck
    ZBX_NOTSUPPORTED: Unknown metric influx.healthcheck
    
    zabbix_get --tls-connect cert --tls-cert-file /etc/letsencrypt/live/efg.to/fullchain.pem --tls-key-file /etc/letsencrypt/live/efg.to/privkey.pem --tls-ca-file /etc/letsencrypt_root_self.crt -s florax -k influxdb.uptime
    ZBX_NOTSUPPORTED: Unknown metric influxdb.uptime​
    Attached Files
    Last edited by me2017; 15-12-2022, 06:20.
Working...