N Core on RaspberryPi, email not generated . . .

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Pop710
Posts: 1
Joined: Thu Oct 31, 2019 1:17 pm

N Core on RaspberryPi, email not generated . . .

Post by Pop710 »

Just installed latest N Core, also with sendmail installed. Initially, trying to monitor port 8080 on a subject Windows machine. The web interface can see and know when the service on that port drops. But no Email alert. I can run a command line script and receive an email out of the Pi. So I know that sendmail is correct. Worked with the commands.cfg without good results. What can I provide that would help diagnose the problem?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: N Core on RaspberryPi, email not generated . . .

Post by ssax »

Please let us know the exact host/service in question AND send us the resulting /tmp/NAGIOSFILES.zip file from this command:

Code: Select all

zip -r /tmp/NAGIOSFILES.zip /path/to/your/nagios/etc/directory
Generally would be this:

Code: Select all

zip -r /tmp/NAGIOSFILES.zip /usr/local/nagios/etc
But you'll need to tailor to your system.
Locked