From 22f5266a816c82c5ddd922941aced56028b0f975 Mon Sep 17 00:00:00 2001 From: "xavier.beaudouin" Date: Fri, 2 Oct 2015 16:02:10 +0200 Subject: [PATCH 1/2] First portage of S2S/Mulitmatic support for S2S SYRIUS MS 10000 --- includes/discovery/os/multimatic.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/discovery/os/multimatic.inc.php b/includes/discovery/os/multimatic.inc.php index bda05bfb4..13af1913e 100644 --- a/includes/discovery/os/multimatic.inc.php +++ b/includes/discovery/os/multimatic.inc.php @@ -5,5 +5,8 @@ if (!$os) { if (strstr(snmp_get($device, 'UPS-MIB::upsIdentManufacturer.0', '-Oqv', ''), 'Multimatic')) { $os = 'multimatic'; } + if (strstr(snmp_get($device, 'UPS-MIB::upsIdentManufacturer.0', '-Oqv', ''), 'S2S')) { + $os = 'multimatic'; + } } } From 10c597225dcc55909f0182abb8db21db386a7e75 Mon Sep 17 00:00:00 2001 From: "xavier.beaudouin" Date: Tue, 6 Oct 2015 17:44:53 +0200 Subject: [PATCH 2/2] I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index 6fbea29d3..bb70b233a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -59,5 +59,6 @@ Contributors to LibreNMS: - Sławomir Paszkiewicz (paszczus) - Frederik Mogensen (mogensen) - Matthew Scully (mattz0r) +- Xavier Beaudouin (xbeaudouin) [1]: http://observium.org/ "Observium web site"