cde3e1d8a0
Added support for os SNR ( #10704 )
...
* Support new os SNR
mib file
* snr logo
* snr includes_definitions
* includes_definitions_discovery
* snr includes_discovery_mempools
* includes_polling_mempools
* includes_polling_os
* update snr.yaml
* snr.snmprec
* Create snr.json
* Update snr.snmprec
* Update snr.json
* Update snr.yaml
2019-12-18 22:59:42 +01:00
a4c3062aad
Categorize Cisco WLC as wireless, like the other controller-based wireless platforms ( #10953 )
...
* Categorise Cisco WLC as wireless, like all the other controller-based wireless platforms.
* RSS notification for Cisco WLC change of classification
* Update notifications.rss
2019-12-18 11:59:26 +01:00
03d91e54c1
Clarify Configuration.md ( #10960 )
...
* Clarify Configuration.md
Add a note saying that `community` is is used for auto discovery.
2019-12-18 11:44:33 +01:00
e047a9ad56
SNMP-Configuration-Examples.md: RouterOS 6.x ( #10961 )
...
Add notes
2019-12-18 11:40:24 +01:00
b24bf02c2a
Move alert state color definition to config ( #10958 )
2019-12-18 11:08:32 +01:00
c9ae2891dd
Rewrite Microsemi Midspan Power Sensors with mib ( #10959 )
...
* rewrite with mib
* tests
2019-12-18 09:59:34 +01:00
f835198a45
Globalize getColorForState function ( #10944 )
...
* globalize getColorForState function
2019-12-17 22:27:08 +01:00
ae7eee438f
Adds API to fetch all inventory items for a given device ( #10885 )
...
Adds API to fetch all inventory items for a given device
2019-12-17 13:49:13 +01:00
acfc2e7c81
Added Huawei UPS2000 support ( #10831 )
...
* UPS2000
* tests
* over
* filter on sysDescr
2019-12-17 09:08:12 +01:00
535469de59
Update Oxidized.md ( #10864 )
...
* Update Oxidized.md
Hello,
I think this could be really useful, i searched for a long time before finding that command would work in a bare repo.
It allow to remove deleted devices that we don't have anymore.
* Update Oxidized.md
2019-12-17 00:11:06 +01:00
7d9770c9ff
Add severity filter to webui alert history ( #10918 )
...
* Add severity filter to webui alert history
* Selected options displayed by default
* Fix selected critical
* fix upper
* Fix CI
* fix code climate
2019-12-16 23:58:54 +01:00
9ca6b4c0b8
Cisco Viptela basic support ( #10947 )
...
* viptela
* reindent
2019-12-16 23:51:42 +01:00
24546f0afe
Remove forcing of database ( #10948 )
2019-12-16 23:37:18 +01:00
e98dd35a9b
Protocol filter for Routing Table View ( #10933 )
...
* Protocol filter for Routing Table View
* change protocol selector to listbox
* fix for issue with orWhere in RouteTablesController search
* renaming function updateTable()
2019-12-15 22:50:28 +01:00
5bf56db50a
Stop looping after the file is found, otherwise $config might contain another path then the one where te file is found. This causes problems when $config is used as working directory for fetching changes in git. ( #10942 )
...
Also, this is a small performance improvement.
2019-12-14 14:03:58 -06:00
b2137787fb
Fixed macro tests ( #10939 )
2019-12-14 02:24:53 +01:00
20bcbfd591
Port usage perc CI/CD fix ( #10935 )
2019-12-13 17:23:30 +01:00
c2603e789f
More appropriate state colours for MS Teams alerts ( #10911 )
...
* More appropriate state colours for MS Teams alerts
* Split colour lookup to new function to keep Code Climate happy
* Remove bits of whitespace
2019-12-13 16:51:34 +01:00
37d6a86c56
Added support for additional Edge-Core ECS devices ( #10924 )
...
* Update edgecos.yaml
* Create edgecos_2100-28p.snmprec
* Create edgecos_2100-28p.json
2019-12-12 23:41:36 +01:00
d22558157d
Fixed raisecom fan speed sensor limits ( #10930 )
...
* fix sensor limits
* add test data
2019-12-12 20:54:30 +01:00
9734434de3
fix port_usage_perc macro matches in but not out ( #10932 )
...
* port_usage_perc macros matches in or out
* update doc
2019-12-12 20:51:37 +01:00
b2d90dc8fa
Fixed icon for bgp search ( #10931 )
2019-12-11 17:58:58 +01:00
a0367c4186
Fix Capture Debug page timeout ( #10926 )
...
Override symfony 60s execution timeout. Allows the capture page to output discovery and poller process results, if the process lasts longer than 60s.
Similar fix to commit 561e2fb6e2
2019-12-10 21:04:02 +01:00
b460644c23
Updated Spelling ( #10922 )
...
Memecached -> Memcached
2019-12-10 09:03:56 +01:00
0f45d8f3cd
Updated Spelling ( #10921 )
...
Connexion -> Connection
2019-12-10 09:02:58 +01:00
3c5b7007b2
Added detection of Edge-Core ECS4100 ( #10801 )
...
* Added initial detection of ecs4100
* update tests
* added test data
* Update json test data
* Update edgecos.yaml
* Update edgecos_ecs4100-28t.json
* Update edgecos_ecs4100-28t.json
2019-12-10 00:49:41 +01:00
b555edee5e
Remove redundant discovery call ( #10875 )
2019-12-08 22:18:52 +01:00
4232bf2f36
API Call for triggering Device discovery ( #10861 )
2019-12-08 22:17:27 +01:00
f4ec978c08
Typo VDSL2-LINE-MIB ( #10914 )
...
* Update VDSL2-LINE-MIB
Remove typo. These values are part of Xdsl2LineProfiles, so only Xdsl2LineProfiles should be imported.
2019-12-08 22:09:12 +01:00
f5a7782eb7
Add queues to Barracuda Email Security GW ( #10915 )
...
* queue
* typo
2019-12-08 22:08:25 +01:00
96ed161c81
Add ability to fetch oxidized device config via the librenms API ( #10913 )
...
* Add get_oxidized_config api route
* Add "get_oxidized_config" function.
* add get_oxidized_config docs and fix typo in the search_oxidized docs.
2019-12-08 20:04:53 +01:00
096835b67d
Add EdgeSwitch 10XP definition ( #10909 )
...
* Add EdgeSwitch 10XP definition
.1.3.6.1.2.1.1.1.0 = STRING: "RTL8380-8GE-2GEF"
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.27282.3.2.10
* Create edgeswitch_10xp.snmprec
* Create edgeswitch_10xp.json
2019-12-08 16:19:46 +01:00
4474c41969
Removed typo from the documentation ( #10912 )
...
Removed '*' symbol from line 1463 as it's not needed there.
2019-12-07 16:11:04 +01:00
b1e56c77ef
Fix alert icons wrongly defaults to blue info level ( #10906 )
...
* fix bad alert icons
* fix bad alert icons
2019-12-05 15:51:58 +01:00
0f3c6baab3
Corrected devices Unpolled Warning ( #10903 )
...
Currently the Device Unpolled warning is going to the wrong URL "poll-log/filter=unpolled/". "pollers/tab=log/filter=unpolled/" looks to be the appropriate URL now.
2019-12-04 21:58:50 +01:00
f0e49c14e1
add missing documentation parts for Seafile ( #10905 )
2019-12-04 09:41:29 +01:00
16287d8674
Update alert rules with backticks ( #10902 )
...
* add backticks to past_5m macros to parse correctly in GUI
* added missing greater-than to syslog rule
2019-12-03 23:10:17 +01:00
f4fbdfad80
Added iBoot PDU (dataprobe) support ( #10898 )
...
* os-recognition iboot
* tests
* MIB
* skip_values
2019-12-03 20:37:11 +01:00
cd044addc4
Add authentication category ( #10880 )
2019-12-03 17:37:02 +01:00
5ab1bfcd9e
Remove un-necessary check ( #10900 )
2019-12-03 13:08:43 +01:00
f544c32567
Improved ports-fdb discovery sql queries ( #10883 )
...
* Improve ports-fdb discovery sql queries
* fix indentation
2019-12-02 22:45:18 +01:00
85addc5933
Updated regex for IES os ( #10899 )
...
Forgot to update this with the previous PR, this goes along with updated discovery in PR #10897
2019-12-02 22:44:08 +01:00
c2ec8e6422
zyxel IES removed "-" from sysdescr ( #10897 )
2019-12-02 20:13:59 +01:00
175516f5f7
Show Date from last discovery and last poll ( #10876 )
...
* show date from last discovery and last poll
* .
* .
2019-12-02 06:15:12 -06:00
78d017d1ba
Updated Aruba ClearPass appliance detection for new sysObjectId ( #10892 )
...
* Updated Aruba ClearPass appliance detection for new sysObjectId
* Change the correct snmprec test file this time
* Create a new ClearPass variant and leave the original one as it was
* Restore old clearpass match
2019-11-30 18:02:33 +01:00
8c04da9689
Use "format_hostname" for graphs' default title ( #10891 )
2019-11-29 16:20:18 +01:00
823d93efda
On editing device, only show assigned alert rules ( #10787 )
...
* only show alert rules assigned to device
* simplyfing sql query
* changed query to uppercase
* redesign alert rule filter
2019-11-27 11:32:09 +01:00
2a66c6100f
Delete applications when device is deleted ( #10884 )
1.58.1
2019-11-27 00:56:47 +01:00
7ad0735488
Port packet graphs should be pps not B ( #10886 )
2019-11-27 00:56:14 +01:00
ddff6dba6d
Avoid null device error in deviceLink ( #10882 )
2019-11-26 08:14:09 -06:00