mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-20 21:57:10 -04:00
Add comment to make the purpose of the nickname fix more obvious
This commit is contained in:
parent
ead405515f
commit
03028d23b6
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ $ENV{'ENV'}='';
|
|||
# -----------------------------------------------------------------[ Global ]--
|
||||
|
||||
$PROGNAME = "check_ircd";
|
||||
# nickname shouldn't be longer than 9 chars, this might happen with large PIDs
|
||||
# To prevent this, we cut of the part over 10000
|
||||
my $NICK="ircd" . $$ % 10000;
|
||||
my $USER_INFO="monitor localhost localhost : ";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue