You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sarath Kasi (JIRA)" <ji...@apache.org> on 2015/07/31 08:47:04 UTC

[jira] [Created] (CLOUDSTACK-8694) monitorServices.py is not running as a cron job in VR

Sarath Kasi created CLOUDSTACK-8694:
---------------------------------------

             Summary: monitorServices.py is not running as a cron job in VR
                 Key: CLOUDSTACK-8694
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8694
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
    Affects Versions: 4.6.0
         Environment: Xenserver
CS 4.6.0


            Reporter: Sarath Kasi


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





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)