From 221ec836eddbf85506368e535b17d35987d955a4 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 8 Mar 2026 14:20:36 +0100 Subject: [PATCH] Recommit for updates in build 163 --- .../confdroid_nagios_3A_3Aparams.html | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 88cc509..7d1af50 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -3893,6 +3893,24 @@ inherited by all classes except defines. +
  • + + ng_tac_cgi_hard_only + + + (String) + + + (defaults to: '0') + + + — +
    +

    Whether to show only HARD states in the Tactical Overview in Nagios. Default is ‘0’.

    +
    + +
  • +
  • ng_use_ssl_auth @@ -3917,8 +3935,6 @@ inherited by all classes except defines.
     
     
    -425
    -426
     427
     428
     429
    @@ -4259,10 +4275,13 @@ inherited by all classes except defines.
     764
     765
     766
    -767
    +767 +768 +769 +770 -
    # File 'manifests/params.pp', line 425
    +        
    # File 'manifests/params.pp', line 427
     
     class confdroid_nagios::params (
     
    @@ -4462,6 +4481,7 @@ class confdroid_nagios::params (
       String $ng_navbar_aliases          = '1',
       String $ng_ack_no_sticky           = '0',
       String $ng_ack_no_send             = '0',
    +  String $ng_tac_cgi_hard_only       = '0',
     
     # httpd
       Boolean $ng_use_https               = false,