Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Example: EMAIL_ADDRESS="joe@mycompany.com"
EMAIL_ADDRESS=""
Example: TEXT_ADDRESS="8011231234@txt.att.net"
TEXT_ADDRESS=""
#If there is a Driver Store running on this server, then the setting should be "YES" otherwise put "NO"
Example: LOCAL_DRIVER_STORE="NO"
LOCAL_DRIVER_STORE="YES"
#If there is a print manager running on this server, then the setting should be "YES" otherwise put "NO"
Example: LOCAL_PRINT_MANAGER="NO"
LOCAL_PRINT_MANAGER="YES"
LOGFILE="/tmp/iPrintNotify.log"
Here are some examples:
Set to run every minute of every hour of every day
* * * * * /[Location of Script]/iPrintNotify.sh > /dev/null
Set to run every five minutes of every hour of every day
*/5 * * * * /[Location of Script]/iPrintNotify.sh > /dev/null
Set to run every 30 minutes of every hour of every day
*/30 * * * * /[Location of Script]/iPrintNotify.sh > /dev/null