Commit Graph

9600 Commits

Author SHA1 Message Date
laf
0558275414 Added verbose debugging, normal debugging will now try and mask certain information 2016-01-17 14:39:17 +00:00
Daniel Preussker
a7c0c1b762 Merge pull request #2781 from laf/uptime-fix
Fixes issue with uptime on certain devices
2016-01-16 20:20:50 +00:00
Neil Lathwood
013135ea9d Merge pull request #2777 from SaaldjorMike/oxid-add-grp-sample-cnf
Added group mapping in sample config for Oxidized for groups
2016-01-16 20:14:31 +00:00
laf
2a097dd803 Fix uptime issues for devices that fail with additional uptime snmp queries 2016-01-16 20:02:42 +00:00
Mike Rostermund
9c0854a546 Added group mapping in sample config for Oxidized for groups 2016-01-16 13:58:47 +01:00
Mike Rostermund
6a4dadd176 Merge pull request #2773 from murrant/oxidized-groups-doc
Clarify Oxidized Groups Documentation
2016-01-16 13:55:28 +01:00
Paul Gear
fb208bce3c Merge pull request #2774 from Rosiak/issue-2506
Provide more alert rule examples
2016-01-16 16:33:12 +10:00
Rosiak
838e189cde Provide more alert rule examples
#2506
2016-01-15 21:37:12 +01:00
Tony Murray
94ab3141f8 Clarify Oxidized Groups Documentation
Break groups out into their own section.
Show how to specify credentials for groups in Oxidized.

Issue #2464
2016-01-15 10:32:48 -06:00
Paul Gear
61af4f9d7f Merge pull request #2768 from SaaldjorMike/msm-poll-os
Added support for hardware, serial, firmware for HP MSM
2016-01-15 21:23:31 +10:00
Mike Rostermund
6f06b74f43 Use the sysDescr we've already polled in the core module 2016-01-15 12:06:28 +01:00
Paul Gear
d1d3dba97d Merge pull request #2637 from laf/snmp-perf
Moved system polling module to core to centralise some snmpget calls
2016-01-15 20:10:09 +10:00
Daniel Preussker
f7d5926e8b Merge pull request #2747 from MindTooth/extra_gitignore_entries
Added more .gitignore entries
2016-01-14 21:35:53 +00:00
Daniel Preussker
13c26e14c8 Merge pull request #2765 from Rosiak/issue-2762
Fix Cisco Temp Disco
2016-01-14 20:34:33 +00:00
Mike Rostermund
a8b476d58f Added support for hardware, serial, firmware for HP MSM 2016-01-14 21:20:38 +01:00
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
Rosiak
0d15244c2e Fix Cisco Temp Disco
Existing disco was broken and did not work on the install’s I tested on.
2016-01-14 19:35:13 +01:00
Birger J. Nordølum
62cd6e8e7a Tweaked .gitignore 2016-01-14 17:58:17 +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