Skip to content
This repository has been archived by the owner. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions FORMULA
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
top_level_dir: hubblestack_nova
name: hubblestack_nova
os: RedHat, CentOS, Debian, Ubuntu
os_family: RedHat, Debian
version: 2016.9.2
version: 2016.10.1
release: 1
summary: HubbleStack Nova
description: HubbleStack Nova
17 changes: 6 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,20 +243,15 @@ the purposes of compliance percentage.
Schedule
--------

In order to run the audits once daily, you can use the following schedule:
In order to run the audits once daily, you can use the following cron job:

**/etc/cron.d/hubble**

.. code-block:: yaml

schedule:
nova_day:
function: hubble.top
seconds: 86400
kwargs:
verbose: True
show_profile: True
returner: splunk_nova_return
return_job: False
run_on_start: False
MAILTO=""
SHELL=/bin/bash
@daily root /usr/bin/salt '*' hubble.top verbose=True,show_profile=True --return splunk_nova_return

.. _nova_configuration:

Expand Down