Neil Lathwood and GitHub
fa366b5109
Merge pull request #3773 from thecityofguanyu/thecityofguanyu/add-telco-systems-os
...
thecityofguanyu/add telco systems os
2016-07-06 21:45:55 +01:00
Neil Lathwood and GitHub
614a2dc1e7
Merge pull request #3785 from brandune/get_device_404
...
prevent device_by_id_cache from adding unneeded array elements to $device
2016-07-06 21:45:09 +01:00
Tony Murray
846c5ab0c9
Add date to git version info
...
valdiate: local tz, rfc2822
poller: iso 8601
about: iso 8601 -> browser local
Also, do not fetch github info on about page, it isn't used.
2016-07-06 13:17:13 -05:00
Brandon Boudrias
11f651fa39
prevent device_by_id_cache from adding unneeded array elements to $device
2016-07-06 10:08:19 -07:00
laf
64e256d47a
Added faq doc
2016-07-06 16:25:41 +01:00
laf
c7d48dabde
Merge branch 'master' of https://github.com/librenms/librenms into max-repeaters
2016-07-06 16:22:00 +01:00
Neil Lathwood and GitHub
2f6cecc8ad
Merge pull request #3780 from laf/apple-logo
...
Updated apple logo for macosx os
2016-07-06 15:25:36 +01:00
laf
0ad3bd5710
Updated apple logo for macosx os
2016-07-06 15:25:13 +01:00
Neil Lathwood and GitHub
84551e11ed
Merge pull request #3779 from laf/faq
...
Updated install faq
2016-07-06 15:23:10 +01:00
laf
d3b1a57bdd
Updated install faq
2016-07-06 15:22:37 +01:00
Neil Lathwood and GitHub
1c377d1547
Merge pull request #3778 from laf/validate-strict
...
Changed mysql strict from warn to fail
2016-07-06 15:20:45 +01:00
Neil Lathwood and GitHub
98b2b67258
Merge pull request #3672 from laf/docs-ubuntu1604
...
Improved installation docs
2016-07-06 15:18:29 +01:00
laf
a01dc6620d
Changed mysql strict from warn to fail
2016-07-06 14:47:07 +01:00
laf
8239109f78
Added support for setting max-repeaters per device
2016-07-06 14:45:23 +01:00
Neil Lathwood and GitHub
b09d02e300
Merge pull request #3777 from luigirosa/patch-2
...
Update NAS-MIB
2016-07-06 14:22:50 +01:00
Luigi Rosa and GitHub
b13cebd822
issue-3776
...
Updated MIB from 4.2.1 firmware
2016-07-06 14:22:10 +02:00
laf
184e48310d
More updates
2016-07-06 12:28:40 +01:00
Dave Bell
43dc0e6194
Removed duplicate delecration, and improved test for valid data
2016-07-06 09:24:09 +01:00
Chris A. Evans
38e222fd8a
removed empty/unsued else conditionals
2016-07-05 12:17:25 -05:00
Tony Murray and GitHub
3e9e1104af
Update Code-Guidelines.md
2016-07-05 11:14:19 -05:00
Dave Bell
baa8191b4b
Add ifInDiscards/ifOutDiscards
2016-07-05 16:20:40 +01:00
Chris A. Evans
95ad8f186e
fixed typo in: includes/discovery/sensors/temperatures/binos.inc.php
...
removed all mibs, as they are not actually referenced in modules
2016-07-05 09:59:09 -05:00
Chris A. Evans
875e6f9990
fixed typo in binox temperature sensor discovery module
2016-07-05 09:19:20 -05:00
Chris A. Evans
a012d7e549
added telco systems icon, updated definitions to reference said icon
2016-07-05 09:14:56 -05:00
Chris A. Evans
7850f9e68b
updated definitions.inc.php to include telco systems binos and binox os:
2016-07-05 09:13:21 -05:00
Chris A. Evans
9a3cf966fc
Merge remote-tracking branch 'origin/master' into thecityofguanyu/add-telco-systems-os
2016-07-05 09:07:10 -05:00
Neil Lathwood and GitHub
9f2e88fa59
Merge pull request #3772 from tijmenNL/issue-3771
...
Fixed typo in poller application for PowerDNS
2016-07-05 14:51:42 +01:00
Neil Lathwood and GitHub
a291ac2cc6
Merge pull request #3767 from thecityofguanyu/thecityofguanyu/add-accedian-os
...
Add Accedian MetroNID OS Support
2016-07-05 14:50:47 +01:00
walrus
e537f9743a
renamed various metronid.inc.php files to aen.inc.php
2016-07-05 07:49:45 -05:00
Tijmen de Mes
c815675bd8
Fixed typo in poller application for PowerDNS
2016-07-05 10:56:44 +02:00
Neil Lathwood and GitHub
6665fd8f95
Merge pull request #3700 from f0o/issue-3683
...
Fixed Device-Groups for multiple entries and glue-expansion
2016-07-05 09:09:09 +01:00
Neil Lathwood and GitHub
b8635a0c5a
Merge pull request #3649 from vitalisator/vitalisator-patch-1
...
making CN with a , inside working
2016-07-05 09:07:39 +01:00
walrus
1be5995a7f
* Renamed MIB directories to differentiate between BiNOS and BiNOX MIB files
2016-07-03 17:55:42 -05:00
walrus
6763ad0790
* Split Telco Systems discovery into BiNOX and BiNOS
...
* Fix formatting errors
Changes to be committed:
renamed: includes/discovery/mempools/batm.inc.php -> includes/discovery/mempools/binox.inc.php
renamed: includes/discovery/os/batm.inc.php -> includes/discovery/os/binos.inc.php
new file: includes/discovery/os/binox.inc.php
deleted: includes/discovery/processors/batm.inc.php
new file: includes/discovery/processors/binos.inc.php
new file: includes/discovery/processors/binox.inc.php
deleted: includes/discovery/sensors/temperatures/batm.inc.php
new file: includes/discovery/sensors/temperatures/binos.inc.php
new file: includes/discovery/sensors/temperatures/binox.inc.php
renamed: includes/polling/mempools/batm.inc.php -> includes/polling/mempools/binox.inc.php
new file: includes/polling/os/binos.inc.php
renamed: includes/polling/os/batm.inc.php -> includes/polling/os/binox.inc.php
2016-07-03 17:42:08 -05:00
walrus
ac2f4ff158
updated os name
2016-07-03 17:13:23 -05:00
walrus
d4e8837053
Changes to be committed:
...
modified: includes/definitions.inc.php
modified: includes/discovery/os/metronid.inc.php
modified: includes/discovery/processors/metronid.inc.php
modified: includes/discovery/sensors/temperatures/metronid.inc.php
renamed: includes/polling/os/accedian.inc.php -> includes/polling/os/aen.inc.php
2016-07-03 16:22:09 -05:00
Neil Lathwood and GitHub
194c0c4d43
Merge pull request #3768 from thecityofguanyu/thecityofguanyu/add-calix-processor-discovery
...
Add Calix processor discovery module
2016-07-03 19:54:43 +01:00
laf
9a23be41c1
Added additional default alert rule
2016-07-03 19:47:12 +01:00
laf
ea9e107700
Forcing scrut run
2016-07-03 19:46:10 +01:00
Neil Lathwood and GitHub
451c228b73
Merge pull request #3721 from mogensen/feature/Adding-APs-To-Cisco-WLC
...
Feature/adding APs to cisco wlc
2016-07-03 19:44:14 +01:00
laf
07dc5ffaed
Removed additional ;
2016-07-03 19:42:27 +01:00
laf
d9e9b692be
Removed need to chown index
2016-07-03 19:37:28 +01:00
laf
def10bbe7c
Merge branch 'master' of https://github.com/librenms/librenms into docs-ubuntu1604
2016-07-03 19:36:24 +01:00
Neil Lathwood and GitHub
a2d932e430
Merge pull request #3769 from laf/changelog
...
Updated changelog for June
201607
2016-07-03 18:30:26 +01:00
laf
87d9902cac
Updated changelog for June
2016-07-03 18:29:14 +01:00
Frederik Mogensen
c19080d0f6
Passing a reference to array_pop
2016-07-02 20:49:59 +02:00
walrus
1737190c53
added calix processor discovery module
2016-07-02 12:58:51 -05:00
walrus
c0be0f4cc2
added files to adtran os branch
2016-07-02 12:56:01 -05:00
walrus
6236657126
add files to telco-systems branch
2016-07-02 12:54:09 -05:00
walrus
14679609f1
Add Accedian MetroNID OS Support
...
Committer: <[email protected] >
On branch thecityofguanyu/add-accedian-os
Changes to be committed:
new file: html/images/os/accedian.png
modified: includes/definitions.inc.php
new file: includes/discovery/os/metronid.inc.php
new file: includes/discovery/processors/metronid.inc.php
new file: includes/discovery/sensors/temperatures/metronid.inc.php
new file: includes/polling/os/accedian.inc.php
new file: mibs/ACCEDIAN-SMI.mib
new file: mibs/ACD-ALARM-MIB.mib
new file: mibs/ACD-CFM-MIB.mib
new file: mibs/ACD-DESC-MIB.mib
new file: mibs/ACD-DISCOVERY-MIB.mib
new file: mibs/ACD-FILTER-MIB.mib
new file: mibs/ACD-PAA-MIB.mib
new file: mibs/ACD-POLICY-MIB.mib
new file: mibs/ACD-PORT-MIB.mib
new file: mibs/ACD-REGULATOR-MIB.mib
new file: mibs/ACD-SA-MIB.mib
new file: mibs/ACD-SFP-MIB.mib
new file: mibs/ACD-SHAPER-MIB.mib
new file: mibs/ACD-SMAP-MIB.mib
new file: mibs/ACD-TID-MIB.mib
2016-07-02 11:45:36 -05:00