caribbeanport.blogg.se

Sample monit file for monitoring a daemon
Sample monit file for monitoring a daemon






sample monit file for monitoring a daemon

opt/apigee/apigee-service/bin/apigee-service apigee-monit unmonitor -c component_name /opt/apigee/apigee-service/bin/apigee-service apigee-monit unmonitor -c all This installs apigee-monit and starts monitoring all components on the node by default. opt/apigee/apigee-service/bin/apigee-service apigee-monit configure /opt/apigee/apigee-service/bin/apigee-service apigee-monit start opt/apigee/apigee-service/bin/apigee-service apigee-monit install

Sample monit file for monitoring a daemon how to#

The following table shows you how to get up and running with apigee-monit right away: Task that requires you to stop a component.Īs a result, you must stop monitoring the component beforeĮxecuting any procedure that requires you to install, upgrade, stop, or restart a component.īy default, apigee-monit checks the status of Edge services every 60 seconds. A component fails a check when it isĭisabled, but also when you purposefully stop it, such as during an upgrade, installation, or any It is not part of theĬomponent every time the component fails a check. To use apigee-monit, you must install it manually. BeforeĬontinuing, check the list of compatible platforms. NOTE: apigee-monit is not supported on all platforms. Polls Edge services if a service is unavailable, then apigee-monit attempts to restart it. Apigee Edge for Private Cloud includes apigee-monit, a tool based on the open source








Sample monit file for monitoring a daemon