Medium: nfsserver: fix monitor for systemd
use the number of nfsd threads for monitor instead of systemctl when using systemctl and running nfsd process.
The systemctl doesn't monitor the running kernel process like nfsd.
So if nfsd process is failure, nfsserver_monitor doesn't detect it.