Prerequisites for monitoring Cron jobs
Below is the list of prerequisites for monitoring Cron jobs:
- Curl must be installed in the remote Linux machine.
- Script linked to the cron job must have executable permission.
- The machine where Applications Manager is installed should be reachable from the remote Linux machine via SSL port without any proxy server.
- The remote machine where the cron job is running must be synced with the correct time zone.
- Cron job interval should be a minimum of five minutes.
- Cron job uses HTTPs protocol to send responses to the machine where Applications Manager is installed and is validated using the admin user's Rest API key. If the admin user's API key is regenerated, then update the latest API key for all the cron job(s) on the remote Linux machine using the crontab -e command.
- Linux cron is supported only in SSH and TELNET mode of monitoring.
New to ADSelfService Plus?
Related Articles
Cron job addition
Steps to configure cron job 1)Check whether curl is installed in the system where cron jobs are running, by executing the below command in terminal $curl -V Output should be similar as below 2)Check the script added in the cron job addition is having ...
Openstack Monitoring FAQs
How OpenStack is monitored in APM? In Applications Manager, RESI API is used as mode of monitoring for OpenStack. Below APIs are used to monitor OpenStack and its resources: Authentication API: GET /v3/auth/tokens Cinder Services: GET ...
Prerequisites for APM Insight agent installation
Ensure that you've fulfilled the following agent's prerequisites: 1. Java Agent The environment should have Java version 8 or above. Note: For environment with Java version below 8, you should use the Java agent v5.5 from here. Network and Firewall: ...
What are the prerequisites required to monitor 'Top 10 Queries By CPU' in PostgreSQL monitor?
1. Include the below lines in postgrsql.conf file located in <Data DIRECTORY>: shared_preload_libraries = 'pg_stat_statements' pg_stat_statements.track = all 2. Execute the below commands in psql shell: CREATE EXTENSION pg_stat_statements; 3. Restart ...
Pre-requisite for monitoring apache server metrics
The Apache mod_status module enables users to view detailed performance metrics of the Apache web server. You must enable and configure the mod_status correctly in the Apache configuration file to get performance metrics from Apache and view the data ...