Commit Graph

82 Commits

Author SHA1 Message Date
Riccardo Bicelli
8f15f006f4 Trying to fix Issue #76 2021-07-08 21:54:33 +02:00
Riccardo Bicelli
2e3873a265 Fixed Issue #79 2021-07-08 21:39:18 +02:00
Riccardo Bicelli
bb50993763 Fixed issue #78 2021-07-08 17:00:59 +02:00
Riccardo Bicelli
8e340822e1 Fixed IPsec con_id 2021-07-07 23:04:45 +02:00
Riccardo Bicelli
5546a6c2b9 Fixed Speedtest Logic 2021-07-07 10:20:09 +02:00
Riccardo Bicelli
f1d7ca8e5d Fixed Speedtest Logic 2021-07-07 10:05:25 +02:00
Riccardo Bicelli
5a36f380fd Fixed Speedtest logic 2021-07-07 09:54:57 +02:00
Riccardo Bicelli
2ed9d5791f typos 2021-07-06 23:32:43 +02:00
Riccardo Bicelli
9bd55db4be Improved Speedtest. 2021-07-06 23:03:29 +02:00
Riccardo Bicelli
9adb054faa Fixed IPSEC issues.
I almost blindly merged some PRs which supposed to solve problems, but broke things in IPSEC status reporting.
Fixed value mappings (lower cased).
Fixed conn ID numbering (in 2.4 IPSEC con id are enumerated con1000, con2000... and in 2.5 con100000, con200000)
2021-07-05 22:51:55 +02:00
Riccardo Bicelli
e639c05c5e Typos 2021-07-05 19:31:48 +02:00
Riccardo Bicelli
e3bddbd56b Typos 2021-07-05 17:58:34 +02:00
Riccardo Bicelli
ebc9ae34fa Preliminary tests of Speedtest 2021-07-05 17:56:27 +02:00
Riccardo Bicelli
d784c1f08a Merge branch 'master' into develop 2021-07-05 14:36:15 +02:00
Riccardo Bicelli
11784220d9 Fixed issues #72 and #76 2021-07-04 21:20:43 +02:00
Riccardo Bicelli
d18056cf8a Fixed value mapper 2021-07-01 22:45:27 +02:00
Riccardo
6da03511b3
Merge pull request #74 from Relkci/master
Agent (Type 0) to Active Agent (Type 7)
2021-06-25 10:06:47 +02:00
Kent Ickler
bb2c2cbe4a
Agent (Type 0) to Active Agent (Type 7)
corrected Agent (type 0) to Agent Active (Type 7) On Service Discovery Item Prototypes
2021-06-25 01:38:47 -06:00
Riccardo
ea42900618
Merge pull request #71 from f87/master
OpenVPN Server TLS
2021-06-11 15:20:36 +02:00
f87
ba0281f08e Update pfsense_zbx.php
Не выполнялся поиск пользователе на серверах с TLS-Аутентификацией
2021-06-11 10:20:13 +03:00
Riccardo
8a1eb3830a
Merge pull request #69 from danjeman/master
Update pfsense_zbx.php
2021-03-19 14:17:19 +01:00
Dan Edwards
57324cf3a3
Update pfsense_zbx.php
Report correct Phase 1 status on non Carp enabled devices
2021-03-19 10:35:02 +00:00
Riccardo Bicelli
0f279ff310 Added DHCP Failover Monitoring, Renamed CARP section to HA 2021-01-23 16:54:32 +01:00
Riccardo Bicelli
7c9c5e66e5 Added checks in value maps for recent php versions, fixed p2p_tls service detection (Issue #36) 2021-01-20 15:07:57 +01:00
Riccardo Bicelli
3d6af95111 Fixed pfz_valuemap function 2021-01-18 23:12:46 +01:00
Riccardo Bicelli
3268a4445b Fixed gateway Status, Removed IPsec Phase2 Status (reqid mismatch) 2021-01-18 22:31:47 +01:00
Riccardo Bicelli
71aa881412 Added Radvd to list of service stopped on CARP Secondary 2021-01-18 17:29:21 +01:00
Riccardo Bicelli
9aa1b6c0d2 Corrected issue #58 2021-01-18 16:58:38 +01:00
Riccardo Bicelli
af39fd39ed Added IPsec Template, Detecting Package Update 2021-01-18 16:04:27 +01:00
Riccardo
ce52973dc5
Merge pull request #55 from xenadmin/patch-1
{$EXPECTED_CARP_STATUS} should be a user macro and not a LLD macro
2020-12-03 15:39:17 +01:00
Marco Hofmann
f4c5f4c151
Update README.md
{$EXPECTED_CARP_STATUS} should be a user macro and not a LLD macro
2020-12-03 15:10:41 +01:00
Riccardo Bicelli
a38c08bb1a Corrected issue #49 2020-09-28 13:30:41 +02:00
Riccardo Bicelli
a31687e2cb Fixed Trigger on gateways 2020-07-27 20:36:33 +02:00
Riccardo Bicelli
c557ceb30b Re-uploaded correct pfSense template 2020-07-12 22:17:23 +02:00
Riccardo Bicelli
e8da73b126 Replaced OpenVPN Template 2020-07-12 08:41:39 +02:00
Riccardo Bicelli
e6569ecf97 Setting up correct trend for OpenVPN clients 2020-07-11 18:26:35 +02:00
Riccardo Bicelli
99b054e243 Removed preprocessing on Gateways, added default for numeric values in openvpn_server_uservalue 2020-07-11 14:32:20 +02:00
Riccardo
2415ae4b42
Merge pull request #30 from yellowspace/master
rewritten pfz_interface_discovery a bit.
2020-06-29 11:01:59 +02:00
Lorenzo Perone
c912044d80 rewritten pfz_interface_discovery a bit:
- added (default) option to skip unconfigured interfaces
- added (default) option to skip disabled interfaces
- added interfaces_all case to always return them all (as before)
- added a key IFNAMEJ for use in cases where jsonpath is needed (and dots are disturbing)
- removed manual json encoding and replaced with json_encode()
2020-06-26 19:40:03 +02:00
Riccardo Bicelli
e1a7179b45 Fixed issues on openvpn service detection 2020-05-13 10:39:21 +02:00
Riccardo
3758e762c1
Merge pull request #22 from hidraulicChicken/master
Client status map key correction
2020-04-28 10:33:43 +02:00
Gergely Bakos
59e1a311fb Client status map key correction 2020-04-28 10:24:33 +02:00
Riccardo Bicelli
d45c3276c8 Value MApping Corrections 2020-04-28 09:25:17 +02:00
Riccardo Bicelli
5f8f138e66 Corrected Value Mapping For Tunnel Status in OpenVPN User/Auth 2020-04-28 09:00:29 +02:00
Riccardo Bicelli
d9b8e71f8f Corrected Value Mapping For Tunnel Status in OpenVPN User/Auth 2020-04-28 08:54:56 +02:00
Riccardo Bicelli
59719ee355 Fixed typos in php file 2020-04-28 00:17:48 +02:00
Riccardo Bicelli
a8dbe609c3 Added OpenVPN Client Monitoring 2020-04-28 00:12:32 +02:00
Riccardo Bicelli
000d3c1c5a Last commit of php file with working functions 2020-04-27 23:18:19 +02:00
Riccardo Bicelli
df20e3b1a8 Second test 2020-04-27 23:03:31 +02:00
Riccardo Bicelli
be04e6351d Tests with openvpn server users 2020-04-27 22:44:10 +02:00