Title: [opsview] [10706] Added 'negate' and 'urlize' to list of available servicecheck plugins
Revision
10706
Author
dferguson
Date
2012-11-01 10:21:56 +0000 (Thu, 01 Nov 2012)

Log Message

Added 'negate' and 'urlize' to list of available servicecheck plugins

Modified Paths

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2012-11-01 09:58:22 UTC (rev 10705)
+++ trunk/CHANGES	2012-11-01 10:21:56 UTC (rev 10706)
@@ -8,6 +8,7 @@
     /rest/runtime/network?fromhostname=host now returns list back roughly based on depth of host
     Search box in the main interface now also searches host descriptions
     Amend keyword references from 'keyword_N' to 'kN_<KEYWORD>' within the configuration files
+    Added 'negate' and 'urlize' to list of available servicecheck plugins
     NOTICES:
     Updated primary keys for nagios_hostchecks and snmptrapexceptions to BIGINT
       - those tables will be truncated on upgrade

Modified: trunk/opsview-core/bin/populate_db.pl
===================================================================
--- trunk/opsview-core/bin/populate_db.pl	2012-11-01 09:58:22 UTC (rev 10705)
+++ trunk/opsview-core/bin/populate_db.pl	2012-11-01 10:21:56 UTC (rev 10706)
@@ -56,7 +56,7 @@
     my %use_help = ( "check_cluster" => 1, );
 
     chdir "/usr/local/nagios/libexec";
-    my @plugins = <check_*>;
+    my @plugins = ( glob("check_*"), "negate", "urlize" );
     foreach my $plugin (@plugins) {
         next if ( $plugin =~ /\.dpkg-tmp/ );
         next if ( $plugin =~ /\.tmp/ );

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to