mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Trick for check_users test without users logged-in
This commit is contained in:
parent
1f12b2329d
commit
948cf21aae
1 changed files with 4 additions and 0 deletions
|
|
@ -2,7 +2,11 @@
|
|||
#
|
||||
# Logged in Users Tests via check_users
|
||||
#
|
||||
# Trick: This ckeck requires at least 1 user logged in. These commands should
|
||||
# leave a session open forever in the background:
|
||||
#
|
||||
# $ ssh -tt localhost </dev/null >/dev/null 2>/dev/null &
|
||||
# $ disown %1
|
||||
|
||||
use strict;
|
||||
use Test;
|
||||
|
|
|
|||
Loading…
Reference in a new issue