allow a user to run specific monit action
Add an entry to /etc/sudoers
...
%non-root-group ALL=NOPASSWD:/usr/bin/monit
or
non-root-user ALL=NOPASSWD:/usr/bin/monit
or
non-root-user ALL=NOPASSWD:/usr/bin/monit reload # to give a specific Monit command.