Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. [2018-09-14 11:58:26] production.DEBUG: SQL[%Yselect * from `plugins` where `plugin_active` = ? %y[1]%n 0.33ms]
  2. {"color":true}
  3. [2018-09-14 11:58:26] production.ERROR: 8 /opt/librenms/html/legacy_index.php:113 Undefined index: custom_css
  4. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT service_status, count(service_status) as count FROM services GROUP BY service_status %y[]%n 0.21ms]
  5. {"color":true}
  6. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT COUNT(port_id) FROM `ports` WHERE `ifOperStatus` = 'down' AND `ifAdminStatus` = 'up' AND `ignore` = '0' %y[]%n 7.96ms]
  7. {"color":true}
  8. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT COUNT(*) FROM `links` %y[]%n 0.23ms]
  9. {"color":true}
  10. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT COUNT(bgpPeer_id) FROM bgpPeers AS B where (bgpPeerAdminStatus = 'start' OR bgpPeerAdminStatus = 'running') AND bgpPeerState != 'established' %y[]%n 1.26ms]
  11. {"color":true}
  12. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT * FROM device_groups ORDER BY name %y[]%n 0.24ms]
  13. {"color":true}
  14. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT COUNT(*) from `plugins` WHERE plugin_active = '1' %y[]%n 0.2ms]
  15. {"color":true}
  16. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT 1 from `packages` LIMIT 1 %y[]%n 0.16ms]
  17. {"color":true}
  18. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT `type`,COUNT(`type`) AS total_type FROM `devices` AS D WHERE 1 GROUP BY `type` ORDER BY `type` %y[]%n 0.52ms]
  19. {"color":true}
  20. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT location FROM devices AS D GROUP BY location ORDER BY location %y[]%n 1.07ms]
  21. {"color":true}
  22. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT COUNT(id) from `vminfo` %y[]%n 0.19ms]
  23. {"color":true}
  24. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT COUNT(*) FROM ports AS I, devices AS D WHERE I.`deleted` = '0' AND D.`device_id` = I.`device_id` AND I.`ignore` = '0' AND D.`ignore` = '0' AND (I.`ifInErrors_delta` > '0' OR I.`ifOutErrors_delta` > '0') %y[]%n 15.69ms]
  25. {"color":true}
  26. [2018-09-14 11:58:26] production.DEBUG: SQL[%YSELECT COUNT(*) FROM ports AS I, devices AS D WHERE I.`deleted` = '0' AND D.`device_id` = I.`device_id` AND (I.`ignore` = '1' OR D.`ignore` = '1') %y[]%n 13.67ms]
  27. {"color":true}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement