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

Local Scripts are partly "ignored"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • Professional Edition
    • Unix Agent
    • None

    Description

      Hi,

      I'm monitoring a linux hardware box with a software raid, which I'd like to monitor.

      There's the observium agent installed on the box and a local script added to perform the raid check. When running a telnet from the observium host to the box on the agent port, the output seems fine for me, however the results are not beeing displayed in observium

      Agent-Output:

      <<<hdarray>>>
      Controller=Linux Software RAID
      Controller Status=Ok
      Drive /dev/md1=Ok
      Drive /dev/md0=Ok

      ////// Poller...:

      Array
      (
          [0] => Controller=Linux Software RAID
          [1] => Controller Status=Ok
          [2] => Drive /dev/md1=Ok
          [3] => Drive /dev/md0=Ok
      )

      {{Same script on a different Host works; agent and Poller output. }}

      Agent-Output:

      <<<hdarray>>>
      Controller=Linux Software RAID
      Controller Status=Ok
      Drive /dev/md0=Ok
      Drive /dev/md1=Ok
      Drive /dev/md2=Ok

      /////// Poller...:

      Array
      (
          [0] => Controller=Linux Software RAID
          [1] => Controller Status=Ok
          [2] => Drive /dev/md0=Ok
          [3] => Drive /dev/md1=Ok
          [4] => Drive /dev/md2=Ok
      )

       

      Since it's the same script I assume it is a bug. If it's not, what can I do to further troubleshoot the issue?

       

      Thanks in advance and regards

      Attachments

        1. broken.png
          10 kB
          Patrick Mueller
        2. works.png
          18 kB
          Patrick Mueller

        Activity

          People

            sid3windr Tom Laermans
            pmueller Patrick Mueller
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: