Ad Widget

Collapse

:confused: How can I enable/disable the audio in tigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dennis_cao
    Junior Member
    • May 2008
    • 13

    #1

    :confused: How can I enable/disable the audio in tigger

    How can I enable/disable the audio in tigger in 1.5.3
    sometimes i want to maintain the server the sound is noisy

    is there any maintain time configure for zabbix ?
    tks
  • just2blue4u
    Senior Member
    • Apr 2006
    • 347

    #2
    Good question,

    i find that sound very annoying (zabbix 1.4.5).
    It is played too often (even when no true trigger is listed).

    Edit: I'm using firefox 2.0.0.14
    Last edited by just2blue4u; 12-06-2008, 11:40.
    Big ZABBIX is watching you!
    (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

    Comment

    • Niels
      Senior Member
      • May 2007
      • 239

      #3
      I use Konqueror -- it's supposedly supported, but sounds don't work! :-)

      Comment

      • Aly
        ZABBIX developer
        • May 2007
        • 1126

        #4
        I find this sound annoying too I think it'll be configurable in next release.
        Zabbix | ex GUI developer

        Comment

        • dennis_cao
          Junior Member
          • May 2008
          • 13

          #5
          thanks all above

          Comment

          • NOB
            Senior Member
            Zabbix Certified Specialist
            • Mar 2007
            • 469

            #6
            Hi

            Originally posted by just2blue4u
            Good question,

            i find that sound very annoying (zabbix 1.4.5).
            It is played too often (even when no true trigger is listed).

            Edit: I'm using firefox 2.0.0.14
            Solution: apply the following patch to tr_status.php
            and neither a "download required plugin" (Quicktime ?) nor
            the sound appears.

            Code:
            --- zabbix-1.4.5/frontends/php/tr_status.php.orig       Wed Mar 26 09:12:33 2008
            +++ zabbix-1.4.5/frontends/php/tr_status.php    Fri Mar 28 08:10:05 2008
            @@ -120,10 +120,12 @@
            
             ?>
             <?php
            +/* NBL: remove unwanted check for QuickTime player by Firefox (all platforms).
                    if(isset($audio))
                    {
                            play_sound($audio);
                    }
            +*/
             ?>                                                                             
             <?php
                    $sort            = get_request('sort',          'priority');
            HTH

            Norbert.

            Comment

            Working...