Which machine would you like to check? Which os? Is it one of the Jenkins slaves?
If it's Linux, then it's a matter of minutes: create a freestyle job, run a smell script that would check df output on the partition (s) you're interested in, and return 1 or 0 if there's enough left. Then configure the job to send the mail when the build fails. Cheers Le 19 févr. 2014 17:38, "alok kumar" <[email protected]> a écrit : > Hi All, > I have a requirement for which I would like all the stakeholders involved > to receive a mail notification in case the resources i.e. memory/storage go > down below a certain threshold predefined value. > > Is there plugin out there through which this can be achieved? Has anyone > else come across this kind of requirement? > > Any help would be greatly appreciated. > > Thanks, > Alok > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
