Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.6.0
-
None
-
None
-
Security Level: Public (Anyone can view this level - this is the default.)
-
None
-
Xenserver
CS 4.6.0
Description
In the VR, monitorServerices.py which should be running as a cron job for
every 3 minutes, is not visible
INPUT :
crontab -l
------------------------------------------------------
EXPECTED RESULT :
oot@r-6-VM:~# crontab -l
#monitoringConfig
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
*/3 * * * * /usr/bin/python /root/monitorServices.py
------------------------------------------------------
ACTUAL OUTPUT :
no crontab for root