nrpe does not set the unix login name
Brought to you by:
egalstad
If nrpe (in daemon mode) runs a script or program that prints the
unix username as returned by getlogin(), the name will be that of
the user who most recently started the daemon.
Attached is a patch that adds a call to setlogin() using nrpe_user
from nrpe.cfg.
patch for nrpe.c