Jump to content

I have cron job running on 200 servers


SRH

Recommended Posts

How do i monitor those job using an open source tool to check whether those jobs have run successfully or failed?

right have i have an agent that collects system metrics but also looking to see how this can be done if there s a way to add in that plug in?

 

 

Link to comment
Share on other sites

BMC, RTView or AppDynamics can do this but they are not free. These apps are called Application Performance monitoring and there is no open source that you can use on Enterprise machines at least as far as I know. You need the corresponding agent to be installed all 200 servers to talk to central repository in order to power the dashboard. 

Link to comment
Share on other sites

3 hours ago, aish said:

configure cron job to get email alert only when job fails.

MAILTO="[email protected]"

0 5 * * * /bin/some_script > /dev/null

 

 

That wont work, if echo statements are nkt being redirected to any file, avi kuda email lo osthay, i’ve tried this option before ;) 

Link to comment
Share on other sites

56 minutes ago, perugu_vada said:

That wont work, if echo statements are nkt being redirected to any file, avi kuda email lo osthay, i’ve tried this option before ;) 

then redirect echo statements

Link to comment
Share on other sites

4 hours ago, devarakonda said:

Setup those jobs in Jenkins 

dude oka question job scheduling in jenkins..can it read the settings from any db and run according to those values?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...