Daniel Preussker
d12c107aca
Merge pull request #2766 from SaaldjorMike/msm-clients
...
Added polling of wifi clients for HP MSM
2016-01-14 19:23:46 +00:00
Mike Rostermund
81cb935735
Added polling of wifi clients for HP MSM
2016-01-14 20:20:58 +01:00
Søren Rosiak
d5cbb21c9e
Merge pull request #2760 from Tawmu/Add-Samsung-SCX
2016-01-13 16:30:50 +01:00
Tom Ferguson
9de9ce5f96
Added Samsung SCX line of printers into OS discovery
2016-01-13 14:51:02 +00:00
Daniel Preussker
8baf72432e
Merge pull request #2755 from ekoyle/daily_php_fix
...
Fix daily.php not deleting device_perf entries
2016-01-12 08:31:56 +00:00
Søren Rosiak
1cb3d7452d
Merge pull request #2754 from laf/install-web
2016-01-11 23:35:53 +01:00
Eldon Koyle
ceb3c2264c
Fix daily.php not deleting device_perf entries
...
Add -d option to daily.php to show SQL and fix bug where daily.php does
not delete device_perf entries because a unix timestamp (integer) can't
be cast to a datetime.
MariaDB [librenms]> select * from device_perf where timestamp < UNIX_TIMESTAMP(DATE_SUB(NOW(),INTERVAL '7' DAY));
Empty set, 1 warning (1.20 sec)
MariaDB [librenms]> show warnings;
+---------+------+----------------------------------------+
| Level | Code | Message |
+---------+------+----------------------------------------+
| Warning | 1292 | Incorrect datetime value: '1451944875' |
+---------+------+----------------------------------------+
1 row in set (0.00 sec)
MariaDB [librenms]>
2016-01-11 14:58:40 -07:00
laf
c4ffa423a1
Added suggestion to contribute to stats
2016-01-11 21:03:12 +00:00
Daniel Preussker
252f0a633d
Merge pull request #2753 from SaaldjorMike/doc-typo
...
Fixed typo in docs
2016-01-11 20:41:57 +00:00
Mike Rostermund
0fec2ff7b7
Fixed typo in docs
2016-01-11 21:37:52 +01:00
Mike Rostermund
44ef2c999e
Merge pull request #2745 from laf/issue-2464
...
Added group support for Oxidized
2016-01-11 20:14:24 +01:00
Mike Rostermund
ee19abf7af
Merge pull request #2750 from Rosiak/fix-noti
...
Fix missing slash if base_url set
2016-01-11 15:17:05 +01:00
Rosiak
14ecef76e8
Changed..
2016-01-11 14:13:16 +01:00
Rosiak
05734803df
Fix missing slash if base_url set
2016-01-11 13:14:20 +01:00
Paul Gear
2469621a58
Merge pull request #2746 from laf/issue-2562
...
Added datetime to notifications + Fixed sticky/unsticky notifications disappearing
2016-01-11 09:01:56 +10:00
laf
7cb54a635b
Renamed file to stop conflict
2016-01-10 22:47:40 +00:00
Neil Lathwood
d3132a190b
Merge pull request #2690 from vitalisator/stp
...
add basic STP/RSTP support
2016-01-10 22:45:24 +00:00
Neil Lathwood
72cc180184
Merge pull request #2719 from SaaldjorMike/del-utime-func
...
Replaced custom utime() function with microtime(true)
2016-01-10 22:43:31 +00:00
Neil Lathwood
6cfacabca1
Merge pull request #2720 from ekoyle/nos_fix
...
Remove some detection logic from Brocade NOS foo
2016-01-10 22:40:42 +00:00
laf
93b0886567
Added datetime to notifications + Fixed sticky/unsticky notifications disappearing
2016-01-10 22:22:13 +00:00
Søren Rosiak
7ac249bc2a
Merge pull request #2743 from laf/issue-2469
2016-01-10 22:58:39 +01:00
laf
5c03ccc8c4
Doc spelling mistakes
2016-01-10 21:41:02 +00:00
laf
a35f6d8c7a
Added group support for Oxidized
2016-01-10 19:45:54 +00:00
Mike Rostermund
d3248f8100
Merge pull request #2744 from laf/issue-2667
...
Removed onClick from ports list
2016-01-10 18:39:39 +01:00
Neil Lathwood
6d076fc5d3
Merge pull request #2742 from Rosiak/issue-2736
...
Basic HWGroup Poseidon Discovery
2016-01-10 17:25:03 +00:00
laf
802d0993d9
Removed onClick from ports list
2016-01-10 17:19:58 +00:00
laf
cc2dfafffa
Fix polling issue for AirFibre
2016-01-10 16:46:31 +00:00
Rosiak
b1e962b673
Copy paste fix
2016-01-10 17:41:43 +01:00
Neil Lathwood
e3e1b5f6ab
Merge pull request #2729 from davehope/master
...
Create zyxelgs.inc.php
2016-01-10 16:29:18 +00:00
Neil Lathwood
44456aa58d
Merge pull request #2741 from arjitc/patch-23
...
Add missing titles/headers
2016-01-10 16:21:24 +00:00
Rosiak
a265f9a8dc
Basic HWGroup Poseidon Discovery
...
Initial PR
2016-01-10 14:58:56 +01:00
Arjit Chaudhary
68a4acd717
Update device.inc.php
2016-01-10 19:01:59 +05:30
Arjit Chaudhary
3b09f8b955
Update ports.inc.php
2016-01-10 19:01:42 +05:30
Arjit Chaudhary
03051d455f
Update apps.inc.php
2016-01-10 19:01:24 +05:30
Arjit Chaudhary
6a652b72fa
Update alerts.inc.php
2016-01-10 19:01:08 +05:30
Arjit Chaudhary
659d4e0172
Update alert-rules.inc.php
2016-01-10 19:00:49 +05:30
Arjit Chaudhary
eedc30aae5
Add missing titles/headers
2016-01-10 19:00:04 +05:30
Daniel Preussker
cce8bc5f26
Merge pull request #2697 from laf/versions
...
Centralised version info + used in output
2016-01-10 13:28:10 +00:00
Dave Hope
7fbdb5e440
Merged changes for Zyxel ES and GS series switches under 'Zynos'.
2016-01-10 10:39:12 +00:00
Daniel Preussker
feb524f0da
Merge pull request #2739 from paulgear/dash-typo-fix
...
Fix typo & clarify location of edit dashboard button
2016-01-10 10:08:44 +00:00
Paul Gear
f123502730
Fix typo & clarify location of edit dashboard button
2016-01-10 15:18:25 +10:00
laf
63444e2f39
Rebased
2016-01-10 00:41:20 +00:00
Neil Lathwood
a3e972f86a
Merge pull request #2730 from arjitc/patch-22
...
Fixes #2724 -- Added mysqli to install.php if PHP 7
2016-01-10 00:33:26 +00:00
Arjit Chaudhary
815a3e72e6
Fixes #2724 -- Added mysqli to install.php if PHP 7
2016-01-10 03:23:34 +05:30
Dave Hope
152c45bc36
Create zyxelgs.inc.php
...
Add support for Zyxel GS1910-24HP (And likely others)
2016-01-09 18:24:13 +00:00
Daniel Preussker
af95e46a50
Merge pull request #2727 from nguillaumin/fix-pear-comment-install
...
Fixes #2725 : Wrong suggestion to install PEAR
2016-01-09 13:18:05 +01:00
Daniel Preussker
57414979ca
Merge pull request #2726 from nguillaumin/contributor-agreement
...
I agree to the conditions of the Contributor Agreement
2016-01-09 12:58:01 +01:00
nguillaumin
49e183a72f
I agree to the conditions of the Contributor Agreement
...
contained in doc/General/Contributing.md.
2016-01-09 22:54:41 +11:00
nguillaumin
ceb2d15b9d
Fixes #2725 : Wrong suggestion to install PEAR
2016-01-09 22:50:47 +11:00
Neil Lathwood
867a3f6406
Merge pull request #2721 from Rosiak/issue-2709
...
Fix notification links
2016-01-09 00:28:59 +00:00