Hi all,

It would be nice if you could have a directory for your custom
plugins.  We check-in our nagios plugins to subversion and have
various scripts to manage distribution to the agents, but having to do
so with symlinks in opsview seems much less graceful.  I've been able
to do this fairly trivially in the populate_db.pl script by just
adding:

    my @custom_plugins = <custom/check_*>;
    push @plugins, @custom_plugins;

to the populate_plugins sub before the foreach runs, but obviously
this is less nice then having this in the product itself, as well as
the fact that I've hardcoded the directory location.  The addition of
the 'custom' word should prevent namespace collision on the plugins,
though, which is nice.  Anyway, please let me know if you all think
this is a bad idea in general other then the obvious upgrade
breaking-ness of this.

Thanks,
Andrew
_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users

Reply via email to