< Back

Get-ZabbixLog

Sat Jan 18, 2020 4:54 pm

NAME Get-ZabbixLog



SYNOPSIS

Gets entries in Zabbix Log.





SYNTAX

Get-ZabbixLog [-Computer] <String> [[-Entries] <Int32>] [<CommonParameters>]





DESCRIPTION

Grabs latest entries from a Zabbix Log. Dynamically gathers .log definition from .conf file.





PARAMETERS

-Computer <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Entries <Int32>



Required? false

Position? 2

Default value 25

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ZabbixLog -Computer Agent1 -Entries 15



Gets latest 15 entries.











RELATED LINKS