Ad Widget

Collapse

Win32 UserParameter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rvillaca
    Member
    • Sep 2005
    • 33

    #1

    Win32 UserParameter

    Hi,

    I´m having trouble to create a user parameter on a win32agent (1.1 beta5).

    I need to do user parameter like that:
    UserParameter=checkapp.*,cscript //NoLogo c:\zabbix\check_app_pool.vbs $1

    I dont know if the syntax is correct, but i only get no supported when i try to use checkapp.app1 in the interface. I have tried to use checkapp[*] (in the config file and the interface) too, but it doesn't work.

    I had to create my parameters as follows:

    UserParameter=checkapp.app1,cscript //NoLogo c:\zabbix\check_app_pool.vbs app1
    UserParameter=checkapp.app2,cscript //NoLogo c:\zabbix\check_app_pool.vbs app2

    The problem is that we have lots of custom applications and many other scripts that should be implemented as User Parameters, and it will be very confuse to administer that on more than 30 servers.

    I think it can be a win32 agent bug, because i have read about a lot of people in the forum reporting success on that kind of check with the unix agent.

    PS: Sorry about the poor english.

    Thanks in advance,

    Rodrigo
Working...