Search Result

Collapse
3 results in 0.0019 seconds.
Keywords
Members
Tags
vbscript
  •  

  • Fabiano
    started a topic VBS on zabbix

    VBS on zabbix

    i have one script vbs for get the Windows updates number, When i running manually is ok, however When executed hair zabbix IT Returns empty .

    script:

    Set updateSession = CreateObject("Microsoft.Update.Session")
    Set updateSearcher = updateSession.CreateupdateSearcher()...
    See more | Go to post

  • Fabiano
    started a topic Script VBS não funciona

    Script VBS não funciona

    tenho um script que baixei para pegar o numero de updates do windows, esta funcionando perfeitamente quando executo manualmente, porem quando executado pelo zabbix ele retorna vazio.

    fiz um teste colocando a saida por um txt.

    script abaixo:

    Set updateSession...
    See more | Go to post

  • quepasa
    started a topic Monitoring Windows Registry

    Monitoring Windows Registry

    I wanted to be able to monitor changes to the windows registry of my Zabbix clients, and I wasn't able to find something that did this. So, I wrote a vbscript that allows me to do this. Consider this a test version of the script. I have been using it a little, but haven't done any rigorous testing of...
    See more | Go to post
Working...