Skip to content

A set of PowerShell tools to interact with the Zabbix API.

License

Notifications You must be signed in to change notification settings

Lazy-256/PoshZabbixTools

 
 

Repository files navigation

PoshZabbixTools PowerShell Module

MasterBuild status Documentation Status

Develop Build status Documentation Status

A set of PowerShell tools to interact with the Zabbix API.

Installation

Install from PSGallery

PS> Install-Module -Name PoshZabbixTools

Getting Started

Connect to the Zabbix server using the Connect-ZabbixServer command

PS> Connect-ZabbixServer -Server 'ServerName' -Secure -Credential (Get-Credential)

Get a list of available commands

PS> Get-Command -Module PoshZabbixTools

Documentation

  • Full documentation is available in ReadTheDocs format.

Links

License

MIT

Notes

Thanks go to:

About

A set of PowerShell tools to interact with the Zabbix API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%