email plugin: Added some information about this plugin and it's config options to...
[collectd.git] / src / collectd.h
index 4d75db4..2ce0a15 100644 (file)
 #define MODE_LOCAL  0x04
 #define MODE_LOG    0x08
 
+#ifndef COLLECTD_GRP_NAME
+# define COLLECTD_GRP_NAME "collectd"
+#endif
+
 #ifndef COLLECTD_STEP
 #  define COLLECTD_STEP "10"
 #endif