Nagios NRPE

FuzzyBoy

New Member
Jun 26, 2017
7
0
1
40
Hi, i have some issues on the nagios-nrpe-package.
After the installation and configuration it run and work well, but after reboot it refuse to start because can't find the /var/run/nagios direcory where it write it's pid file.

i must create the /var/run/nagios directory manually and chown it to nagios:nagios then restart the service.. every reboot..

is it a bug?

i'm using
pve-manager/5.0-10/0d270679 (running kernel: 4.10.15-1-pve)
 
Hello @FuzzyBoy
your are running a beta version. Please set this to your threadtitle. Thanks you. NRPE ist not part of proxmox. It is the debian site.
...bug? so maybe yes.
For workaround you can put such things in the "/etc/rc.local". For example:
Code:
...
mkdir /var/run/nagios
chown nagios:nagios
systemctl restart ... don't know the name of the service
...