Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

System Requirements

shthead edited this page May 12, 2016 · 3 revisions

General

The healthcheck.pl script requires Perl with the following modules:

Array::Utils
Config::IniFiles
Data::Validate::IP
Digest::MD5::File
File::Basename
File::Pid
Getopt::Long
Log::Log4perl
Scalar::Util
Switch
Time::Piece

Debian

The following packages are required on a minimal Debian installation:

libconfig-inifiles-perl
libdata-validate-ip-perl
libdigest-md5-file-perl
libfile-pid-perl
liblog-log4perl-perl
libswitch-perl
liblog-dispatch-filerotate-perl
libarray-utils-perl

NOTE: The libarray-utils-perl package is not available available in the default repositories for Debian Jessie yet - but it is in backports. Make sure you have the backports mirror setup.

They can be installed with:

apt-get install libconfig-inifiles-perl libdata-validate-ip-perl libdigest-md5-file-perl libfile-pid-perl liblog-log4perl-perl libswitch-perl liblog-dispatch-filerotate-perl libarray-utils-perl
Clone this wiki locally