You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use address parameter is optional in monit configs, and setting it to localhost as is done by the module is too restrictive. This patch relaxes this limitation.
The text was updated successfully, but these errors were encountered:
Listening on localhost by default is a security measure, otherwise monit will accept connections on any addresses and the service may be exposed to the world.
The use address parameter is optional in monit configs, and setting it to localhost as is done by the module is too restrictive. This patch relaxes this limitation.
The text was updated successfully, but these errors were encountered: