Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
175
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 vmesx27 -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 'vmesx27' ORDER BY device_id DESC]
  14. SQL[SELECT * FROM devices_attribs WHERE `device_id` = '1495']
  15. vmesx27 1495 vmware SQL[INSERT INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`) VALUES ('3','3','0','0.22','0.34','0.29','1495',NOW())]
  16. Timeout: No Response from udp:vmesx27: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:vmesx27:161.
  20.  
  21. SNMP UnreachableSQL[UPDATE `devices` set `status` ='0',`status_reason` ='snmp' WHERE device_id='1495']
  22. SQL[INSERT INTO `eventlog` (`host`,`device_id`,`reference`,`type`,`datetime`,`severity`,`message`,`username`) VALUES ('1495','1495','NULL','down',NOW(),'2','Device status changed to Down from snmp check.','')]
  23. ./discovery.php vmesx27 2017-11-21 10:05:52 - 0 devices discovered in 13.37 secs
  24. SNMP 12.05s: Get[2/12.05s] Getnext [0/0.00s] Walk [0/0.00s]
  25. MySQL 0.27s: Cell[2/0.00s] Row[0/-0.00s] Rows[4/0.00s] Column[0/0.00s] Update[1/0.11s] Insert[2/0.15s] 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