I have Nagios up and running on an Amazon EC2 instance as their custom Linux and it is monitoring several processes (both on local and remote hosts) quite well. It is running my customs scripts without any issue.
That being said it will not run mutt nor will it run the ec2 command line tools (ex. ec2-describe-instances) even though when I try to run these commands and my scripts as the Nagios user they work fine.
The only help that I have found through Google is that in the nagios.cfg I need to set: check_external_commands=1 and check_command_interval=-1 (-1 makes it check as often as possible)
Both of these variables are set as such in my nagios.cfg and yet the externals still don't seem to be executing. I have attempted to redirect their output to a file and all that is being printed there are blank lines. All suggestions are appreciated and again thank you in advance.
Update: Tried adding these commands to /root, no change.
