Guys, I would highly appreciate any advice if I can make it work.
I really need to have Zabbix send SMS/text based alerts and can't find the GSM modem described in the document.
Instead I have connected this device to the server and it was recognized, it is MiFi 7000 device with SIM card.
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: new high-speed USB device number 4 using ehci-pci
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: New USB device found, idVendor=1410, idProduct=b020, bcdDevice= 3.10
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: Product: MiFi 7000
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: Manufacturer: Novatel Wireless
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: SerialNumber: 0123456789ABCDEF
Nov 10 12:07:31 zabbix kernel: usbcore: registered new interface driver cdc_ether
Nov 10 12:07:31 zabbix kernel: rndis_host 1-3.1:1.0 eth0: register 'rndis_host' at usb-0000:00:1a.7-3.1, RNDIS device, 00:15:ff:50:92:67
Nov 10 12:07:31 zabbix kernel: usbcore: registered new interface driver rndis_host
lsusb on the contrary doesn't show me anything meaningful about this device:
[root@zabbix ~]# lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 0624:0248 Avocent Corp. Virtual Hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. KB212-B Quiet Key Keyboard
Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
And of course there's no device for ttyUSB
ls /dev/ttyUSB*
[root@zabbix ~]# ls /dev/ttyUSB*
ls: cannot access '/dev/ttyUSB*': No such file or directory
I really need to have Zabbix send SMS/text based alerts and can't find the GSM modem described in the document.
Instead I have connected this device to the server and it was recognized, it is MiFi 7000 device with SIM card.
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: new high-speed USB device number 4 using ehci-pci
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: New USB device found, idVendor=1410, idProduct=b020, bcdDevice= 3.10
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: Product: MiFi 7000
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: Manufacturer: Novatel Wireless
Nov 10 12:07:31 zabbix kernel: usb 1-3.1: SerialNumber: 0123456789ABCDEF
Nov 10 12:07:31 zabbix kernel: usbcore: registered new interface driver cdc_ether
Nov 10 12:07:31 zabbix kernel: rndis_host 1-3.1:1.0 eth0: register 'rndis_host' at usb-0000:00:1a.7-3.1, RNDIS device, 00:15:ff:50:92:67
Nov 10 12:07:31 zabbix kernel: usbcore: registered new interface driver rndis_host
lsusb on the contrary doesn't show me anything meaningful about this device:
[root@zabbix ~]# lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 0624:0248 Avocent Corp. Virtual Hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 413c:2107 Dell Computer Corp. KB212-B Quiet Key Keyboard
Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
And of course there's no device for ttyUSB
ls /dev/ttyUSB*
[root@zabbix ~]# ls /dev/ttyUSB*
ls: cannot access '/dev/ttyUSB*': No such file or directory
Comment