2017-01-08 02:56:14 +03:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Copyright (c) 2014 Mozilla Corporation
|
|
|
|
|
2018-03-27 07:27:12 +03:00
|
|
|
source /opt/mozdef/envs/python/bin/activate
|
2018-01-05 20:29:55 +03:00
|
|
|
/opt/mozdef/envs/mozdef/cron/healthToMongo.py -c /opt/mozdef/envs/mozdef/cron/healthToMongo.conf
|