[2/3] collectd.conf: Fixes bug13832 - include openvpn plugin line commented out by default

Message ID 20250317195123.2092-2-adolf.belka@ipfire.org
State New
Headers
Series [1/3] collectd: Fixes bug13832 - uncomments include openvpn plugin only if openvpn is running |

Commit Message

Adolf Belka March 17, 2025, 7:51 p.m. UTC
  - The include openvpn plugin line in collectd.conf is changed to be commented out by
   default.
- When booting if the openvpn server is running then the collectd initscript will
   uncomment the include openvpn plugin line.

Fixes: bug13832
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/collectd/collectd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf
index 020604e74..16f7dae09 100644
--- a/config/collectd/collectd.conf
+++ b/config/collectd/collectd.conf
@@ -83,5 +83,5 @@  include "/etc/collectd.precache"
 </Plugin>
 
 #include "/etc/collectd.thermal"
-include "/etc/collectd.vpn"
+#include "/etc/collectd.vpn"
 include "/etc/collectd.d/*"