mini_epn_icinga
host and network monitoring system - debug files
Install
- All systems
-
curl cmd.cat/mini_epn_icinga.sh
- Debian
-
apt-get install icinga-dbg
- Ubuntu
-
apt-get install icinga-dbg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install icinga-dbg
- Raspbian
-
apt-get install icinga-dbg
- Dockerfile
- dockerfile.run/mini_epn_icinga
icinga-dbg
host and network monitoring system - debug files
Icinga is a modular monitoring framework for hosts, services, and networks, based on the Nagios project. It is designed to be easy to understand and modify to fit any need. Features include: * monitoring of network services via ping, SMTP, POP3, HTTP, NNTP, or TCP port * plugin interface to allow for user-developed service checks; * contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * support for proactive problem resolution (handlers can be defined to be run during service or host events) * web output: current status, notifications, problem history, log file, etc. This package provides gdb debugging symbols for the Icinga binaries and the mini_epn tool which can help in debugging Icinga problems.