Page 1 of 1

New asl triggers nginx psmon warning

Posted: Thu Mar 24, 2016 4:37 am
by biggles
After each new version of ASL a triggers a psmon e-mail every other minute complaining nginx isn't running. The only way to make it stop is to remove the nginx part in psmon.conf. But psmon.conf is replaced every time ASL is updated. I am not running nginx on the server in questions so it really shouldn't trigger...

Re: New asl triggers nginx psmon warning

Posted: Fri Mar 25, 2016 12:01 pm
by mikeshinn
That means your system has nginx configured to start in chkconfig. psmon is dynamically generated by whatever the system has configured to start. It can not add services otherwise.

So you will want to disable the service, and run asl -s -f to regenerate psmon.conf.

Re: New asl triggers nginx psmon warning

Posted: Mon Mar 28, 2016 2:02 pm
by biggles
ah, that explains it. Thanks!