Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tbadm
fortigate_exporter
vpn_ipsec.go.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vpn_ipsec.go.patch of Package fortigate_exporter
diff --git a/pkg/probe/vpn_ipsec.go b/pkg/probe/vpn_ipsec.go index 6f2f711..989c773 100644 --- a/pkg/probe/vpn_ipsec.go +++ b/pkg/probe/vpn_ipsec.go @@ -52,13 +52,6 @@ func probeVPNIPSec(c http.FortiHTTP, meta *TargetMetadata) ([]prometheus.Metric, m := []prometheus.Metric{} for _, v := range res { for _, i := range v.Results { - /* - type 'dialup' seems to be client vpn. - Not sure exactly what the difference is between probeVPNSsl - */ - if i.Type == "dialup" { - continue - } for _, t := range i.ProxyID { s := 0.0 if t.Status == "up" {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor