[Bps-public-commit] RT-Extension-Nagios branch, master, updated. 4779265e35e528ace10fd3300ccfd383592bc6cc

? sunnavy sunnavy at bestpractical.com
Sat Sep 11 03:25:17 EDT 2010


The branch, master has been updated
       via  4779265e35e528ace10fd3300ccfd383592bc6cc (commit)
      from  9c9fff343736149b91f1ce33c07af9153565f17a (commit)

Summary of changes:
 lib/RT/Extension/Nagios.pm |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 4779265e35e528ace10fd3300ccfd383592bc6cc
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Sep 11 15:27:51 2010 +0800

    improved doc

diff --git a/lib/RT/Extension/Nagios.pm b/lib/RT/Extension/Nagios.pm
index d93ce33..17ab772 100644
--- a/lib/RT/Extension/Nagios.pm
+++ b/lib/RT/Extension/Nagios.pm
@@ -52,6 +52,14 @@ into the new ticket, if $type is 'RECOVERY', resolve the new created ticket.
 if C<< RT->Config->Get('NagiosMergeTickets') >>> is false and $type is
 'RECOVERY', resolve all the found tickets and the new created ticket.
 
+NOTE:
+
+config items like C<NagiosSearchAllQueues> and C<NagiosMergeTickets> can be set
+in etc/RT_SiteConfig.pm like this:
+
+    Set($NagiosSearchAllQueues, 1); # true
+    Set($NagiosMergeTickets, 0); # false
+
 =head1 AUTHOR
 
 sunnavy  C<< <sunnavy at bestpractical.com> >>

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list