Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8db675a
spec_systemctl_show_smartpdc
TripleJQK Jun 19, 2018
91fe874
spec for qpidd_conf
TripleJQK Jun 20, 2018
9b9da23
add filter to just get database parament
TripleJQK Jun 28, 2018
0c6133e
Merge branch 'uploader_json' into smartpdc_conf_spec
TripleJQK Jun 28, 2018
d31f02a
spec ls_var_run (#84)
TripleJQK Jun 28, 2018
b41c82c
spec for systemctl_show_smartpdc (#91)
TripleJQK Jun 28, 2018
ac2365e
Specs for qemu_xml (#96)
Jun 28, 2018
b6dde06
Update uploader.json and uploader.v2.json
SteveHNH Jun 28, 2018
feae9d3
Update uploader.json
TripleJQK Jun 29, 2018
c291c9d
Update uploader.v2.json
TripleJQK Jun 29, 2018
52f68ba
Merge branch 'uploader_json' into smartpdc_conf_spec
TripleJQK Jun 29, 2018
4793d29
Merge branch 'uploader_json' into qpidd_conf_spec
TripleJQK Jul 3, 2018
c45c535
Specs for /etc/vmware-tools/tools.conf
Jul 1, 2018
4a5b3a1
Merge pull request #106 from psachin/vmware_tools_conf
wcmitchell Jul 3, 2018
5c391e2
Merge branch 'uploader_json' into smartpdc_conf_spec
wcmitchell Jul 3, 2018
c8dfb5a
Merge pull request #92 from TripleJQK/smartpdc_conf_spec
wcmitchell Jul 3, 2018
95a0cc1
Merge pull request #94 from TripleJQK/qpidd_conf_spec
wcmitchell Jul 3, 2018
3b03cec
Updating uploader.[v2.]?json and signatures
wcmitchell Jul 3, 2018
d522d35
Merge branch 'master' into uploader_json
wcmitchell Jul 3, 2018
924f14f
Add spec for httpd_conf from SCLs httpd24 and jbcs-httpd24 (#115)
bfahr Jul 12, 2018
4f339a0
New spec collect openshift_hosts (#101)
wushiqinlou Jul 12, 2018
4e69907
Update and sign uploader.json and uploader.v2.json
SteveHNH Jul 12, 2018
b61c4f7
Merge branch 'master' into uploader_json
SteveHNH Jul 12, 2018
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
39 changes: 38 additions & 1 deletion uploader.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@
"httpd",
"iscsid",
"java",
"jboss",
"nfs-server",
"nfsd",
"nginx",
Expand Down Expand Up @@ -741,6 +742,14 @@
}
],
"files": [
{
"file": "/root/.config/openshift/hosts",
"pattern": [
"[",
"openshift_use_crio"
],
"symbolic_name": "openshift_hosts"
},
{
"file": "/etc/redhat-access-insights/machine-id",
"pattern": [],
Expand Down Expand Up @@ -1020,6 +1029,26 @@
"pattern": [],
"symbolic_name": "httpd_conf_d"
},
{
"file": "/opt/rh/httpd24/root/etc/httpd/conf/httpd.conf",
"pattern": [],
"symbolic_name": "httpd_conf_scl_httpd24"
},
{
"file": "/opt/rh/httpd24/root/etc/httpd/conf.d/()*.+\\.conf",
"pattern": [],
"symbolic_name": "httpd_conf_scl_httpd24"
},
{
"file": "/opt/rh/jbcs-httpd24/root/etc/httpd/conf/httpd.conf",
"pattern": [],
"symbolic_name": "httpd_conf_scl_jbcs_httpd24"
},
{
"file": "/opt/rh/jbcs-httpd24/root/etc/httpd/conf.d/()*.+\\.conf",
"pattern": [],
"symbolic_name": "httpd_conf_scl_jbcs_httpd24"
},
{
"file": "/var/log/httpd/error_log",
"pattern": [
Expand All @@ -1036,6 +1065,9 @@
"exceeds compile time limit of",
"exceeds compile-time limit of",
"exit signal Segmentation fault",
"manager_handler CONFIG error: MEM: Can't update or insert node",
"manager_handler ENABLE-APP error: MEM: Can't update or insert context",
"manager_handler ENABLE-APP error: MEM: Can't update or insert host alias",
"not allowed, increasing to 1"
],
"symbolic_name": "httpd_error_log"
Expand Down Expand Up @@ -1184,15 +1216,18 @@
"Temperature above threshold",
"This system does not support \"SSSE3\"",
"Uhhuh. NMI received for unknown reason",
"Virtualization daemon",
"WRITE SAME failed. Manually zeroing",
"blocked FC remote port time out",
"does not seem to be present, delaying initialization",
"error Error on attach: Node not found",
"ext4_ext_search_left",
"failed: Connection amqps:",
"fiid_obj_get: 'present_countdown_value': data not available",
"firewalld - dynamic firewall daemon",
"fit failure summary on nodes : Insufficient pods",
"heated above trip temperature",
"http2: no cached connection was available",
"in libnl.so.1",
"irq handler for vector (irq -1)",
"is beyond advertised capabilities",
Expand Down Expand Up @@ -1223,6 +1258,7 @@
"udev: renamed network interface",
"udevd",
"unknown filesystem type 'binfmt_misc'",
"vdsm-tool: EnvironmentError: Failed to restore the persisted networks",
"which already exists for this journal"
],
"symbolic_name": "messages"
Expand Down Expand Up @@ -1799,6 +1835,7 @@
"16514': No route to host",
"Changed state to Down: internal error: Attempted double use of PCI slot",
"Stopping connection",
"The name org.fedoraproject.FirewallD1 was not provided by any .service files",
"The vm start process failed",
"_report_inconsistency",
"lastCheck",
Expand Down Expand Up @@ -7480,5 +7517,5 @@
]
}
},
"version": "2018-07-03T12:00:05.494193"
"version": "2018-07-12T15:18:49.754511"
}
26 changes: 13 additions & 13 deletions uploader.json.asc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUAWzudxHUU932DZrDZAQjQIQ//XLsE8myHA5MJRo/zRFGWH0gxAsZaEE9R
dEsvttJYYh5au4aYxpnIvsVb3S2TFND+2xeojafcaXYJl65cgECEWYXXfUWMxsDZ
Xwi+DD5XdvTfZiE/dvaVcGSxLVDbwEsfAIz23YKIeTX+oEHIcnyR55l42G6/VWnk
qTeQnBb5/g4co27TOeQuLsH45RO+GdS/Qx9dc6oQKiqVEouqe1HI7bLcQJfRHPu3
cY2p21l3Tl+pGFOzZTzjLLNXbjloKbyN5ilYmdcjB3/+F2Lieev8DEEaGy7oOdOX
N9c29wM8A963edIDgZS66Rgk3+vuNLuqskbZMhBr8M87s7z3PAi0tsYPtpiprC9N
PoB8h9Li5Ccba2JpE+vSgEz7vBlNzQnMAW+VRKtG2oRm1ISnikNw+D3KEAsiQnW+
Et2UvJU/jYBSUbtm4XhYVFe3m+vM2LGkFlqfCr4wTH3BnrmpXonVAgsscZeY+Ori
NFY5MG8Ah/fo8cjfQeU75Bq+HZLcxQMEckNtlEsisME06Dc8rha8sNKYA23/6PJy
GZqcDteDVcoVbDR07C9cZYIwTo/FHZsqSvU2TCnmrZJ57l012gYJ4Ertup6FnkC/
AEtJKm8oFOpew1npuwpKuOMZ9nNE+kGJeeqFTMbZ9Uy7SNlIilIdr4aiTwzVbRMj
+X70m6zJtTQ=
=XUow
iQIVAwUAW0eqA3UU932DZrDZAQi95hAAhdLofWS9H4mFNP3ILC7OM6jvASZMbXVJ
/bFATKgam0wBBkp8MiXpB/uvDLizyhBHFZ1tZsuqLa0P3dhviWSmvKXOWX+fiyLq
s58lqxIfipC7BB1uxeqM2AEWby/eQx1siDK1oZAKc145Qlb6HbVzFeQSHyB0PXOc
VBb0CmO9GcFG2QIKSuZXtbVhnF7dkO88biM1XbQWwTlFZRi6YtrVRNWbsEsx6h0H
zhDtiUTaHCXgYOHdEl59yiFOjXAC6svEEAVO5kgvGJObKI0iqV6jBQWFK9ZGkrqN
qaX8BepP6Zvg1AuwfjiNI/FRYcqzCHGfRZf3JUAQ72Z12phgBGzCzHg4gSb73TnU
+ldJryaXtMc/eBLfq9XrhNzRkbtWndoRcryZ5KWWWxL0omR2z++KfkBDskWlKaem
FUbEGx/7waM5wy+LoYhnQ6QTJ3eyf1T43AuY3mYG76vgln3SsY9pPLGv+XhrUZIj
hVTUxoJg1Ea0GjC2FJNv08zji+Aec+V12VkaJ/eRqDcInr6h8zisvyaBzlAQ8kRX
WrpveCISx8STSOvP548zJHTQL2R4M1LpQxE8cIe2EUSHCAdA1RU+CgR2ImyBgGlh
fPu6N1hBn+id+p52G4qNDStweGPPAIj1MlDiDFNVQoUDudtglNgV7/2M9gFJU8fw
7mrQqLc5LTE=
=X3SR
-----END PGP SIGNATURE-----
39 changes: 38 additions & 1 deletion uploader.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@
"httpd",
"iscsid",
"java",
"jboss",
"nfs-server",
"nfsd",
"nginx",
Expand Down Expand Up @@ -741,6 +742,14 @@
}
],
"files": [
{
"file": "/root/.config/openshift/hosts",
"pattern": [
"[",
"openshift_use_crio"
],
"symbolic_name": "openshift_hosts"
},
{
"file": "/etc/redhat-access-insights/machine-id",
"pattern": [],
Expand Down Expand Up @@ -1020,6 +1029,26 @@
"pattern": [],
"symbolic_name": "httpd_conf_d"
},
{
"file": "/opt/rh/httpd24/root/etc/httpd/conf/httpd.conf",
"pattern": [],
"symbolic_name": "httpd_conf_scl_httpd24"
},
{
"file": "/opt/rh/httpd24/root/etc/httpd/conf.d/()*.+\\.conf",
"pattern": [],
"symbolic_name": "httpd_conf_scl_httpd24"
},
{
"file": "/opt/rh/jbcs-httpd24/root/etc/httpd/conf/httpd.conf",
"pattern": [],
"symbolic_name": "httpd_conf_scl_jbcs_httpd24"
},
{
"file": "/opt/rh/jbcs-httpd24/root/etc/httpd/conf.d/()*.+\\.conf",
"pattern": [],
"symbolic_name": "httpd_conf_scl_jbcs_httpd24"
},
{
"file": "/var/log/httpd/error_log",
"pattern": [
Expand All @@ -1036,6 +1065,9 @@
"exceeds compile time limit of",
"exceeds compile-time limit of",
"exit signal Segmentation fault",
"manager_handler CONFIG error: MEM: Can't update or insert node",
"manager_handler ENABLE-APP error: MEM: Can't update or insert context",
"manager_handler ENABLE-APP error: MEM: Can't update or insert host alias",
"not allowed, increasing to 1"
],
"symbolic_name": "httpd_error_log"
Expand Down Expand Up @@ -1184,15 +1216,18 @@
"Temperature above threshold",
"This system does not support \"SSSE3\"",
"Uhhuh. NMI received for unknown reason",
"Virtualization daemon",
"WRITE SAME failed. Manually zeroing",
"blocked FC remote port time out",
"does not seem to be present, delaying initialization",
"error Error on attach: Node not found",
"ext4_ext_search_left",
"failed: Connection amqps:",
"fiid_obj_get: 'present_countdown_value': data not available",
"firewalld - dynamic firewall daemon",
"fit failure summary on nodes : Insufficient pods",
"heated above trip temperature",
"http2: no cached connection was available",
"in libnl.so.1",
"irq handler for vector (irq -1)",
"is beyond advertised capabilities",
Expand Down Expand Up @@ -1223,6 +1258,7 @@
"udev: renamed network interface",
"udevd",
"unknown filesystem type 'binfmt_misc'",
"vdsm-tool: EnvironmentError: Failed to restore the persisted networks",
"which already exists for this journal"
],
"symbolic_name": "messages"
Expand Down Expand Up @@ -1794,6 +1830,7 @@
"16514': No route to host",
"Changed state to Down: internal error: Attempted double use of PCI slot",
"Stopping connection",
"The name org.fedoraproject.FirewallD1 was not provided by any .service files",
"The vm start process failed",
"_report_inconsistency",
"lastCheck",
Expand Down Expand Up @@ -1995,5 +2032,5 @@
"pre_commands": {
"iface": "/sbin/ip -o link | awk -F ': ' '/.*link\\/ether/ {print $2}'"
},
"version": "2018-07-03T12:00:14.466546"
"version": "2018-07-12T15:19:12.942397"
}
26 changes: 13 additions & 13 deletions uploader.v2.json.asc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUAWzudv3UU932DZrDZAQh2HxAA2JNf6WRbk83BrQ/qWXEI2EaIA/tQUR6g
UMapn3J8IT11Lj5B0bv5a/W0iKFl6TM+IqJC3rjthnLBIHdc2QHsMAeE8CuyToc8
ZnAqcyXPfrqNDrBjP0EniFYo4QXgsRIfn5DES+ZQrc7qtkEto4AbgHtrFNhI1Bxw
r5oc+B3Aho2Cs1jnjJyx2OMpML1SovnMGHXeN+UXbmH47wHtdU9WWy1LesbVxWq3
/SYyFWYTRpEPvKTVTPeCYvE5zV35Y+JXs+eb7LLsjGEQUV/ELBIqChRL1i5f+Wgo
tPTYkXAbPs/FiHMEJonDiE30rMQvD0NQIP+PpkrBpHJCugeeb8NVJWDroIRlaliS
UWn+k07sPX/iyFOfIJ7OxCudm/7M6Ki3sD1oqKUbNl4pieolSazsgynGFiwkTz50
1DAIqaEFJTvZMUY0X7PqN9a44uj9l3zc/tHthPUirKhuY/aWfZ7Sn/qotlEX9GMm
hW0lX5tFidmOvsRR9Gh4rqpZnrWvDW4ydx6CrtZOIKnwIHkMpH0j6axfgpyX2kVI
dl2X5K+BjIoZ0szgNLQMTqXe+ExzL20n5O6V1+DJFat0v0B3L7J5tfowlDQj+WcS
eJViL/46Lv9Xd/piLgBfPqSFio5gFKkrrL0wfbcAHSA3RTmIoXE+2WJ7HPw2mGrM
CSVoB6XrFSA=
=B4N4
iQIVAwUAW0ep/3UU932DZrDZAQi6OA/+MgRxjktx7H8kAbMGIdXikNNft4ZjwpdX
U9HLD2gLtBRTZh3cEPdruPmnzrHp8HvMxaC9ovSOmDMBkOvC81WMs5jDGF2r+837
adiMoMdp89rXdk4xw2ovEO0JVXva8Fb0z3mRpysJbUMq5OxFlbSrT+x5ZyGJg8QF
O5tW0G9KSfOUz8LbCgF9ZqElARTdssX3TFnms4Cqup/Xu6MgII1RxfUymLvfN7nZ
BJpXS4Ik4FTZdF/q7U+y85qdWYo/AJcnCHEsLIIXHqDg8GT+EdejfWE7BXUB6eyR
7QbR6iL28yQLI3RSN33+hdf/hv/t3tXWGz5x0nChDKwdDElGAqP70zUpUCO2SDbu
sYG4VCdKtYc4Kilc38Rhzxb2Yvfvh10u9FlNy7ihwSoF3I8l5di+cijTju9EXMvp
8nXnZLLnzUqS9CXGMiZPujgirq5OmbgBLPJZ2TyY1+tGrqSk7dN5cPFGFLiIoqlj
lXCvTISOsBLMz12k0Soor5rDfqIgg16YYtfSUkCQiToNExsoWlKvAjAgcOITY3n7
+mioWfRCnFx+7hfFAcKWZ0DAX+6XDNO1am0cvwD2dFSQIL8297kBs40nfn8AuZgM
mqOxMcKgMW0hAHuVt4w2/i4U+7MtjaCPi98bEc2ZInKvkWtr9GYlrD39PuYblaxu
crMOskVLc1c=
=xO6n
-----END PGP SIGNATURE-----