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 "
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 "
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, "
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 "
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 "