Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. ./discovery.php -h vmesx61 -d -m libvirt-vminfo
  2. LibreNMS Discovery
  3. ===================================
  4. Version info:
  5. Commit SHA: a56267e5ba469232e2af9d0e61036ee6c2a08d38
  6. Commit Date: 1511256173
  7. DB Schema: 215
  8. PHP: 7.0.20
  9. MySQL: 5.5.52-MariaDB
  10. RRDTool: 1.4.8
  11. SNMP: NET-SNMP 5.7.2
  12. ==================================DEBUG!
  13. SQL[SELECT * FROM `devices` WHERE status = 1 AND disabled = 0 AND `hostname` LIKE 'vmesx61' ORDER BY device_id DESC]
  14. SQL[SELECT * FROM devices_attribs WHERE `device_id` = '1191']
  15. vmesx61 1191 vmware SQL[INSERT INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`) VALUES ('3','3','0','0.28','0.30','0.29','1191',NOW())]
  16. Timeout: No Response from udp:vmesx61:161.
  17. SNMP Check response code: 1
  18. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m SNMPv2-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/vmware udp:HOSTNAME:161 sysObjectID.0]
  19. Timeout: No Response from udp:vmesx61:161.
  20.  
  21. SNMP UnreachableSQL[UPDATE `devices` set `status` ='0',`status_reason` ='snmp' WHERE device_id='1191']
  22. SQL[INSERT INTO `eventlog` (`host`,`device_id`,`reference`,`type`,`datetime`,`severity`,`message`,`username`) VALUES ('1191','1191','NULL','down',NOW(),'2','Device status changed to Down from snmp check.','')]
  23. ./discovery.php vmesx61 2017-11-21 10:03:40 - 0 devices discovered in 13.21 secs
  24. SNMP 12.05s: Get[2/12.05s] Getnext [0/0.00s] Walk [0/0.00s]
  25. MySQL 0.08s: Cell[2/0.00s] Row[0/-0.00s] Rows[4/0.01s] Column[0/0.00s] Update[1/0.01s] Insert[2/0.07s] Delete[0/0.00s]
  26. RRD 0.00s: Update [0/0.00s] Create [0/0.00s] Other [0/0.00s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement