Remote Access

Nagios plugins for monitoring various types of remote access / remote desktop / thin client technologies (e.g. VNC, Citrix, Microsoft RDP).

Showing 11-20 of 20 results.

Sort by:

Remote Access
Count number of terminal server sessions

@ECHO OFF REM CALLING SEQUENCE: command[nrpe_nt_check_users]=c:nrpe_ntpluginscheck_user_count.bat warninglevel criticallevel SETLOCAL ENABLEDELAYEDEXPANSION SET /a COUNT=0 SET /a WARNING=%1 SET /a CRITICAL=%2 SET CURRENTUSERS= REM PULL THE NAMES…

4.7 (6) by: Brian Dent
Remote Access
Check VNC (perl)
http://www.ktdreyer.com

This script does not try to authenticate; it speaks just enough of the VNC protocol to merely check the RFB version. Any improvements welcome. Uses…

License: Other by: ktdreyer
Remote Access
check_number_of_citrix_sessions

Check number of specific (or all) Citrix sessions, on specific Citrix Presentation Server (or entire Citrix farm), depends on arguments. Also, total number of (unique)…

Remote Access
check_lmstat.pl

I tried the check_licenseserver.pl supplied here, but for some reason I couldn't get anything other than zeros out of it, so I did this one…

Remote Access
Check_Vnc
http://harisekhon.com/nagios

Documentation Tests VNC on a remote machine, including logging in and taking a screen shot. It accepts a standard vnc credential file with which to…

Remote Access
check_telnet

Primary uses: 1) check telnet banner for a matching return string. 2) log in via telnet and run specified command, check output for string. Handy…

Remote Access
Check SNMP Citrix

Citrix-Server Checks via SNMP OID's available through snmp4ctx package (http://www.wtcs.org/snmp4tpc/snmp4ctx.htm) Version 0.1, Copyright (c) 2008 by Michael Boehm Last Modified: 2008-06-04 Usage: ./check_snmp_citrix host snmp-string…

Remote Access
count logged in Citrix users (SNMP)
http://www.crowdedplace.com/

The script is written in Perl an as such quite quick. If there is more than one server in your Citrix farm you may do…

Remote Access
Citrix License Server Check

checks if you have enough licenses free on your citrix licenseserver. Please check from your licenseserver. please enter values for warning and errorlevel. Usage: check_ctx_licensserver…

Remote Access
check_x224
http://troels.arvin.dk/code/nagios/check_x224

The Remote Desktop protocol builds on a protocol called x224. This plugin checks that the initial and most basic parts of a Remote Desktop connection…

4.8 (18) by: Troels Arvin