Added a package needed for the OpenVPN check and changed the default location of the checks
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
593df07f09
commit
dedbdf9822
|
@ -28,7 +28,7 @@ use strict;
|
|||
use Net::Telnet ();
|
||||
use Getopt::Long qw(:config no_ignore_case);
|
||||
use vars qw($PROGNAME $VERSION);
|
||||
use lib "/usr/lib/nagios/plugins/";
|
||||
use lib "/usr/local/libexec/nagios/";
|
||||
use utils qw(%ERRORS);
|
||||
|
||||
$PROGNAME = "check_openvpn";
|
||||
|
|
|
@ -113,3 +113,9 @@
|
|||
mode: '0755'
|
||||
tags:
|
||||
- openvpn
|
||||
|
||||
- name: Install needed package for check_openvpn
|
||||
openbsd_pkg:
|
||||
name: "p5-Net-Telnet"
|
||||
tags:
|
||||
- openvpn
|
||||
|
|
Loading…
Reference in New Issue