dennisstritzke / ipsec_exporter

Prometheus exporter for IPsec metrics.
MIT License
51 stars 39 forks source link

Is this a permission issue? #23

Closed justmy2centx closed 3 years ago

justmy2centx commented 5 years ago

I am getting this error when calling /metrics.


WARN[0093] Unable to retrieve the status of tunnel 'fw1'. Reason: exit status 1  source="status.go:60"
WARN[0093] Unable to retrieve the status of tunnel 'fw2'. Reason: exit status 1  source="status.go:60"
gunhu commented 5 years ago

@justmy2centx Hi,

Yes it is :)

I will open an issue to get it fix (with a PR if possible)

gunhu commented 5 years ago

Here is the relevant associated PR:

https://github.com/dennisstritzke/ipsec_exporter/pull/27

dennisstritzke commented 3 years ago

Merged this change through 6cd3829.

dennisstritzke commented 3 years ago

The change is included in the v0.4.0 release.