Here's what i found:
[root@ nagios]# /usr/local/nagiosxi/scripts/manage_services.sh status npcd
● npcd.service - SYSV: Visit the Website at
http://sourceforge.net/projects/pnp4nagios/
Loaded: loaded (/etc/rc.d/init.d/npcd; bad; vendor preset: disabled)
Active: inactive (dead) since Wed 2018-10-31 16:47:37 EDT; 21min ago
Docs: man:systemd-sysv-generator(8)
Process: 26036 ExecStop=/etc/rc.d/init.d/npcd stop (code=exited, status=0/SUCCESS)
Process: 31731 ExecStart=/etc/rc.d/init.d/npcd start (code=exited, status=0/SUCCESS)
Main PID: 5502 (code=exited, status=0/SUCCESS)
Oct 31 16:25:55 NagiosServer systemd[1]: Starting SYSV: Visit the Website at
http://sourceforge.net/projects/pnp4nagios/...
Oct 31 16:25:55 NagiosServer npcd[31731]: NPCD already started
Oct 31 16:25:55 NagiosServer systemd[1]: Started SYSV: Visit the Website at
http://sourceforge.net/projects/pnp4nagios/.
Oct 31 16:47:37 NagiosServer npcd[26036]: NPCD Stopped.
You have new mail in /var/mail/root
[nagios@nagios]$ /etc/init.d/npcd status
head: cannot open ‘/usr/local/nagiosxi/var/subsys/npcd.pid’ for reading: Permission denied
error: list of process IDs must follow -p
Usage:
ps [options]
Try 'ps --help <simple|list|output|threads|misc|all>'
or 'ps --help <s|l|o|t|m|a>'
for additional help text.
For more details see ps(1).
NPCD not running.
I then tried to restart the service
[nagios@nagios]$ sudo /etc/init.d/npcd restart
NPCD Stopped.
NPCD started.
[nagios@nagios]$ sudo /etc/init.d/npcd status
NPCD running (pid 17010).