/v3.2/nimbits-tds/web/WEB-INF/cron.xml
http://nimbits-server.googlecode.com/ · XML · 47 lines · 21 code · 6 blank · 20 comment · 0 complexity · 110fd5b0277d32925ac26bd62378bc9d MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- ~ Copyright (c) 2010 Tonic Solutions LLC.
- ~
- ~ http://www.nimbits.com
- ~
- ~
- ~ Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
- ~
- ~ http://www.gnu.org/licenses/gpl.html
- ~
- ~ Unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- -->
-
- <cronentries>
-
-
- <cron>
- <url>/cron/PointMaint</url>
- <description>Check points Delete Expired Data</description>
- <schedule>every day 01:00</schedule>
- <timezone>America/New_York</timezone>
- </cron>
-
- <cron>
- <url>/cron/UserMaint</url>
- <description>Check users and sync with core</description>
- <schedule>every day 11:00</schedule>
- <timezone>America/New_York</timezone>
- </cron>
-
- <cron>
- <url>/cron/idle</url>
- <description>Checks Points that have an idle alarm on</description>
- <schedule>every 1 minutes</schedule>
- <timezone>America/New_York</timezone>
- </cron>
-
- <!--
- <cron>
- <url>/cron/DataScrubberCron</url>
- <description>Pours over existing data checking for problems</description>
- <schedule>every 5 minutes</schedule>
- <timezone>America/New_York</timezone>
- </cron>
- -->
- </cronentries>