Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exporter to provide count number of connections for each security association #32

Open
breitling200 opened this issue Mar 24, 2021 · 0 comments

Comments

@breitling200
Copy link

Depending on how you configure your IPSEC server, you can have multiple security associations that allow multiple number of connections per security association. You access this data on the command line by typing "ipsec status" or "ipsec statusall" on most major linux platforms such as Ubuntu LTS or CentOS. When you type in that command you will get the output similar to below. The exporter would return the number of "up" security associations that can be queried by prometheus.

Example1:
Security Associations (1 up, 0 connecting):

Example 2:
Security Associations (35 up, 0 connecting):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant