Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


MikeBoBo
2009-12-09T05:58:57Z
How about a sub-section of the forum for people to share the VC things they have created?

I have a few notificaitons that pull all the info from current jobs etc so you can use one notification for a large selection of tasks.
Sponsor
Forum information
Support
2009-12-09T14:20:29Z
Sounds like a good idea. What formats are you expecting? I mean, it may not be a good idea to upload settings file.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
MikeBoBo
2009-12-18T21:52:52Z
Screenshots or list of variables might be a way to go.

Example:

Here is a task level notification we use - assign it to a task and it sends you task specific info:

Subject: {TASK(Active,Result)}: {TASK(Active,Name)} : {TASK(Active,ExitCodeDesc)}

Body:

Task Name: {TASK(Active,Name)}

Last Run: {TASK(Active,LastRun,G)}

Run Time: {MATH(Divide|Integer|{TASK(Active,ExecutionTime)}|60|#0)} Mins

Status: {TASK(Active,Status)}
Result: {TASK(Active,Result)}

--
StdOut:
{TASK(Active,StdOut)}

--
StdError:
{TASK(Active,StdErr)}

--
Description: {JOB(Active,Desc)}
Scroll to Top