From dbbc160c81dd8b0368fd955743752aaaa96f9940 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Mon, 26 Jul 2010 17:56:02 +0000 Subject: [PATCH] detection of itwatchdogs.com geese family - now for the fun of discovering the sensors... git-svn-id: http://www.observium.org/svn/observer/trunk@1484 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/images/os/wxgoos.png | Bin 0 -> 1570 bytes includes/discovery/os/wxgoos.inc.php | 11 +++++++++++ includes/static-config.php | 7 ++++++- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 html/images/os/wxgoos.png create mode 100644 includes/discovery/os/wxgoos.inc.php diff --git a/html/images/os/wxgoos.png b/html/images/os/wxgoos.png new file mode 100644 index 0000000000000000000000000000000000000000..11d19ecb85a430adf36e3ff63016805bf6c367bd GIT binary patch literal 1570 zcmV+-2Hp9IP)Px#24YJ`L;wH)0002_L%V+f000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2igZ3 z5jH6#zdl?500p8+L_t(o!|j)Aa8=b6$AA0e+XWv%Uz{qm)~Sy{v4z$;Q>HlDPDg94OdUEUQ>Fw)j8IVwFp04xnD9y?he z@8v$uz2}_0`{4$IGq!WT@g;j^&E6l@Ugy8o`mc4?7D_3u=hC>&YZAaDfa?xG&s0&A z-n|B&XCdLSBt<1Ung&7x%L3hXji$`NKc)D5XumqQzgc9`2Sjl3dY0U?mH1GK{cnv> zy(pKu2Xh!bE$MFRW&TfRBJHcjuf6#{3<@}XJVnRB75_H{LgZ8fP&Q)@Q%ayP2uaK0 z!=@p+{&b>m{gV!cKm8r;t3*wl1qy+}r9}syb$KB9QVKp1?jMBEe-(qKQWam<&>+5b|7w17S3Q-3SGY1T zfGY9hol${{EZDmXYx&DRb5WEBfg2&u4cKWKh;abQ84srpr+?q}klz0FzvgcC;Vp1+ zaNjduknoVmUR6Zajax`8?8Tc{E4+&;430Lud+*{vVCTlB*H~LwLH5M~Y$ZWRxN|YO z`t}yEpuH7m-n!6nZde$ic&ZDRN?{F#2~-uJgy7O;_wbhXd9Ur^9A~HciCqCr2_4`) zVJxdaTcV-)?!}n*DR$RCuzKG#E6nm~J8S3Gll#F@h88TKtf&Y#UWg7My#_+X(~j2M zLDsJu`a_#HH6?{+##XPu`_>zTj-SCql2toDYxuoY6g+#NyoYJ2QXCs>rF4L$%4`8z zx`pw00j?SIq2gA&9jxh@`{&o$bo3bZrHjbe2xL!%`&M)La2u(opTz&@qvRAZE9sZ)jBE zHjhWls;y@BLFdPhFso`Q;XauYeraE{r+RKtyffbRA;I#QxUeA_MW&Ld!XR0RF_bqS zp_1c8uMnCKZn&Aw;o29g@wg#w!oLqsaG+9|uUH@k%&D!MbRDvXyqGtyqGTpvG(Z;(2TDDN^nrXNj~97EY(=xu-ZAyK}=$xBT2n z>-!1(ns2Br7nCDKScbngz^}U~PeEMu)^n!&WK}wYw0Of#V zgCk*Vh;19W^@IN~Lh-6Ozil{@KXe)Jm*run#`SEFwg8h?nmJh-!bS8_Y}<*I?!+iC zx}yzC0a9ejfwa+hoF^7-Jryj6jc;?3;WLqkRx)MRAufUL#&*)Vy(%h2OJAL_>3MQ% zroDR}Ii;j;kl5}QuiT6|0%&9oz_t}uI8ovw_b+b}Y3sea{D*V4kCp_XZ-6L{64(}L zvRY}e9kA1Fdwm1biS~@-8yNL<6c9ap8ky-lFgnmfzF%PEdY{_$gcrw#96j%iPYTS# z4cj}qBM($zI2t%#!5>_I+r!vP+v!E#bo(Ql|8?v@J5fAUwInZ`5}CdWL}=M_xI9bI z^@+b+dg#y)D3rX$keZkW6p$Q=<0;NYD1|KrAW24ds`LA|ipht`B!Ec(*Biip0V@oA Uek-hm!T diff --git a/includes/static-config.php b/includes/static-config.php index e187f3797b..bf787f0535 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -318,7 +318,6 @@ $config['os'][$os]['type'] = "power"; $config['os'][$os]['over'][0]['graph'] = "device_current"; $config['os'][$os]['over'][0]['text'] = "Current"; - $os = "akcp"; $config['os'][$os]['text'] = "AKCP SensorProbe"; $config['os'][$os]['type'] = "environment"; @@ -331,6 +330,12 @@ $config['os'][$os]['type'] = "environment"; $config['os'][$os]['over'][0]['graph'] = "device_temperature"; $config['os'][$os]['over'][0]['text'] = "Temperatures"; +$os = "wxgoos"; +$config['os'][$os]['text'] = "ITWatchDogs Goose"; +$config['os'][$os]['type'] = "environment"; +$config['os'][$os]['over'][0]['graph'] = "device_temperature"; +$config['os'][$os]['over'][0]['text'] = "Temperatures"; + $os = "papouch-tme"; $config['os'][$os]['text'] = "Papouch TME"; $config['os'][$os]['type'] = "environment";