unixcat

general purpose nagios-plugin for retrieving data

Install

All systems
curl cmd.cat/unixcat.sh
Debian Debian
apt-get install check-mk-livestatus
Ubuntu
apt-get install check-mk-livestatus
image/svg+xml Kali Linux
apt-get install ucspi-unix
Fedora
dnf install check-mk-livestatus
Windows (WSL2)
sudo apt-get update sudo apt-get install check-mk-livestatus
Raspbian
apt-get install check-mk-livestatus

check-mk-livestatus

general purpose nagios-plugin for retrieving data

Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: * Significant reduction of CPU usage on the Nagios host. * Automatic inventory of items to be checked on hosts. This package contains livestatus

ucspi-unix

UNIX-domain socket client-server command-line tools

unixclient and unixserver are command-line tools for building UNIX domain client-server applications. unixclient connects to a UNIX domain socket and runs a program of your choice. unixserver creates a UNIX domain socket, waits for incoming connections and, for each connection, runs a program of your choice. unixclient and unixserver conform to UCSPI, the UNIX Client-Server Program Interface, using UNIX domain sockets. UCSPI tools are available for several different networks. See http://cr.yp.to/proto/ucspi.txt for more information on UCSPI. See http://untroubled.org/ucspi-unix/ for recent informations.