Ad Widget

Collapse

No number of processes Graph

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • taken
    Junior Member
    • May 2015
    • 15

    #1

    No number of processes Graph

    Hello,
    I got Zabbix server 3.0.7 and Zabbix Agent on server 3.0.7.
    I add server with templates:
    Template App SSH Service,
    Template ICMP Ping,
    Template OS Linux (Template App Zabbix Agent)

    I get on dashboard: "Too many processes on test.eu"
    When i click Monitoring>Graph> there is no graph with "Number of processes".
    The most funny, when i go to: Monitoring>Latest Data> put in filter "test.eu" host i can check graph...

    This is a proper? Why there is no this graph in Monitoring>Graph ?

    Best Regards
    TakeN
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Please check the graph setting of the linked template.
    Only the following graphs are available with the default template you linked.

    - CPU jumps
    - CPU load
    - CPU utilization
    - Memory usage
    - Swap usage
    - Disk space usage {#FSNAME}
    - Network traffic on {#IFNAME}

    If you also want to display a graph of the number of processes, try adding graph settings to the template.

    Comment

    • Pada
      Senior Member
      • Apr 2012
      • 236

      #3
      The reason why you can see the "graph" when you go to "Latest Data" but not when you go to "Graph" is because your template/host doesn't have a custom Graph for that specific item.

      In general, any numeric item can be displayed as a "graph" by navigating to Monitoring>Latest Data, and you won't be able to view it by navigating to Monitoring>Graph.
      The drawback of viewing it from Latest Data is that it will draw everything automatically and in a fairly simple way:
      a) everything on a single Y axis
      b) the line would be in green
      c) the axis are scaled automatically

      You can then go and create a custom Graph in Zabbix, which would allow you to add multiple items to a single graph, pick the colour(s), line type/density, stacked vs normal graph, left or right axis per item, set the axis to scale automatically or be fixed, show lines to indicate trigger thresholds, etc.

      Zabbix 3.2 allow you to add multiple items from Latest data into a single graph on the fly, which is very handy.

      Comment

      Working...