cat /etc/passwd | grep nagios
nagios
What's the impact if I disable the nagios shell ?
Command to disable:
usermod -s /bin/false nagios
nagios
How it affects the performance of nagios
This is account is created during setup and required to run check commands. Basically, everything is run using the naigos account.How it affects the performance of nagios