smart_proxy_host_reports 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31db56842815a4fb7e8993d34067184b5f5e4741e04deae9602fb35412f22908
|
4
|
+
data.tar.gz: 88716c3d354cc8577e3e38b4da9943e2e03a7a64e4d46b9e3c722cb3f548ae12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce94b16ab66001a358f1f31fae1457a8f708f4adb69169cbc8c4fe05cb0c69fe639eb187478329eeb8765aabfcc5a9d1e6b13ea8c57c22367195256f690180eb
|
7
|
+
data.tar.gz: 9602d2e30cd2e156724144cc09c163fe765f8add6502455dc1824a723d549dbbe0351061fd8aa8c1b45a58f611924cc072f35b1693161376f494b6b423e56781
|
@@ -16,7 +16,7 @@ module Proxy::HostReports
|
|
16
16
|
|
17
17
|
default_settings reported_proxy_hostname: "localhost",
|
18
18
|
debug_payload: false,
|
19
|
-
spool_dir: "/var/lib/foreman-proxy",
|
19
|
+
spool_dir: "/var/lib/foreman-proxy/host_reports",
|
20
20
|
keep_reports: false
|
21
21
|
|
22
22
|
http_rackup_path File.expand_path("host_reports_http_config.ru", File.expand_path("../", __FILE__))
|
@@ -8,7 +8,7 @@
|
|
8
8
|
:debug_payload: false
|
9
9
|
|
10
10
|
# Spool directory with processed reports
|
11
|
-
:spool_dir: /var/foreman-proxy/host_reports
|
11
|
+
:spool_dir: /var/lib/foreman-proxy/host_reports
|
12
12
|
|
13
13
|
# Keep sent reports in spool_dir/done directory
|
14
14
|
# - when enabled, move files from the place on
|
@@ -19,4 +19,4 @@
|
|
19
19
|
# Override hostnames of incoming reports
|
20
20
|
#:override_hostname: report.example.com
|
21
21
|
# Store input payloads in a directory
|
22
|
-
#:incoming_save_dir: /var/foreman-proxy/host_reports/incoming
|
22
|
+
#:incoming_save_dir: /var/lib/foreman-proxy/host_reports/incoming
|