L<collectd-python(5)>) for details.
By default, this is disabled. As a special exception, if the plugin name is
-either C<perl> or C<python>, the default is changed to enabled in order to keep
-the average user from ever having to deal with this low level linking stuff.
+either C<dotnet>, C<perl> or C<python>, the default is changed to enabled in
+order to keep the average user from ever having to deal with this low level
+linking stuff.
=back
* So in order to save everyone's sanity use a different default for a
* handful of special plugins. --octo
*/
- if ((strcasecmp ("Perl", name) == 0)
+ if ((strcasecmp ("DotNet", name) == 0)
+ || (strcasecmp ("Perl", name) == 0)
|| (strcasecmp ("Python", name) == 0))
flags |= PLUGIN_FLAGS_GLOBAL;