davama

librenms-not-working-groups

Apr 5th, 2018
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.25 KB | None | 0 0
  1. MariaDB [librenms]> select * from device_groups;
  2. +----+-----------------+------+----------------------------------------------------------------------------------+--------+
  3. | id | name            | desc | pattern                                                                          | params |
  4. +----+-----------------+------+----------------------------------------------------------------------------------+--------+
  5. | 10 | USA-HT_ALL      |      | %ipv6_addresses.ipv6_compressed ~ "xxxx:xxxx:9:%"                                | NULL   |
  6. | 11 | USA-HT_CORE     |      | %devices.location ~ "%CORE%"                                                     | NULL   |
  7. +----+-----------------+------+----------------------------------------------------------------------------------+--------+
  8.  
  9. MariaDB [librenms]> select * from device_group_device;
  10. +-----------------+-----------+
  11. | device_group_id | device_id |
  12. +-----------------+-----------+
  13. |              11 |         1 |
  14. |              11 |         2 |
  15. |              11 |         3 |
  16. |              11 |         4 |
  17. |              11 |         5 |
  18. |              11 |         6 |
  19. |              11 |         7 |
  20. |              11 |        62 |
  21. |              11 |       190 |
  22. +-----------------+-----------+
Advertisement
Add Comment
Please, Sign In to add comment