Kayako Logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
aartech Offline
New Member
 
Posts: 15
Join Date: Jun 2007

SupportSuite
Owned License
running auto-close, scheduled tasks, cleanup from cron - 19-05-2008, 04:33 PM

I just spent 30 minutes chatting with support about this issue and I won't get in to the fact that I had to repeat the question about 6 times before I got my answer... but here's what may be a rant, or a feature suggestion or maybe just venting

Suportsuite has a feature for auto-closing of tickets. This is good.
It also has a section for scheduled tasks to take care of system maintenance. This is good.

In the manual it states that one should set up a cron job to run scheduled tasks with the line:
wget -O/dev/null
http://www.mydomain.com/support_install/cron/index.php

So I assumed this would run all the jobs and the auto-close.
This is apparently not true. I was told that this won't actually do ANYTHING!

Each scheduled task apparently needs its own weird url call.
And there's no way to run the auto-close except to log in to the client interface.

This seems truly bizarre to me. First of all there should be a single call that one can put in a cron job to schedule all these things when no-one's around like on weekends.

Second of all the cron job shouldn't require running wget to open a web page. It should be a simple call to a php file.

Like I do with phplist for example....

Am I off base here?
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,362
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
19-05-2008, 06:27 PM

Code:
wget -O/dev/null http://www.mydomain.com/support_install/cron/index.php
This command will work for all autoclose features which are enabled in the Admin CP.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scheduled tasks -> Add MySQL scheduled dump functionality blaforce Consideration Queue (V3) 3 18-09-2007 03:16 AM
Scheduled Tasks Not Running FortHost SupportSuite, eSupport and LiveResponse 4 17-04-2006 02:23 AM
cron for auto close? sgwebb SupportSuite, eSupport and LiveResponse 2 10-04-2006 04:18 AM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46