-
Notifications
You must be signed in to change notification settings - Fork 564
Cron Job or any Job scheduler
Once Faveo has been installed & configured, a Job scheduler needs to be configured to run Faveo Cron URL which will allow Faveo application to perform tasks such as Fetch email, generate reports etc
To configure your Cron Job URL browse to following path in Faveo.
Path: Admin Panel >> Setting >> Cron
Note: If Job scheduler is not configured Faveo will not be able to read emails or send emails and many other functionalities of Faveo will not work as expected
There are two cron URL’s available which can be configured as per preference
- CLI Cron - This is a single cron URL for all services
- Curl Cron - This has multiple cron URL's for different services. This is not recommended to be used
Screenshot of cron job page from cPanel
In order to configure cron using CLI we need to type the cron URL under server Cron settings:
Cron URL Example:
/usr/bin/php-cli /home/faveo/public_html/support/artisan schedule:run >> /dev/null 2>&1
Where:
* /usr/bin/php-cli is Cron Trigger Location. This is the path where PHP is installed & configured on your server
* >> is for redirect
* /dev/null is a black hole where any data sent, will be discarded
* 2 is the file descriptor for Standard Error
* > is for redirect
* & is the symbol for file descriptor (without it, the following 1 would be considered a filename)
* 1 is the file descriptor for Standard Out
Note: We need to put your server PHP path in front of the cron URL. The path shown in the link above is for reference purpose and will vary according to your server PHP install location
Once the Cron URL has been set we can choose which job to run along with our preferred time interval
Screenshot of Faveo admin panel cron page
Faveo allows Admin to configure cron job for following tasks.
-
Email fetching: In order to allow Faveo to read email and create ticket we need to enable ‘Email fetching’ cron job by checking the box ‘Fetch on auto-cron’. We recommend to run this Cron URL at the interval of 5 minutes.
-
Auto-close workflow: This cron works in sync with ‘close ticket workflow’ and will close the ticket as per the setting specified in ‘close ticket workflow’. We recommend to run this URL once in a day.
For example, if we have set the ticket to be auto close after 15 days and no activity/update has been performed on the ticket by either agent or user then the Cron will check for these ticket – calculate the number of days as per ‘close ticket workflow’ and if eligible for closure will close the ticket at the end of the day
Note: The auto close workflow only lists the ticket under auto closure where last reply is from users and not agents
-
SLA Escalation: This cron will look for all the ticket whose predefined SLA has been breached and escalate them to the configured next level. We recommend to run this URL every 30 minutes.
-
Browser Notification: This cron is the extension of ‘Sla Escalation’ and will enable users to receive notification of the SLA breach for the ticket on the browser. We recommend to run this URL every 30 minutes.
-
Daily Summary: This Cron enable Admins to receive summary of all the ticket activities performed i.e. number of tickets created, number of tickets closed, number of tickets escalated etc within preconfigured time period. We recommend to run this URL Daily at a predefined time i.e. Daily at 12:30PM
-
Follow-up notification: This Cron enable agents to receive email-based notification if any follow-up on the ticket is been scheduled. We recommend to run this URL every 30 minutes.
-
Fetch AD Users: This cron enable Faveo to check users within specific OU using LDAP and update Faveo accordingly. For example, if 2 new users were created in the organisation server Faveo will sync and create those users automatically into the application. We recommend to run this URL weekly once
Did you find it helpful? If not email us on support@faveohelpdesk.com
Installation and Upgrade Guide
- GUI Install Wizard
- Manual Install
- CLI Install
- Server Requirements
- Installation with Apache
- Installation with cPanel
- Cron Job or any Job scheduler
- Faveo Helpdesk Installation on CentOS 7 with Apache on PHP 7.1
- Faveo Helpdesk Installation on CentOS 7 with Nginx on PHP 7.1
- Faveo Helpdesk Installation on Ubuntu 18.04 LTS with Apache on PHP 7.1
- Faveo Helpdesk Installation on Ubuntu 18.04 LTS with Nginx on PHP 7.1
- Faveo Helpdesk Installation on Debian 9 with Nginx on PHP 7.1
- Faveo Helpdesk Installation on Debian 9 with Apache on PHP 7.1
- Migrating Faveo from one server to another
- Configuration of Redis with Faveo
- Install and configure Redis, Supervisor and Worker for Faveo on Ubuntu 16.04
- Install Let’s Encrypt SSL on CentOS 7 Running Apache Web Server
- Install and configure a simple mail server for sending mails using PHP mail function in Faveo on Ubuntu 16.04 server
- Install and configure Redis, Supervisor and Worker for Faveo on Centos 7
- Install and configure a simple mail server for sending mails using PHP mail function in Faveo on Centos 7 server
- Faveo Helpdesk Pro Installation on Windows Server 2012 R2
- Install Active Directory Domain Services in Windows Server 2012 R2
- Install Faveo Helpdesk Community on Centos, Ubuntu or Debian Using Script
- Set up automatic backup for Faveo-Helpdesk
Administrator's Guide
- Faveo File Storage
- Change client side theme color
- How to edit or change the footer in faveo
- How to change agent and admin panel Faveo logo link and logo
- Agents
- Departments
- Team
- Priority
- SLA
- Workflow
- Helptopic
- Default Ticket Settings
- Status
- Rating
- Close Ticket Workflow
- Company Settings
- Social Login
- Language
- Security
- Debugging/Logs
- Ban Emails
- Widgets
Agent's Guide
Email Integration
Release & Upgrade Notes
- General Faveo Upgrade Guide Manual
- General Faveo Upgrade Guide Auto
- Upgrade guide to v1.9.2
- Upgrade guide to v1.9.0
- How to update v1.0.7.9 to v1.0.8.0
- Manual Upgrade from v1.0.7.8 to v1.0.7.9
- Faveo Release notes & upgrade guide for V1.0.7.7
- Faveo Release notes & upgrade guide for V1.0.7.5
- Faveo Release notes & upgrade guide for V1.0.7
Known Issues
- The open_basedir restriction in effect
- 404 Not Found
- 500 Internal Server Error
- Bug after update from 1.0.7.4 to 1.0.7.5 or higher version
- Syntax error, unexpected ‘var’(T_VAR), expecting ‘;’
Contribute & Feedback
- Support the community edition
- Contribution Guide
- Faveo Feedback & Customisation
- Help in language translate
Knowledge Base
Third Party Integration
Plugins
API