summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4486279)
raw | patch | inline | side by side (parent: 4486279)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Wed, 10 Aug 2016 16:12:10 +0000 (18:12 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Wed, 10 Aug 2016 16:12:10 +0000 (18:12 +0200) |
src/ceph.c | patch | blob | history | |
src/dns.c | patch | blob | history | |
src/exec.c | patch | blob | history | |
src/iptables.c | patch | blob | history | |
src/ping.c | patch | blob | history |
diff --git a/src/ceph.c b/src/ceph.c
index 8cda764fc6f41d3a28d41192bab2281d8f3b9da8..5248a1ac55f48e5409a8a001686a04d09875d5f2 100644 (file)
--- a/src/ceph.c
+++ b/src/ceph.c
WARNING ("ceph plugin: Running collectd as root, but the "
"CAP_DAC_OVERRIDE capability is missing. The plugin's read "
"function will probably fail. Is your init system dropping "
- "capabilities ?");
+ "capabilities?");
else
WARNING ("ceph plugin: collectd doesn't have the CAP_DAC_OVERRIDE "
"capability. If you don't want to run collectd as root, try running "
diff --git a/src/dns.c b/src/dns.c
index 53128396232b848c34645010dcbc64d36eac1281..a2a4667a119587f2e56b48e894b58d48d7296f96 100644 (file)
--- a/src/dns.c
+++ b/src/dns.c
if (getuid () == 0)
WARNING ("dns plugin: Running collectd as root, but the CAP_NET_RAW "
"capability is missing. The plugin's read function will probably "
- "fail. Is your init system dropping capabilities ?");
+ "fail. Is your init system dropping capabilities?");
else
WARNING ("dns plugin: collectd doesn't have the CAP_NET_RAW capability. "
"If you don't want to run collectd as root, try running \"setcap "
diff --git a/src/exec.c b/src/exec.c
index 1a14293eb7fafdb0c7aa099284bfc5b675d2792c..dfd4b05f59a95fc5409ab8b6a86aaba00b49df59 100644 (file)
--- a/src/exec.c
+++ b/src/exec.c
if (getuid () == 0)
WARNING ("exec plugin: Running collectd as root, but the CAP_SETUID "
"or CAP_SETGID capabilities are missing. The plugin's read function "
- "will probably fail. Is your init system dropping capabilities ?");
+ "will probably fail. Is your init system dropping capabilities?");
else
WARNING ("exec plugin: collectd doesn't have the CAP_SETUID or "
"CAP_SETGID capabilities. If you don't want to run collectd as root, "
diff --git a/src/iptables.c b/src/iptables.c
index c0854b3f38148f62837699b2289f75e2a22e743a..35c93f4e1c1939d796a4df518b06554b31388d6c 100644 (file)
--- a/src/iptables.c
+++ b/src/iptables.c
WARNING ("iptables plugin: Running collectd as root, but the "
"CAP_NET_ADMIN capability is missing. The plugin's read "
"function will probably fail. Is your init system dropping "
- "capabilities ?");
+ "capabilities?");
else
WARNING ("iptables plugin: collectd doesn't have the CAP_NET_ADMIN "
"capability. If you don't want to run collectd as root, try "
diff --git a/src/ping.c b/src/ping.c
index 7b28ed37d0c409733b22df09a51e587149f4068d..52db2c718f593db6d9b9e512266856df5eb7c047 100644 (file)
--- a/src/ping.c
+++ b/src/ping.c
if (getuid () == 0)
WARNING ("ping plugin: Running collectd as root, but the CAP_NET_RAW "
"capability is missing. The plugin's read function will probably "
- "fail. Is your init system dropping capabilities ?");
+ "fail. Is your init system dropping capabilities?");
else
WARNING ("ping plugin: collectd doesn't have the CAP_NET_RAW capability. "
"If you don't want to run collectd as root, try running \"setcap "