Commit 59b38340 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 07f55b5c
...@@ -63,4 +63,4 @@ class ServiceController extends ApiControllerBase ...@@ -63,4 +63,4 @@ class ServiceController extends ApiControllerBase
return array("status" => "failed"); return array("status" => "failed");
} }
} }
} }
\ No newline at end of file
...@@ -249,4 +249,4 @@ class SettingsController extends ApiControllerBase ...@@ -249,4 +249,4 @@ class SettingsController extends ApiControllerBase
// } // }
} }
} }
\ No newline at end of file
...@@ -53,4 +53,4 @@ ...@@ -53,4 +53,4 @@
<type>text</type> <type>text</type>
<help>Enter a description to explain what this job is intended for.</help> <help>Enter a description to explain what this job is intended for.</help>
</field> </field>
</form> </form>
\ No newline at end of file
...@@ -70,5 +70,3 @@ ...@@ -70,5 +70,3 @@
</jobs> </jobs>
</items> </items>
</model> </model>
...@@ -115,4 +115,4 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -115,4 +115,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div> </div>
{# include dialog #} {# include dialog #}
{{ partial("layout_partials/base_dialog",['fields':formDialogEdit,'id':'DialogEdit','label':'Edit Job'])}} {{ partial("layout_partials/base_dialog",['fields':formDialogEdit,'id':'DialogEdit','label':'Edit Job'])}}
\ No newline at end of file
...@@ -60,5 +60,3 @@ if __name__ == '__main__': ...@@ -60,5 +60,3 @@ if __name__ == '__main__':
result=rc.search(**parameters) result=rc.search(**parameters)
result['parameters'] = parameters result['parameters'] = parameters
print (ujson.dumps(result)) print (ujson.dumps(result))
...@@ -42,4 +42,3 @@ if __name__ == '__main__': ...@@ -42,4 +42,3 @@ if __name__ == '__main__':
result = {'items': items, 'count':len(items)} result = {'items': items, 'count':len(items)}
print (ujson.dumps(result)) print (ujson.dumps(result))
...@@ -239,4 +239,3 @@ class RuleCache(object): ...@@ -239,4 +239,3 @@ class RuleCache(object):
result.append(record[0]) result.append(record[0])
return sorted(result) return sorted(result)
...@@ -39,4 +39,3 @@ command:/usr/local/etc/rc.d/suricata status ...@@ -39,4 +39,3 @@ command:/usr/local/etc/rc.d/suricata status
parameters: parameters:
type:script_output type:script_output
message:get suricata daemon status message:get suricata daemon status
...@@ -118,4 +118,3 @@ else: ...@@ -118,4 +118,3 @@ else:
if result is None: if result is None:
sys.exit(-1) sys.exit(-1)
print('%s'%(result)) print('%s'%(result))
...@@ -9,4 +9,4 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin ...@@ -9,4 +9,4 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
# Origin/Description: {{job.origin}}/{{job.description}} # Origin/Description: {{job.origin}}/{{job.description}}
{{job.minutes}} {{job.hours}} {{job.days}} {{job.months}} {{job.weekdays}} /usr/local/sbin/configctl {{job.command}} {{job.parameter}} {{job.minutes}} {{job.hours}} {{job.days}} {{job.months}} {{job.weekdays}} /usr/local/sbin/configctl {{job.command}} {{job.parameter}}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
\ No newline at end of file
...@@ -134,7 +134,7 @@ outputs: ...@@ -134,7 +134,7 @@ outputs:
# Header name were the actual IP address will be reported, if more than # Header name were the actual IP address will be reported, if more than
# one IP address is present, the last IP address will be the one taken # one IP address is present, the last IP address will be the one taken
# into consideration. # into consideration.
header: X-Forwarded-For header: X-Forwarded-For
# a line based log of HTTP requests (no alerts) # a line based log of HTTP requests (no alerts)
- http-log: - http-log:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment