From e525da012f4ff91f0437c33a10392179efcfbdc7 Mon Sep 17 00:00:00 2001 From: barryodonovan Date: Thu, 20 Oct 2016 14:01:53 +0100 Subject: [PATCH 1/3] 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 f0c77e9f80..d4a33b26f3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -141,6 +141,7 @@ LibreNMS contributors: - Karl Shea (karlshea) - Justin Settle (jquagga) - Alexander Kratzsch (klump) +- Barry O'Donovan barry.odonovan@lightnet.ie (barryodonovan) [1]: http://observium.org/ "Observium web site" Observium was written by: From cf1c8f59578d6db94483782aa879e39dc7618056 Mon Sep 17 00:00:00 2001 From: barryodonovan Date: Thu, 20 Oct 2016 15:54:58 +0100 Subject: [PATCH 2/3] Added pig and RxLevel graphs to device dahboard page --- includes/definitions.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 743082d5aa..2562bdad6f 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -817,6 +817,10 @@ $config['os'][$os]['type'] = 'wireless'; $config['os'][$os]['icon'] = 'saf'; $config['os'][$os]['over'][0]['graph'] = 'device_bits'; $config['os'][$os]['over'][0]['text'] = 'Traffic'; +$config['os'][$os]['over'][1]['graph'] = 'device_saf_radioRxLevel'; +$config['os'][$os]['over'][1]['text'] = 'Rx Level'; +$config['os'][$os]['over'][2]['graph'] = 'device_ping_perf'; +$config['os'][$os]['over'][2]['text'] = 'Ping Times'; // Sub10 $os = 'sub10'; From bccd373b3d9c41811901277784d16a2c42a487d1 Mon Sep 17 00:00:00 2001 From: barryodonovan Date: Thu, 20 Oct 2016 22:38:20 +0100 Subject: [PATCH 3/3] removing som patch code from AUTHORS file --- AUTHORS.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 5b2203434f..f0c77e9f80 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -141,11 +141,6 @@ LibreNMS contributors: - Karl Shea (karlshea) - Justin Settle (jquagga) - Alexander Kratzsch (klump) -<<<<<<< HEAD -- Joseph Eames (j-ems) -======= -- Barry O'Donovan barry.odonovan@lightnet.ie (barryodonovan) ->>>>>>> contrib-agree [1]: http://observium.org/ "Observium web site" Observium was written by: