- check_ssl_cert requires
expect
ortimeout
to enable timeouts. Ifexpect
ortimeout
are not present on your system timeouts will be disabled. dig
for DANE checks- nmap for the disallowed protocols and cyphers checks
expand
for--info
tar
andbzip2
to build release packagesip
orifconfig
to be able to use the-4
and-6
options- nectcat for
--ignore-connection-state
Following tools are required for development:
- shUnit2 for the tests
- shfmt to format the source files
- ShellCheck for the code quality checks
- codespell for the spell checks
- Simply copy the plugin to your Nagios/Icinga plugin directory
- Use
make install
by defining theDESTDIR
andMANDIR
variables with the installation targets. E.g,make DESTDIR=/nagios/plugins/dir MANDIR=/nagios/plugins/man/dir install
- To install the bash completion script run
sudo make install_bash_completion
(it will install the completion script in the directory defined bypkg-config --variable=completionsdir bash-completion