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:
tomarch
2017-10-04 22:16:00 +02:00
committed by Neil Lathwood
parent 2e849e1b02
commit 931bfce011
5 changed files with 43 additions and 0 deletions

View File

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.1 KiB

View 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

View 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'];

View 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

View 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