send_nsca
Nagios service monitor agent - client package
Install
- All systems
-
curl cmd.cat/send_nsca.sh
- Debian
-
apt-get install nsca-client
- Ubuntu
-
apt-get install nsca-client
- Kali Linux
-
apt-get install nsca-client
- Fedora
-
dnf install nsca-client
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nsca-client
- Raspbian
-
apt-get install nsca-client
- Dockerfile
- dockerfile.run/send_nsca
nsca-client
Nagios service monitor agent - client package
This package contains only the client part of nsca and is thus suitable for installation on systems that only report passive service checks to a central server. Nagios is a monitoring and management system for hosts, services and networks. Nagios' features include: - Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP, PING, etc.) - Plugin interface to allow for user-developed service checks - Contact notifications when problems occur and get resolved (via email, pager, or user-defined method) - Ability to define event handlers to be run during service or host events (for proactive problem resolution) - Web output (current status, notifications, problem history, log file, etc.) Nagios was written in C and is designed to be easy to understand and modify to fit your own needs.
nsca-ng-client
Send monitoring commands to NSCA-ng server
The send_nsca utility transmits one or more check results or monitoring commands to an NSCA-ng server. The communication with the server is TLS encrypted and authenticated using pre-shared keys.