Ad Widget

Collapse

Metrics & Prometheus with Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • warp10
    Member
    • Apr 2019
    • 39

    #1

    Metrics & Prometheus with Zabbix

    Hi all,

    I would like to know if the node exporter (port:9100) is the only way for select metrics to zabbix , there is another way ? the link of prometheus with 9090 port too ?

    Thanks for your Help
  • pc99096
    Senior Member
    • Oct 2011
    • 193

    #2
    same question, is it possible to get the metrics directly from prometheus server instead of node exporter?

    Comment

    • nkastanas
      Junior Member
      • Apr 2020
      • 7

      #3
      Hi there,
      Node exporter default port is on 9100, Prometheus server gui is on port 9090 and also Prometheus server metrics are on ip:9090/metrics

      hope this helps
      NK

      Comment

      • Semiadmin
        Senior Member
        • Oct 2014
        • 1625

        #4
        Unfortunately, there isn't a possibility to get values from the Prometheus server via Zabbix prometheus checks. But you may receive last values by http-agent check from Prometheus server API.
        For example:
        http://<server_ip>:9090/api/v1/query?query=node_memory_MemFree

        Comment

        Working...