Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. librenms@szabel:~$ ./discovery.php -h kamera-01.local -m os
  2. LibreNMS Discovery
  3. kamera-01.local 3 generic
  4.  
  5. #### Load disco module core ####
  6.  
  7. >> Runtime for discovery module 'core': 0.0260 seconds with 992 bytes
  8. >> SNMP: [5/0.21s] MySQL: [6/0.07s] RRD: [0/0.00s]
  9. #### Unload disco module core ####
  10.  
  11.  
  12. #### Load disco module os ####
  13. OS: Generic Device (generic)
  14.  
  15. >> Runtime for discovery module 'os': 0.1390 seconds with 1344 bytes
  16. >> SNMP: [3/0.14s] MySQL: [0/0.00s] RRD: [0/0.00s]
  17. #### Unload disco module os ####
  18.  
  19. Discovered in 1.447 seconds
  20.  
  21. SNMP [8/0.34s]: Get[8/0.34s] Getnext[0/0.00s] Walk[0/0.00s]
  22. MySQL [9/0.17s]: Cell[0/0.00s] Row[2/0.00s] Rows[4/0.00s] Column[0/0.00s] Update[1/0.05s] Insert[2/0.12s] Delete[0/0.00s]
  23. RRD [0/0.00s]: Update[0/0.00s] Create [0/0.00s] Other[0/0.00s]
  24. librenms@szabel:~$ snmpwalk -v2c -c public kamera-01.local .1.3.6.1.4.1.39165.1.1
  25. SNMPv2-SMI::enterprises.39165.1.1.0 = STRING: "DS-2CD2T42WD-I5"
  26. librenms@szabel:~$ ./discovery.php -h kamera-22.local -m os
  27. LibreNMS Discovery
  28. kamera-22.local 29 generic
  29.  
  30. #### Load disco module core ####
  31.  
  32. >> Runtime for discovery module 'core': 0.0240 seconds with 992 bytes
  33. >> SNMP: [5/0.21s] MySQL: [6/0.05s] RRD: [0/0.00s]
  34. #### Unload disco module core ####
  35.  
  36.  
  37. #### Load disco module os ####
  38. OS: Generic Device (generic)
  39.  
  40. >> Runtime for discovery module 'os': 0.1430 seconds with 1344 bytes
  41. >> SNMP: [3/0.14s] MySQL: [0/0.00s] RRD: [0/0.00s]
  42. #### Unload disco module os ####
  43.  
  44. Discovered in 1.431 seconds
  45.  
  46. SNMP [8/0.35s]: Get[8/0.35s] Getnext[0/0.00s] Walk[0/0.00s]
  47. MySQL [9/0.15s]: Cell[0/0.00s] Row[2/0.00s] Rows[4/0.00s] Column[0/0.00s] Update[1/0.06s] Insert[2/0.09s] Delete[0/0.00s]
  48. RRD [0/0.00s]: Update[0/0.00s] Create [0/0.00s] Other[0/0.00s]
  49. librenms@szabel:~$ snmpwalk -v2c -c public kamera-22.local .1.3.6.1.4.1.39165.1.1
  50. SNMPv2-SMI::enterprises.39165.1.1.0 = STRING: "DS-2CD2T32-I3"
  51. librenms@szabel:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement