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

Highlight ports with disabled polling / ignore

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • Community Edition, Professional Edition
    • Web Interface
    • None

    Description

      I think it would be good if observium can show a label for ports with disabled polling.
      Now users with "Read" privilleges can't see that observium does not pool port.

      For example, like that:

      Attachments

        Activity

          [OBS-3368] Highlight ports with disabled polling / ignore

          Added in r11084.

          landy Mike Stupalov added a comment - Added in r11084.

          I have many disabled port :

          MariaDB [observium]> SELECT COUNT(*) FROM ports WHERE `disabled` =1;
          +----------+
          | COUNT(*) |
          +----------+
          |    29614 |
          +----------+
          1 row in set (0.02 sec)
           
          MariaDB [observium]> SELECT COUNT(*) FROM ports WHERE `disabled` =0;
          +----------+
          | COUNT(*) |
          +----------+
          |    45763 |
          +----------+
          1 row in set (0.02 sec)

          An users (with "Global Read" access or lower) can't know that polling is disabled for some port.
          They think there is no activity on this port (because graph is empty)

          mtivi Martyushev Tim added a comment - I have many disabled port : MariaDB [observium]> SELECT COUNT(*) FROM ports WHERE `disabled` =1; +----------+ | COUNT(*) | +----------+ | 29614 | +----------+ 1 row in set (0.02 sec)   MariaDB [observium]> SELECT COUNT(*) FROM ports WHERE `disabled` =0; +----------+ | COUNT(*) | +----------+ | 45763 | +----------+ 1 row in set (0.02 sec) An users (with "Global Read" access or lower) can't know that polling is disabled for some port. They think there is no activity on this port (because graph is empty)

          what's the use case of this? do you have multiple ports with disabled polling? oO

          adama Adam Armstrong added a comment - what's the use case of this? do you have multiple ports with disabled polling? oO

          Also there is a problem for ports with disabled polling.
          If on last polling there is an errors on that port, after disabling port - errors label would be forever for that port

          mtivi Martyushev Tim added a comment - Also there is a problem for ports with disabled polling. If on last polling there is an errors on that port, after disabling port - errors label would be forever for that port

          People

            landy Mike Stupalov
            mtivi Martyushev Tim
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: