Add files via upload
This commit is contained in:
parent
d674fc723a
commit
d673fa782f
3 changed files with 772 additions and 60 deletions
12
API/Zabbix-api.txt
Normal file
12
API/Zabbix-api.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Import-Module .\Zabbix-api.psm1
|
||||
|
||||
$Cred = Get-Credential
|
||||
Connect-Zabbix -PSCredential $Cred -IPAdress 192.168.1.1
|
||||
Connect-Zabbix -PSCredential $Cred -IPAdress zabbix.domain.ru -UseSSL
|
||||
|
||||
(Get-Module Zabbix).ExportedCommands
|
||||
|
||||
Get-ZabbixHostInterface | ft
|
||||
Get-ZabbixHost | ft
|
||||
Get-ZabbixGroup | ft
|
||||
Get-ZabbixTemplate | ft
|
||||
Loading…
Add table
Add a link
Reference in a new issue