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)
Added in r11084.