TOP LEVEL CATEGORIES
EXPLORE
@knobbysideup
Favorites 0
Views 158
Synopsis: $ ./check_systemd_service Use: ./check_systemd_service $unit Will check if the specified unit is active, and alert if not $ ./check_systemd_service mimedefang OK: active $ ./check_systemd_service…
Example: $ sudo ./check_ovsbond OK: All Bond Slaves are UP slave enp2s0f0: enabled slave enp2s0f1: enabled
define host{ _ALLOWEDUSERS serviceuser adminuser guestuser } define command{ command_name check_windows_users command_line $USER1$/check_nrpe -t 10 -H $HOSTADDRESS$ -c check_users -a 2 3 "$_HOSTALLOWEDUSERS$" } define…
define host{ _ALLOWEDPROCS wininit winlogon check_processes tasklist } define command{ command_name check_unknownprocs command_line $USER1$/check_nrpe -t 10 -H $HOSTADDRESS$ -c check_processes -a 1 3 "$_HOSTALLOWEDPROCS$" }…
define service{ service_description host name check_command check_nrpe!check_hostname } nsclient.ini: [/settings/external scripts/scripts] check_hostname = scriptsperlcheck_hostname.exe
define host{ _ESSENTIALSERVICES tmlisten ntrtscan ds_agent } define command{ command_name check_essential_svc command_line $USER1$/check_nrpe -t 10 -H $HOSTADDRESS$ -c check_essential_svc -a "$_HOSTESSENTIALSERVICES$" } define service{ use…
define host{ _ESSENTIALPROCS importantprogram notice_no_dot_exe } define command{ command_name check_essential_procs command_line $USER1$/check_nrpe -t 10 -H $HOSTADDRESS$ -c check_essential_proc -a "$_HOSTESSENTIALPROCS$" } define service{ check_command check_essential_procs…
Synopsis: nlist [-options] groupname [groupname...]|. Options: -t table of name, ip address, and group membership -i list ip address only Groupnames are matched as regular…
Changelog: # 0.1 - initial release # 0.2 - added exit if sa-update command fails # 0.3 - command help text added # 0.4 -…