Ad Widget

Collapse

Zabbix monitoring by powershell script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aaron_Yu
    Junior Member
    • May 2020
    • 26

    #1

    Zabbix monitoring by powershell script

    I have a powershell script, that feedback some vm name and vm status.

    this script include:
    asnp citrix*
    Get-BrokerMachine | select HostedMachineName,RegistrationState,SessionState
    this script will feedback:
    HostedMachineName RegistrationState
    ----------------------------- ----------------------
    CTXW10-01 Registered
    CTXW10-02 Registered
    CTXW10-03 Unregistered

    I want to show this information in the zabbix web.

    What do I do?

    Last edited by Aaron_Yu; 02-06-2020, 04:18.
Working...