- Kettering, Ohio, USA
Block or Report
Block or report Ferroin
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
netdata/netdata Public
Real-time performance monitoring, done right! https://www.netdata.cloud
-
ahferroin7-overlay Public
A Portage overlay containing some random ebuilds and stuff I've written.
Shell 3
-
806 contributions in the last year
Less
More
Activity overview
Contributed to
netdata/netdata,
netdata/helper-images,
netdata/kernel-collector
and 12 other
repositories
Contribution activity
April 2022
Created 20 commits in 1 repository
Created a pull request in netdata/netdata that received 2 comments
Treat auto-updates as a tristate internally in the kickstart script.
Summary
If no options are specified, use the value default to indicate that the default behavior is requested. Long-term, this will allow us to eas…
+9
−2
•
2
comments
Opened 16 other pull requests in 1 repository
netdata/netdata
12
merged
2
closed
2
open
- Fix checking of enviornment file in updater.
- Fix typos introduced by #12701.
-
Add
-pipeto CFLAGS in most cases for builds. - Tweak static build process to improve build speed and debuggability.
- Disable automake dependency tracking in our various one-time builds.
- Add caching support to Docker CI.
-
Ensure versioned release tags include a leading
vin workflows. - Fix retry code in build CI.
- Fix branch handling for minor releases in release workflow.
- Correctly propagate errors and warnings up to the kickstart script from scripts it calls.
- Fix the static build code in light of CVE-2022-24765
- Properly limit repository configuration dependencies.
- Add options to kickstart.sh for explicitly passing options to installer code.
- Summarize encountered errors and warnings at end of kickstart script run.
- Improve handling of release channel selection in kickstart.sh.
- Add eBPF CO-RE version and checksum files to distfile list.
Reviewed 25 pull requests in 3 repositories
netdata/netdata
22 pull requests
- Make atomics a hard-dep.
- Update netdata-installer.sh
- Fix and improve netdata-updater.sh script
- chore(ci): add the root dir markdown files to area/docs
- chore: remove kickoke from codeowners
- add --install-version flag for installing specific version of Netdata
- Temporary directory creation rewritten
-
chore(kickstart.sh): remove unused
--auto-updateoption when using static/build install method - fix upgrading all currently installed packages when updating Netdata on Debian
- fix disable-dependency-tracking typo
- fix: use NETDATA_LISTENER_PORT in docker healtcheck
- chore(deps): bump google-github-actions/upload-cloud-storage from 0.8.0 to 0.9.0
- chore(deps): bump actions/download-artifact from 2 to 3
- chore(deps): bump actions/upload-artifact from 2 to 3
- Trigger cloud intergration workflow for PRs and pushes against master
- Show --build-only instead of --only-build
- add --reinstall-clean flag for kickstart.sh and update documentation
- Add a document outlining how to build native packages locally.
- fix centos gpg key issue
- Update dashboard to version v2.22.3.
- Check if libatomic can be linked
- fix: re-add setuid bit to ioping after installing Debian package
netdata/ebpf-co-re
2 pull requests
netdata/kernel-collector
1 pull request
Created an issue in netdata/netdata that received 8 comments
[Bug]: Incorrect versioning of release artifacts and binaries in release v1.34.0
Due to bugs in the new release engineering code, there are numerous issues with versioning for the v1.34.0 release of Netdata. More specifically: T…
8
comments
Opened 6 other issues in 2 repositories
netdata/netdata
3
open
2
closed
-
[Feat]: Rename
--installoption forkickstart.sh. - [Feat]: Kickstart script should be able to install a specific version of the agent, not only the latest stable or nightly.
- [Feat]: Installer and updater code should propagate errors back to the kickstart script when possible.
- [Feat]: Kickstart script should summarize errors and warnings encountered during a run at the end of the run.
- [Feat]: Overhaul handling of options for installer code in the kickstart script.