Ad Widget

Collapse

multiple graphs on single screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EvilEugene
    Junior Member
    • Mar 2012
    • 20

    #1

    multiple graphs on single screen

    Hi all!
    I need some overview screen for specific resource(like CPU), and this screen must be display all hosts.
    so, here comes the problem : yes I can make this screen, by adding every hosts graphs.
    but now, I have more than 50 hosts and It'll be increase in short time.
    It's really time-consuming job, so I want to avoid it.

    Is there any easy way to do this?
    or, Is there any way to just show all hosts specific resource in single page?(like Cacti does)

    thanks for help.
  • zabbixfk
    Senior Member
    • Jun 2013
    • 256

    #2
    *Following this thread*
    - I had the same issue, as of now, i ended up creating graphs for each host inside the screen ( since my display size is more than 50 inches i am able to see most of the host graphs together).

    Thanks.

    Comment

    • EvilEugene
      Junior Member
      • Mar 2012
      • 20

      #3
      I hadn't tried but I found this : https://www.zabbix.org/wiki/Python_s...aphs_of_a_host

      It seems like this script will gathering each hosts 'graphid's and create new screen for that.
      I'm not sure but It has 'filter' in function 'getGraph', so If I add specific resource type, then It'll create a screen for that resource, I guess

      I'll try it this weekend Thanks!

      Comment

      Working...