Ad Widget

Collapse

[Bug ?]Pb with UserParameter on Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • djinn_fr22
    Member
    • Jan 2007
    • 54

    #1

    [Bug ?]Pb with UserParameter on Windows

    I have a problem with UserParameter on windows with zabbix 1.1.6.

    I have created the simpliest script as possible to make easy to debug:

    Here is the conf in zabbix:
    UserParameter=mytest[*],C:\test.bat $1
    Where C:\test.bat is:
    @echo %1
    But when I try to test with zabbix. I have the error message:not supported.

    If I don't use star and do:
    UserParameter=mytest,C:\test.bat 123
    Zabbix returns 123.

    I don't know if it's a bug with * on 1.1.6.

    Thanks for your help.
  • djinn_fr22
    Member
    • Jan 2007
    • 54

    #2
    [Bug ?]Pb with UserParameter on Windows (works in Linux)

    Hi,

    I tried to use the * in Linux with Userparameter.
    And it works.

    So I presume either there is a trick on Windows or a bug.

    Thanks for any helps.

    Comment

    • djinn_fr22
      Member
      • Jan 2007
      • 54

      #3
      1.3.3: works !!!!

      The problem seems fixed in 1.3.3...

      But I dont want to use beta components

      Is there a workaround to make it work in 1.1.6.

      Thanks

      Comment

      • jlh
        Junior Member
        • Nov 2006
        • 8

        #4
        Have a look at this post http://www.zabbix.com/forum/showthread.php?t=4877

        Comment

        • djinn_fr22
          Member
          • Jan 2007
          • 54

          #5
          Thanks for the info, I am going to try the new version with 1.1.7

          Comment

          Working...