Tony Murray
eac7838de9
we only need start end... we already have start/end
2020-04-10 12:32:54 -05:00
Tony Murray
6347687d54
Convert existing schedules to UTC
2020-04-10 11:25:21 -05:00
Tony Murray
4d5ebfb561
Alert Rules use Carbon
...
Use carbon for time queries, need to be careful of timezone quirks. Timestamps won't have that issue
2020-04-07 00:02:16 -05:00
Mathieu Poussin
29748fe306
BGP API: Allow to filter by local and remote peer address. ( #11340 )
2020-04-05 17:16:16 +02:00
Martin22
c379fee161
Add support Ray3 ( #11374 )
...
* Add support Ray3
* Create ray3.json
* Fixed copyrights, comments and move MIB file.
Co-authored-by: Tony Murray <murraytony@gmail.com >
2020-04-05 17:13:22 +02:00
Tony Murray
7688426c85
Fix adsl graphs ( #11379 )
...
disable name checking
2020-04-04 07:41:22 -05:00
Tony Murray
f0d68a1ad8
Update PHP dependencies ( #11377 )
...
* Update composer dependencies
Fix PSR-4 violations
* Actually support PHP 7.1 :D
* all trap tests should extend SnmpTrapTestCase
2020-04-03 17:13:18 -05:00
Tony Murray
4335607a8d
fix asterisk test data ( #11378 )
...
* fix test data
oops
* fix order
* one too many
2020-04-03 12:20:41 -05:00
Jellyfrog
19ab723167
Also count reviewer help in changelog ( #11376 )
2020-04-03 11:50:34 -05:00
TFujiwara
49afd24ed6
Patch unix agent ( #11312 )
...
* Fixed unix packages and polling
* Update packages.inc.php
* Update unix.inc.php
* Update packages.inc.php
* Update packages.inc.php
code guidelines
Co-authored-by: SourceDoctor <sourcehhdoctor@gmail.com >
2020-04-03 10:37:08 -05:00
Jellyfrog
0b5fcb58c8
Convert alert modals to blade ( #11373 )
2020-04-03 09:52:42 -05:00
Tony Murray
217969e140
Update php-codesniffer ( #11368 )
...
* PHPCS 3.5+
* Fix newly detected style issues
2020-04-03 08:41:24 -05:00
Tony Murray
1445263290
Fix rrd format issues for asterisk and cipsec-tunnels ( #11375 )
2020-04-03 07:57:37 -05:00
SourceDoctor
83d980515c
Rrdcached Socket Check fix ( #11372 )
...
* Global Settings - Alert Default Settings
* Revert "Global Settings - Alert Default Settings"
This reverts commit a1af62b146
.
* RRDCached Socket Check fix
2020-04-02 20:50:39 -05:00
Tony Murray
7d2a1ae799
Display custom types as in the config file (with ucwords) ( #11367 )
...
* Display custom types as in the config file (with ucwords)
* filter same line
2020-04-02 23:38:38 +02:00
Jellyfrog
69280b3501
Fix dashboard html escaping and javascript redirect ( #11370 )
2020-04-02 23:33:18 +02:00
Hayden
7c770a99d8
Fix 10853 os specific syslocation ( #11082 )
...
* added functionality to set sysLocation override in $os.inc.php files
* php styling fixes
* updated docs for location override in $os.inc.php
* patch poweralert.inc.php to use $location override
* added location override for enexus (Eltek)
* update phpdoc for set_device_location()
* converged location code in core.inc.php to use set_device_location()
* added new snmprec test data for enexus os
* Travis test data
* remove enexus_smartpacks2 test data
* Revert "remove enexus_smartpacks2 test data"
This reverts commit 36c8fc7036
.
* updated enexus_smartpacks2 test data with generic syslocation
* kick travis CI
* kick travis CI
2020-04-02 23:28:12 +02:00
Jozef Rebjak
6d8db3fc82
Update RRDTune.md ( #11369 )
2020-04-02 12:02:36 +02:00
Hayden
e469d15493
check if lat/long exist for each device with link ( #11366 )
2020-04-02 10:49:28 +02:00
Jozef Rebjak
ad58cc6db9
Added Support for AirConsole Servers ( #11302 )
2020-04-01 22:51:36 -05:00
Martin22
df95b771b2
Device: Added IMCO POWER ( #11296 )
...
* New device IMCO POWER
* Add other outputower sensors
* Fix description sensor battery voltage
* Fix num_oid load sensors
* Index added
* Added test data
* Fix svg file
* Change image svg to png
* Fix yaml and change image size
* Fix permission .gitignore file
* Fix permission
* Fix state
2020-04-01 20:22:14 +02:00
Martin22
0b78bb202e
Mikrotik - Updated MIB file and added Wireless Quality ( #11347 )
...
* Updated MIB file and added Wireless Quality
* Update snmprec file
* New snmprec file and restore original routeros.snmprec
* Revert "New snmprec file and restore original routeros.snmprec"
This reverts commit ce3a1fbc048b7b084adf3b07f17b5119b9e60d4f.
* Fix snmprec files
* Create routeros_wifi.json
* Update routeros.json
* rebase, more
Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com >
2020-04-01 20:13:11 +02:00
FingerlessGloves
f34f552c57
OPNsense poller better reporting of Version and Platform ( #11350 )
...
* OPNsense better reporting of Version and Platform
OPNsense can now report exact version and platform, if the settings in OPNsense is ticked "Display Verion in OID".
* OPNsense poller change to better type check
OPNsense poller change to better type check on $OIDVersionString, which returns false if not found but contains string if it is.
* Add missing bracket to if statement
Add missing bracket to if statement on $OIDVersionString
* OPNsense poll add required spaces to function call
OPNsense poller add required spaces to function call, for coding style checks to pass.
* OPNsense test data json files
OPNsense test data json files
2020-04-01 20:12:55 +02:00
Tony Murray
60533e0bf9
Fix shared dashboards missing users ( #11365 )
...
* Fix shared dashboards missing users
* Translation for Deleted User
2020-04-01 11:04:06 -05:00
Tony Murray
3dae7784de
Protect against plugins that leak output ( #11364 )
...
* Protect against plugins that leak output
* comment
2020-04-01 11:03:20 -05:00
SourceDoctor
bbe88c71b5
Device test fix - missing Columns ( #11362 )
...
* test fix
2020-04-01 15:35:06 +02:00
SourceDoctor
7dfb4ef1df
Adding Column ifSpeed_prev, ifHighSpeed_prev to Ports Table ( #11348 )
...
* adding Column ifSpeed_prev, ifHighSpeed_prev to Ports table
* grammar fix
* rename migration class
* tests
* .
* .
2020-04-01 10:50:33 +02:00
SourceDoctor
7b8ca66c67
Get configured Rrdcached Socket from config ( #11351 )
...
* Global Settings - Alert Default Settings
* Revert "Global Settings - Alert Default Settings"
This reverts commit a1af62b146
.
* Get RRDCached Socket from Configuration
* socket check
* misstype fix
* travis fix
* .
2020-03-31 23:16:15 -05:00
Hayden
cdb6a74dc8
implement watchdog to librenms-service ( #11353 )
...
* add watchdog to librenms-service to check log file
add Redis timeout to librenms-service
* updated docs
* fixed logfile_watchdog() indentation in service.py
* indentation fix
* code climate patch
* updated default redis timeout if alerting frequency is 0
2020-03-31 23:10:45 -05:00
Jellyfrog
daf451cef7
Convert overview page to laravel ( #10757 )
...
* Convert overview page to laravel
* Convert more pages
* More fixes
2020-03-31 23:03:02 -05:00
Tony Murray
46c0587caf
Bump version to 1.62
1.62
2020-03-31 20:51:06 -05:00
Tony Murray
37ca98abfa
Changelog for 1.62
2020-03-31 20:51:04 -05:00
SourceDoctor
f7f6c63e86
QueryBuilder Filter alphabetic sorting ( #11358 )
...
* Global Settings - Alert Default Settings
* Revert "Global Settings - Alert Default Settings"
This reverts commit a1af62b146
.
* Sort Querybuilder Filter alphabetic
2020-03-31 04:30:51 +02:00
ospfbgp
d4aa45039c
Add support for VOSS switches VSP-7400-48Y-8C and VSP-4900-48P ( #11360 )
...
* Update voss.yaml
* Update xos.yaml
2020-03-30 19:40:57 +02:00
Kevin Zink
b03c3bb996
Changed USV bypass state from alert to warning ( #11356 )
...
* Changed USV bypass state from alert to warning
* add /opt/librenms/tests/data/dell-ups_tower1000w.json
* add deltaups.json
* orvaldi-ups
* add generex-ups.json
* include two more generex-ups variants
* add eaton-mgeups_5px.json
* add tree more
* add istars.json
* restart hanging CI
2020-03-30 11:37:08 +02:00
Kevin Zink
ae4dae533f
Cisco-Remote-Access-Monitor ( #11355 )
...
* Cisco-Remote-Access-Monitor
* add asa
2020-03-29 14:32:52 +02:00
Urth
8145e1c580
Fix bills api percentage calculation with cdr/quota of zero ( #11352 )
...
PHP allows division by zero but the api will fail when trying to encode
the response to json as reported at
https://github.com/librenms/librenms/pull/11295#issuecomment-604290389
2020-03-27 00:18:17 +01:00
Tony Murray
16f02f8b3b
Fix issue when field name is longer than allowed ( #11349 )
...
by rrdtool
2020-03-25 14:46:00 -05:00
jp-asdf
cfd6c41933
Add Citrix MAS-MIB-SMIV2-MIB ( #11342 )
...
* Create MAS-MIB-SMIV2-MIB
This is the SNMP v2 MIB Object Definitions for a Citrix ADM
* Copy/Paste error
Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com >
2020-03-25 15:57:28 +01:00
Tony Murray
a59ab553be
Don't show deleted ports in device overview ( #11344 )
2020-03-25 15:10:14 +01:00
chrisocalypse
906c337cb7
Added support for Cisco Firepower FTD 4140 ( #11345 )
2020-03-25 14:19:13 +01:00
Richard Kojedzinszky
676a120510
Database: add primary key to device_graphs ( #11331 )
...
* Database: add primary key to device_graphs
Percona Xtradb refused to INSERT IGNORE into a table
without a primary key.
* Update 2020_03_24_0844_add_primary_key_to_device_graphs.php
* Update db_schema.yaml
Co-authored-by: Tony Murray <murraytony@gmail.com >
2020-03-24 12:07:10 -05:00
cjwbath
a70313f3ee
Sonus became Ribbon Communications - update logos ( #11339 )
...
* Sonus became Ribbon Communications - update logos
* minify
* Update ribbon.svg
* Create ribbon.svg
Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com >
Co-authored-by: Tony Murray <murraytony@gmail.com >
2020-03-24 11:00:33 -05:00
SourceDoctor
d3bc503cf6
Global Settings - force_ip_to_sysname, force_hostname_to_sysname ( #11335 )
...
* Global Settings - force_ip_to_sysname, force_hostname_to_sysname
* add manifest.json
* Update mix-manifest.json
Co-authored-by: Tony Murray <murraytony@gmail.com >
2020-03-24 16:02:48 +01:00
Wheel
3e0e359f5b
Ubiquiti Edgepower OS definition ( #11315 )
...
* Initial adding Ubiquiti EdgePower sensors
* Initial adding Ubiquiti EdgePower sensors
* Create airos-ep OS
* Added sensors
* Travis
* Added test / snmprec data
* Codeclimate
* minors
* Update ubnt.inc.php
* Update UBNT-EdgeMAX-MIB
* Update ubnt.inc.php
* Change Airos to EdgeOS
* Add forgotten files
* Test data
* Change os yaml
* Travis
* Update edgeos-ep.inc.php
* Create edgeos-ep.json
* Update edgeos-ep.yaml
* Update ubnt.inc.php
* Update airos.yaml
* Battery and PSU quantity not beeing displayed
* Rerun OS tests to generate json file
* Add high low temp values recommended by factory
* Add high low temp values recommended by factory
* Travis
Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com >
Co-authored-by: Tony Murray <murraytony@gmail.com >
2020-03-24 09:13:04 -05:00
lucadefazio
1f37a07c36
Added cisco firepower threat defense 1120 ( #11336 )
...
added cisco firepower threat defense 1120
2020-03-24 12:53:24 +01:00
fusedsynapse
68f957e0bc
Fix invalid paths introduced in librenms/librenms#9883 ( #11337 )
2020-03-24 12:48:18 +01:00
Tony Murray
e323074416
Top Interfaces, exclude invalid ports ( #11338 )
2020-03-24 12:36:19 +01:00
SourceDoctor
8263046c00
Builder View Fix for Collection Selector ( #11290 )
...
* Builder View Fix for Collection Selector
* change rule, to set priority on builder rule like in backend code
* builder key existance verification
* Update alert_rule_collection.inc.php
Co-authored-by: Tony Murray <murraytony@gmail.com >
2020-03-24 12:11:12 +01:00
SourceDoctor
40062e0e08
Widget - show selected DeviceGroup in Title ( #11299 )
...
* Widget Top - show selected DeviceGroup in Title
* now for all Widgets
* change if statement
2020-03-23 19:23:04 -05:00