libreswan.conf 835 B

1234567891011121314151617181920212223242526272829
  1. # no need for shebang - this file is loaded from charts.d.plugin
  2. # netdata
  3. # real-time performance and health monitoring, done right!
  4. # (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
  5. # GPL v3+
  6. #
  7. # the data collection frequency
  8. # if unset, will inherit the netdata update frequency
  9. #libreswan_update_every=1
  10. # the charts priority on the dashboard
  11. #libreswan_priority=90000
  12. # the number of retries to do in case of failure
  13. # before disabling the module
  14. #libreswan_retries=10
  15. # set to 1, to run ipsec with sudo (the default)
  16. # set to 0, to run ipsec without sudo
  17. #libreswan_sudo=1
  18. # TO ALLOW NETDATA RUN ipsec AS ROOT
  19. # CREATE THE FILE: /etc/sudoers.d/netdata
  20. # WITH THESE 2 LINES (uncommented of course):
  21. #
  22. # netdata ALL = (root) NOPASSWD: /sbin/ipsec whack --status
  23. # netdata ALL = (root) NOPASSWD: /sbin/ipsec whack --trafficstatus