Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-1609

generates the graphs but dont show, in browser says all are invalid

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • None
    • None
    • None

    Description

      Observium appear to be polling my devices, but the graphs are not shown. If i look in the source for a page, and use the url for a graph adding &debug=1 to the end i get a lot of text apparently following the dcreation of the graph along with some warnings like :

      Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /opt/observium/includes/definitions.inc.php on line 419

      Warning: fclose(): 13 is not a valid stream resource in /opt/observium/includes/rrdtool.inc.php on line 75

      I have tried to disable these warnings on php.ini but without result

      Attachments

        Activity

          [OBS-1609] generates the graphs but dont show, in browser says all are invalid

          I just tested and the version is the same as the current version. CE 0.15.6.6430 I even downloaded the community edition and diff with the version installed. The only differences are in the config and the directories that are created on installation, ahh and a change to try to eliminate some of the errors

          ~/observium# diff . /opt/observium/ -r
          diff -r ./config.php /opt/observium/config.php
          — A bunch of configuration options copied and ajusted from the defaults
          diff -r ./includes/definitions.inc.php /opt/observium/includes/definitions.inc.php
          347c347
          < if (strstr($content,':') !== FALSE)

          { $config['ignore_common_subnet'][$index] = Net_IPv6::uncompress($content); }


          > if (strstr($content,':') !== FALSE)

          { $config['ignore_common_subnet'][$index] = @Net_IPv6::uncompress($content); }

          Only in /opt/observium/: logs
          Only in /opt/observium/: rrd

          Apparently they updated the image somewhat recently : New TurnKey Observium version (14.0) 15th Sep, 2015

          soporteusb Hugo Hernan Buitrago Rios added a comment - I just tested and the version is the same as the current version. CE 0.15.6.6430 I even downloaded the community edition and diff with the version installed. The only differences are in the config and the directories that are created on installation, ahh and a change to try to eliminate some of the errors ~/observium# diff . /opt/observium/ -r diff -r ./config.php /opt/observium/config.php — A bunch of configuration options copied and ajusted from the defaults diff -r ./includes/definitions.inc.php /opt/observium/includes/definitions.inc.php 347c347 < if (strstr($content,':') !== FALSE) { $config['ignore_common_subnet'][$index] = Net_IPv6::uncompress($content); } — > if (strstr($content,':') !== FALSE) { $config['ignore_common_subnet'][$index] = @Net_IPv6::uncompress($content); } Only in /opt/observium/: logs Only in /opt/observium/: rrd Apparently they updated the image somewhat recently : New TurnKey Observium version (14.0) 15th Sep, 2015

          No support for things whose age is measured in years.

          adama Adam Armstrong added a comment - No support for things whose age is measured in years.

          The turnkey linux image is ancient trash.

          adama Adam Armstrong added a comment - The turnkey linux image is ancient trash.

          People

            adama Adam Armstrong
            soporteusb Hugo Hernan Buitrago Rios
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: