Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

NETWAYS/check_akcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

check_akcp

This plugin recieves the data from akcp devices. It can check the thresholds of the connected probes.

Usage

check_akcp.pl -h
    
check_akcp.pl --man
   
check_akcp.pl -H <host> -P <Port> [-w <warning>] [-c <critical>]

Options:

-h Display this helpmessage.

-H The hostname or ipaddress of the akcp device.

-C The snmp community of the akcp device.

-P The port where the probe is connected to.

-w The warning threshold.

-c The critical threshold.

--man Displays the complete perldoc manpage.