Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add events to host #30

Merged
merged 26 commits into from
Sep 16, 2022
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b1be99c
Add conf to host, move plugin to sbin
zbud-msft Sep 9, 2022
ffd6f50
Add missing comma in dependencies
zbud-msft Sep 9, 2022
ab80c1b
Correct flag to -p
zbud-msft Sep 9, 2022
13d03a6
Fix events_info and j2
zbud-msft Sep 10, 2022
009f68c
Add host event
zbud-msft Sep 12, 2022
2dc07d3
Revert back to creating and moving
zbud-msft Sep 12, 2022
4d7e8c4
Split into multiple regex for each process
zbud-msft Sep 12, 2022
9cb80e3
Merge branch 'syslog_telemetry_shared' into addEventsToHost
zbud-msft Sep 13, 2022
b581453
Modify regex and set .py to sbin in monit_events
zbud-msft Sep 13, 2022
23c1ab4
Change log level from err to notice
zbud-msft Sep 14, 2022
ef28575
Merge branch 'syslog_telemetry_shared' into addEventsToHost
zbud-msft Sep 14, 2022
99cd431
Move publish tool to sbin
zbud-msft Sep 14, 2022
719071f
Merge branch 'syslog_telemetry_shared' into addEventsToHost
zbud-msft Sep 14, 2022
c430dcf
Remove has_timer from init cfg
zbud-msft Sep 15, 2022
6e81739
Add peer review changes
zbud-msft Sep 15, 2022
7a3b1af
Change to /usr/bin
zbud-msft Sep 15, 2022
974e17e
Remove empty lines
zbud-msft Sep 15, 2022
7a60f2a
Change monit_events
zbud-msft Sep 16, 2022
83c7e2c
Remove mv
zbud-msft Sep 16, 2022
72ee558
Fix syntax issues
zbud-msft Sep 16, 2022
0424765
Fix syntax
zbud-msft Sep 16, 2022
352771b
Fix syntax
zbud-msft Sep 16, 2022
3cd2b4e
Resolve LGTM
zbud-msft Sep 16, 2022
e54f9b3
Merge branch 'syslog_telemetry_shared' into addEventsToHost
zbud-msft Sep 16, 2022
80b45bf
Merge branch 'syslog_telemetry_shared' into addEventsToHost
zbud-msft Sep 16, 2022
d943b90
Switch tab with space
zbud-msft Sep 16, 2022
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
2 changes: 1 addition & 1 deletion files/build_templates/events_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"name": "systemd",
"parse_json": "systemd_regex.json"
"parse_json": "systemd_regex.json"
}
]
}