12721 Commits

Author SHA1 Message Date
a83e126b40 refactor: Remove inappropriate usages of truncate() (#5028)
Where truncate() is used as substr(), replace with substr()
2016-11-20 11:12:25 +00:00
e469aa97b0 fix: Always send 10 data points for netstats-tcp (#5020) 2016-11-19 15:03:37 +00:00
9fb02bbcd3 feature: Add Microsoft Teams Alert Transport (#5023) 2016-11-19 14:49:18 +00:00
120a0052dd fix: Used correct variable for displaying total email count in alert capture (#5022) 2016-11-19 16:02:51 +02:00
597a619417 fix: Cisco ASA Sensor Discovery, use correct variable (#5021) 2016-11-19 13:42:49 +00:00
c840f990cb refactor: Watchguard Fireware cleanup (#5015) 2016-11-18 23:46:30 +00:00
d389069e2e refactor: Tidy up mibs V-Z (#4979) 2016-11-17 15:43:31 -06:00
c46de37197 newdevice: basic support for Ceragon devices 2016-11-17 06:40:46 +00:00
335e099c00 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2016-11-17 00:20:51 +01:00
528d458cc5 Fix conflicts on AUTHORS.md and update snmp tests 2016-11-16 12:46:04 +01:00
e3dadb6e51 Correct snmprec file name and contents 2016-11-16 12:44:46 +01:00
2ca03fa854 Missing newline on snmprec file 2016-11-16 12:44:45 +01:00
47e3ec3d09 Add OS tests and use sysObjectId for device recognition 2016-11-16 12:44:45 +01:00
84f2bb6172 Remove duplicate MIB reference and move snmp_walk to snmp_get 2016-11-16 12:44:45 +01:00
151db11f31 Rename Ceragon to CeraOS and add version and serial detection 2016-11-16 12:44:36 +01:00
ea7ffd5675 Fix conflicting space 2016-11-16 12:43:52 +01:00
2800f14c18 Rebase 2016-11-16 12:43:02 +01:00
618c52c863 Rebase 2016-11-16 12:39:38 +01:00
42d8d2172b Correct snmprec file name and contents 2016-11-16 12:38:40 +01:00
1f171c566c Missing newline on snmprec file 2016-11-16 12:38:40 +01:00
3b4377b7ae Add OS tests and use sysObjectId for device recognition 2016-11-16 12:38:40 +01:00
2f7244a852 Remove duplicate MIB reference and move snmp_walk to snmp_get 2016-11-16 12:38:39 +01:00
5e30d26c96 Rename Ceragon to CeraOS and add version and serial detection 2016-11-16 12:38:39 +01:00
230ed8466c Fix conflicting space 2016-11-16 12:38:39 +01:00
668872c3c1 Add MIB files 2016-11-16 12:38:38 +01:00
63511ffd8d Add basic support for Ceragon devices 2016-11-16 12:38:38 +01:00
b4693e559e refactor: limit perf array index length to 19 characters due to limitation in ds-name rrdtool (#4731) 2016-11-16 07:24:56 +00:00
1acd938fc1 fix: Stop service modal form disabling services for read-only admin (#4994) 2016-11-15 22:11:47 -06:00
7061acf508 fix: dbUpdate calls now check if it is 0 or above (#4996) 2016-11-15 22:06:46 -06:00
25d67c6d79 fix: links on devices graphs page to take users straight to specific graph page (#5001)
* fix: Correct links to devices graphs #4928

* remove commented out link
2016-11-15 21:32:43 -06:00
807ca16fad added missing poweralert snmpsim file (#5002) 2016-11-15 21:38:04 +00:00
66dd46b04b fix: Fixed poweralert discovery, check is now case insensitive (#5000) 2016-11-15 22:52:35 +02:00
e934e306fc feature: Added formatted uptime value for alert templates #4983
feature: Added formatted uptime value for alert templates #4983
2016-11-15 22:11:12 +02:00
a0fec9e574 refactor: Improve Cisco ASA Polling Performance (#4999) 2016-11-15 19:57:47 +00:00
5f8e5e7d3a Added check for local timezone = php timezone (#4965) 2016-11-15 07:18:07 +00:00
e409178a08 fix: daily.sh log_dir failed when install_dir and log_dir were not set (#4992) 2016-11-15 06:50:39 +00:00
085e7537d8 fix: Merge pull request #4939 from laf/issue-4937
* fix: If all dashboards are deleted, create a default #4937

* Remove debug statement
2016-11-14 21:54:12 -06:00
ba3cdd9e05 newdevice: Added support for Dell PowerConnect 6024 (#4987) 2016-11-14 20:45:36 -06:00
a0e33786fa fix: daily.sh log_dir failed when install_dir and log_dir were not set 2016-11-14 16:03:51 -06:00
6d5220ed38 doc: Added FAQ on why EdgeRouters might not be detected (#4985) 2016-11-14 22:06:13 +02:00
5b3283d572 newdevice: Added support for Dell PowerConnect 6024 2016-11-14 08:28:55 +00:00
1834553f92 doc: Added FAQ on why EdgeRouters might not be detected 2016-11-14 07:52:43 +00:00
8841eece94 feature: Adds support for enabling / disabling modules per OS (#4963)
* fixes #4946
first try, should be checked first
only discovery first

* add OS modules status indication

* add debug output
add os poller module support

* fix some whitespaces

* fix missing semicolon

* fix some whitespaces

* Modify the modules page

It now shows unset for unset device settings.
Also, `$os_module_status = $config['os'][$device['os']]['poller_modules'][$module];` doesn't work like you would expect. Fix that behavior.

* Fix mangled tabs

* optimize debug output
add docs

* text highlighting

* Streamline docs #1
* Update docs
* Spell out Global, OS, Device.
2016-11-13 13:46:05 -06:00
CZ
dd640af530 Update AUTHORS.md (#4980)
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-11-13 10:26:16 +00:00
0955d0271e webui: Allow admin users to modify hostnames in web UI #3445 2016-11-13 00:19:22 +00:00
79d3daabf2 newdevice: Add PBN-CP devices. 2016-11-13 00:13:12 +00:00
8a59adfba5 fix: remove service type from uniform display (#4974) 2016-11-11 07:32:04 +00:00
768158062f refactor: daily.sh updated (#4920) 2016-11-11 07:14:57 +00:00
cc01969b06 refactor: Default to only using mysqli (#4915)
* refactor: Default to only using mysqli

* Remove includes/dbFacile.mysql.php

* updated mres() function to remove $config global
2016-11-10 19:40:53 -06:00
55f0d441e6 feature: Add PoE support for CiscoSB #1746 (#4843)
* feature: Add PoE support for CiscoSB #1746

* style fix

* Update description

* Undo a little

Not sure about the Port prefix as this uses ifDescr and I don't have that on my test data, so I just the ifIndex...
2016-11-10 19:38:31 -06:00