Ad Widget

Collapse

UserParameter with active agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jdusautoir
    Junior Member
    • Jun 2015
    • 18

    #1

    UserParameter with active agent

    Hello,
    i use userpameter for template like exchange 2010 or other. Since i used active agent , i dont have a lot of information received in latest data...
    It's normal ? and is it possible to retrieve more information?

    my agent zabbix.conf
    LogFile=C:\Zabbix\Zabbix_agentd.log
    ListenPort=10050
    #Server=ipserver
    StartAgents=0
    ServerActive=iperserver:10051
    Hostname=myhost.dns.local
    UserParameter = system.discovery[*],%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_win_system_discovery.vbs" "$1"
    UserParameter = quota[*],%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_win_quota.vbs" "$1" "$2"
    UserParameter = wu.all,%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_wus_update_all.vbs"
    UserParameter = wu.crit,%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_wus_update_crit.vbs"
    UserParameter = system.boottime,%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_boot_time.vbs"
    UserParameter = server.domain,%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_user_domain.vbs"
    UserParameter = server.roles,%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_server_role.vbs"
    UserParameter = server.serial,%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_server_serialnumber.vbs"
    UserParameter = mssql.version[*],%systemroot%\system32\cscript.exe /nologo /T:30 "C:\Zabbix\zabbix_mssql_version.vbs" "$1"
    UserParameter = vbr[*],%SystemRoot%\system32\WindowsPowerShell\v1.0\powe rshell.exe -nologo -command "& C:\Zabbix\zabbix_vbr_job.ps1" "$1" "$2"
    Best regards,
Working...