You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the plugins in Oracle Linux 7 (Red Hat 7, Centos 7) and I have the following error, does anyone know what to do?
The log file that is configured in the .conf is not created
service newrelic-nfsiostat start
Starting newrelic-nfsiostat (via systemctl): Job for newrelic-nfsiostat.service failed because the control process exited with error code. See "systemctl status newrelic-nfsiostat.service" and "journalctl -xe" for details.
[FAILED]
It looks like you don't have "python-daemon" installed. It looks to me like its available in EPEL. However, I will point out that it would be best to fork the code and rewrite that portion. Python-daemon doesn't seem to start newrelic-nfsiostat at boot time for us (CentOS 6.8). Possibly due to a lack of input/output channels?
Hello,
I installed the plugins in Oracle Linux 7 (Red Hat 7, Centos 7) and I have the following error, does anyone know what to do?
The log file that is configured in the .conf is not created
service newrelic-nfsiostat start
Starting newrelic-nfsiostat (via systemctl): Job for newrelic-nfsiostat.service failed because the control process exited with error code. See "systemctl status newrelic-nfsiostat.service" and "journalctl -xe" for details.
[FAILED]
systemctl status newrelic-nfsiostat.service
newrelic-nfsiostat.service - SYSV: NewRelic NFSIOSTAT Plugin
Loaded: loaded (/etc/rc.d/init.d/newrelic-nfsiostat; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2017-02-13 10:58:16 CLST; 6s ago
Docs: man:systemd-sysv-generator(8)
Process: 29365 ExecStart=/etc/rc.d/init.d/newrelic-nfsiostat start (code=exited, status=1/FAILURE)
Feb 13 10:58:16 aulas-01.inacap.cl systemd[1]: Starting SYSV: NewRelic NFSIOSTAT Plugin...
Feb 13 10:58:16 aulas-01.inacap.cl newrelic-nfsiostat[29365]: Starting /usr/bin/newrelic-nfsiostat: Traceback (most recent call last):
Feb 13 10:58:16 aulas-01.inacap.cl newrelic-nfsiostat[29365]: File "/usr/bin/newrelic-nfsiostat", line 35, in
Feb 13 10:58:16 aulas-01.inacap.cl newrelic-nfsiostat[29365]: from daemon import runner
Feb 13 10:58:16 aulas-01.inacap.cl newrelic-nfsiostat[29365]: ImportError: No module named daemon
Feb 13 10:58:16 aulas-01.inacap.cl newrelic-nfsiostat[29365]: [FAILED]
Feb 13 10:58:16 aulas-01.inacap.cl systemd[1]: newrelic-nfsiostat.service: control process exited, code=exited status=1
Feb 13 10:58:16 aulas-01.inacap.cl systemd[1]: Failed to start SYSV: NewRelic NFSIOSTAT Plugin.
Feb 13 10:58:16 aulas-01.inacap.cl systemd[1]: Unit newrelic-nfsiostat.service entered failed state.
Feb 13 10:58:16 aulas-01.inacap.cl systemd[1]: newrelic-nfsiostat.service failed.
The text was updated successfully, but these errors were encountered: