Advertisement
Guest User

MP_C2051

a guest
Aug 23rd, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. ./discovery.php -h 192.168.1.1 -d -m os
  2. LibreNMS 2015.master Discovery
  3. Version info:
  4. Commit SHA: 9b3fbfbb5ef7038a49b1d4f237f6699663e9a67d
  5. DB Schema: 129
  6. PHP: 7.0.8-0ubuntu0.16.04.2
  7. MySQL: 5.7.13-0ubuntu0.16.04.2
  8. RRDTool: 1.5.5
  9. SNMP: NET-SNMP version: 5.7.3
  10.  
  11. DEBUG!
  12.  
  13. SQL[SELECT version FROM `dbSchema` ORDER BY version DESC LIMIT 1]
  14. SQL[SELECT revision FROM `dbSchema`] DB Schema already up to date.
  15.  
  16. SQL[SELECT * FROM `devices` WHERE status = 1 AND disabled = 0 AND `hostname` LIKE '192.168.10.15' ORDER BY device_id DESC]
  17. SQL[SELECT * FROM devices_attribs WHERE `device_id` = '3'] 192.168.10.15 3 nrg (printer)
  18. #### Load disco module os ####
  19. /usr/bin/snmpget -v2c -c COMMUNITY -Ovq -M /opt/librenms/mibs udp:HOSTNAME:161 SNMPv2-MIB::sysDescr.0NRG MP C2051 2.06 / NRG Network Printer C model / NRG Network Scanner C model
  20.  
  21. /usr/bin/snmpget -v2c -c COMMUNITY -Ovqn -M /opt/librenms/mibs udp:HOSTNAME:161 SNMPv2-MIB::sysObjectID.0.*.*.1
  22.  
  23. | NRG MP C2051 2.06 / NRG Network Printer C model / NRG Network Scanner C model | .1.3.6.1.4.1.367.1.1 | /usr/bin/snmpget -v2c -c COMMUNITY -Oqvn -M /opt/librenms/mibs udp:HOSTNAME:161 ENTITY-MIB::entPhysicalDescr.1No Such Object available on this agent at this OID
  24.  
  25. /usr/bin/snmpget -v2c -c COMMUNITY -Oqv -M /opt/librenms/mibs udp:HOSTNAME:161 .1.3.6.1.4.1.39165.1.6.0No Such Object available on this agent at this OID
  26.  
  27. /usr/bin/snmpget -v2c -c COMMUNITY -Oqv -M /opt/librenms/mibs udp:HOSTNAME:161 SNMPv2-SMI::enterprises.14988.2No Such Object available on this agent at this OID
  28.  
  29. /usr/bin/snmpget -v2c -c COMMUNITY -Oqv -M /opt/librenms/mibs udp:HOSTNAME:161 SML-MIB::product-Name.0No Such Object available on this agent at this OID
  30.  
  31. /usr/bin/snmpget -v2c -c COMMUNITY -Oqv -M /opt/librenms/mibs udp:HOSTNAME:161 1.3.6.1.4.1.674.10895.3000.1.2.100.1.0No Such Object available on this agent at this OID
  32.  
  33. /usr/bin/snmpget -v2c -c COMMUNITY -Osqnv -M /opt/librenms/mibs udp:HOSTNAME:161 ENTITY-MIB::entPhysicalMfgName.1No Such Object available on this agent at this OID
  34.  
  35.  
  36. >> Runtime for discovery module 'os': 0.345 seconds
  37. #### Unload disco module os ####
  38.  
  39.  
  40. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '3' AND `attrib_type` = 'poll_mib' ]
  41. SQL[UPDATE `devices` set `last_discovered` =NOW(),`type` ='printer',`last_discovered_timetaken` ='0.346' WHERE `device_id` = '3'] Discovered in 0.346 seconds
  42.  
  43.  
  44. SQL[INSERT INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`) VALUES ('discover','192.168.10.15','1471944018.9499','0.454','1')] ./discovery.php 192.168.10.15 2016-08-23 13:20:19 - 1 devices discovered in 0.454 secs
  45. MySQL: Cell[1/0s] Row[4/0s] Rows[1/0s] Column[0/0s] Update[1/0.01s] Insert[1/0.01s] Delete[0/0s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement