Ad Widget

Collapse

[Feature Request] Ability to embed maps, graphs & others into webpages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VA2XJM
    Junior Member
    • May 2019
    • 5

    #1

    [Feature Request] Ability to embed maps, graphs & others into webpages

    It would be awesome to have a way to display maps, graphs and others elements like problems into webpages for public display.
  • Mike2K
    Member
    • Oct 2018
    • 62

    #2
    What's your use case ? maybe there's already something like that...

    Comment

    • VA2XJM
      Junior Member
      • May 2019
      • 5

      #3
      The goal here is to display a small parts of data available from Zabbix on a Wordpress page without having to send users into Zabbix interface with public login (using URL like: https://yourserver.tld/zabbix/zabbix...dashboard.view).

      Actually, because Zabbix use relative paths, it is not possible to use IFrame or Embed functions. Having the possibility to include a «Dashboard» would get thing way easier as one can manage the way things are displayed on the external webpage directly from inside Zabbix. Otherwise just a way to display elements like Maps, Graphs and tables like Problems.

      I know graphs can already be displayed (right click, copy image location) but having official support for such feature would make it easier (maybe just a button at the top beside that display a shareable URL ?). For security reason, it should be limited to what is accessible to guest user or flagged as public.

      I hope you understand what I mean.

      Comment

      • Mike2K
        Member
        • Oct 2018
        • 62

        #4
        Maybe you could use grafana for that ? has nicer graphs too...

        Comment

        • oskare
          Junior Member
          • Dec 2015
          • 14

          #5
          Assume using the API is not applicable to your use case?

          We use API to retrieve problems and maps to a web page giving a very simple to use and extremely simplified web based view for general monitoring.
          This way we have embedded into a single page syslogs and Zabbix items. and customize to our needs.
          We are also retrieving values for graphing etc.

          Comment

          • VA2XJM
            Junior Member
            • May 2019
            • 5

            #6
            Originally posted by oskare
            Assume using the API is not applicable to your use case?

            We use API to retrieve problems and maps to a web page giving a very simple to use and extremely simplified web based view for general monitoring.
            This way we have embedded into a single page syslogs and Zabbix items. and customize to our needs.
            We are also retrieving values for graphing etc.
            We use Zabbix to monitor our amateur radio emergency data network, so keeping things as simple as possible is the way to go, so we look to use included features, but for this case it seems I will get the Zabbix code, copy it to new file and make what is needed to display the data on the public status page.

            This feature has been requested many times in the past and should really be considered.

            Comment

            • MN_Monica
              Junior Member
              • Aug 2019
              • 1

              #7
              Originally posted by VA2XJM

              We use Zabbix to monitor our amateur radio emergency data network, so keeping things as simple as mycfavisit possible is the way to go, so we look to use included features, but for this case it seems I will get the Zabbix code, copy it to new file and make what is needed to display the data on the public status page.

              This feature has been requested many times in the past and should really be considered.
              Having the possibility to include a «Dashboard» would get thing way easier as one can manage the way things are displayed on the external webpage directly from inside Zabbix. Otherwise just a way to display elements like Maps, Graphs and tables like Problems.

              Comment

              Working...