mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added detection for technicolor TG650S and TG670S (#7420)
* update zywall.yaml ; use sysDescr_regex_except * Cleanup technicolor * newdevice: technicolor TG650S and TG670S * Update technicolor.svg * add technicolor.svg compressed * Update tgos.yaml
This commit is contained in:
1
html/images/os/technicolor.svg
Normal file
1
html/images/os/technicolor.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 5.1 KiB |
11
includes/definitions/tgos.yaml
Normal file
11
includes/definitions/tgos.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
os: tgos
|
||||
text: 'technicolor TG MediaAcces'
|
||||
type: network
|
||||
icon: technicolor
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.2863.405.1
|
||||
25
includes/polling/os/tgos.inc.php
Normal file
25
includes/polling/os/tgos.inc.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* tgos.inc.php
|
||||
*
|
||||
* LibreNMS os poller module for Technicolor TG MediaAccess devices
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @package LibreNMS
|
||||
* @link http://librenms.org
|
||||
* @copyright 2017 Thomas GAGNIERE
|
||||
* @author Thomas GAGNIERE <tgagniere@reseau-concept.com>
|
||||
*/
|
||||
$hardware = $poll_device['sysDescr'];
|
||||
3
tests/snmpsim/tgos_tg650s.snmprec
Normal file
3
tests/snmpsim/tgos_tg650s.snmprec
Normal file
@@ -0,0 +1,3 @@
|
||||
1.3.6.1.2.1.1.1.0|4|TG650s
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.2863.405.1
|
||||
|
||||
3
tests/snmpsim/tgos_tg670s.snmprec
Normal file
3
tests/snmpsim/tgos_tg670s.snmprec
Normal file
@@ -0,0 +1,3 @@
|
||||
1.3.6.1.2.1.1.1.0|4|TG670s
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.2863.405.1
|
||||
|
||||
Reference in New Issue
Block a user