This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Can't run from crontab #157
Unanswered
AndrewCatford
asked this question in
Q&A
Replies: 1 comment 6 replies
-
That means the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Teler (v1.2.2) processing logs generated by a Citrix ADC (formerly NetScaler).
Everything works fine interactively, and from within a script, however when I place that script into cron (for both root and unprivileged user), teler responds with:
[WRN] No logs analyzed, did you write log format correctly?
It is not an issue with paths or permissions, and I have the script echoing the exact command line that is going to be used to a temp file and everything is correct: all paths are qualified, all arguments are present, the input log file exists and is readable, the would-be output path is writeable (and in fact Teler creates an empty file with the expected name).
Is there some dependancy on an interractive TTY?
Is it possible to turn on some kind of debugging?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions