summaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)Author
2019-12-19Agent claiming (#7525)Markos Fountoulakis
Initial infrastructure support for agent claiming. This feature is not currently enabled as we are still finalizing the details of the cloud infrastructure w.r.t. agent claiming. The feature will be enabled when we are ready to release it.
2019-12-18Make the docker image to run as arbitrary user (#6543)Chris
In container runtime with arbitrary user (e.g. Openshift) there are permission problems when trying to start
2019-12-17[ci skip] create nightly packages and update changelognetdatabot
2019-12-17[ci skip] create nightly packages and update changelognetdatabot
2019-12-15[ci skip] create nightly packages and update changelognetdatabot
2019-12-14[ci skip] create nightly packages and update changelognetdatabot
2019-12-13Remove `-f` option from `groupdel` in uninstaller. (#7507)Austin S. Hemmelgarn
The `-f` option forces removal of a group even if it is the primary group for a user. We should not be using this option for three ons: * It's not universally supported. Gentoo, for example, does not ide a version of `groupdel` with this option. * We shouldn't need it. Short of unusual user configurations, the `netdata` user should be the only one who has a primary group of `netdata`, and we remove the `netdata` user before trying to remove `netdata` group. * In the unlikely event that the above point is not the case on a given system, removing the `netdata` group will actually break things. Fixes: #6348
2019-12-13Force repository name in tag to be lowercase. (#7506)Austin S. Hemmelgarn
Docker requires that tags be all lowercase. This has not previously been an issue, but causes build failures for people with Netdata forks who have upercase characters in their GitHub username.
2019-12-13[ci skip] create nightly packages and update changelognetdatabot
2019-12-12[ci skip] create nightly packages and update changelognetdatabot
2019-12-11[ci skip] create nightly packages and update changelognetdatabot
2019-12-10[ci skip] create nightly packages and update changelognetdatabot
2019-12-10ci: remove ubuntu trusty 14.04 from build (#7481)Mansour
* ci: remove ubuntu trusty 14.04 from build * Update packaging matrix with ubuntu 14.04 changes
2019-12-09[ci skip] create nightly packages and update changelognetdatabot
2019-12-08[ci skip] create nightly packages and update changelognetdatabot
2019-12-07Indicate we no longer build packages for CentOS 6 (#7430)Mansour
* Indicate we no longer build packages for CentOS 6 * Remove CentOS 6 from travis pipeline description * Use x instead of asterisks to denote version wildcard in docs
2019-12-07[ci skip] create nightly packages and update changelognetdatabot
2019-12-06[ci skip] create nightly packages and update changelognetdatabot
2019-12-05[ci skip] create nightly packages and update changelognetdatabot
2019-12-04Implement netdata command server and cli tool (#7325)Markos Fountoulakis
* Checkpoint commit (POC) * Implemented command server in the daemon * Add netdatacli implementation * Added prints in command server setup functions * Make libuv version 1 a hard dependency for the agent * Additional documentation * Improved accuracy of names and documentation * Fixed documentation * Fixed buffer overflow * Added support for exit status in cli. Added prefixes for exit code, stdout and stderr. Fixed parsers. * Fix compilation errors * Fix compile errors * Fix compile errors * Fix compile error * Fix linker error for muslc
2019-12-04installer: include go.d.plugin version v0.12.0 (#7418)Ilya Mashchenko
* add unbound basic alarms * add scaleio basic alarms * update health Makefile.am * add scaleio to dashboard_info.js * packaging: set go.d.plugin version to 0.12.0 * packaging: update go.d.plugin checksums
2019-12-04[ci skip] create nightly packages and update changelognetdatabot
2019-12-03[ci skip] create nightly packages and update changelognetdatabot
2019-12-02Fixing linter errors in packaging/docker/README (#7199)Joel Hans
* Linters and typos on packaging/docker/README * Typo fix
2019-12-02Fix typo and markup in packaging/installer README (#7368)наб
2019-12-02[ci skip] create nightly packages and update changelognetdatabot
2019-12-01[ci skip] create nightly packages and update changelognetdatabot
2019-11-30[ci skip] create nightly packages and update changelognetdatabot
2019-11-27[ci skip] release v1.19.0v1.19.0netdatabot
2019-11-27[ci skip] create nightly packages and update changelognetdatabot
2019-11-26[ci skip] create nightly packages and update changelognetdatabot
2019-11-25[ci skip] create nightly packages and update changelognetdatabot
2019-11-25installer: include go.d.plugin version v0.11.0 (#7365)Ilya Mashchenko
* bump godplugin ver to 0.11.0 * update godplugin checksums * add python unbound module to obsolete modules list * add deprecation info to the python unbound readme * remove old unbound charts descriptions from the dashboard_info.js * add web_log go ver alarms * update web_log alarms info (401) * remove unbound from python.d.conf
2019-11-24[ci skip] create nightly packages and update changelognetdatabot
2019-11-22[ci skip] create nightly packages and update changelognetdatabot
2019-11-22Correct versions of FreeNAS that Netdata is available on (#7355)Konstantinos Natsakis
2019-11-21[ci skip] create nightly packages and update changelognetdatabot
2019-11-20Added GA links to new documents (#7194)Joel Hans
2019-11-20Fixed Caddy line (#7088)Joel Hans
2019-11-20[ci skip] create nightly packages and update changelognetdatabot
2019-11-19[ci skip] create nightly packages and update changelognetdatabot
2019-11-18Update README.md (#7330)Chris Akritidis
2019-11-18[ci skip] create nightly packages and update changelognetdatabot
2019-11-17[ci skip] create nightly packages and update changelognetdatabot
2019-11-16[ci skip] create nightly packages and update changelognetdatabot
2019-11-12[ci skip] create nightly packages and update changelognetdatabot
2019-11-11Ownership and permissions of /etc/netdata (#7244)Konstantinos Natsakis
* make install takes care of ownership and permissions of /etc/netdata Instead of netdata-installer.sh * Fix identation in Makefile.am files * netdata-installer.sh: Clearer variable assignment * netdata-installer.sh: Set /etc/netdata/netdata.conf ownership to root:root and permissions to 0644 * netdata-installer.sh: Set /etc/netdata/.environment permissions to 0644 * install-or-update.sh: Set permissions for /opt/netdata/etc/netdata.conf to 0644 * install-or-update.sh: Use ${NETDATA_PREFIX} more * install-or-update.sh: Improve indentation * install-or-update.sh: Do not create /opt/netdata/etc/netdata directories * debian/rules: /etc/netdata files and directories are now installed by make install * debian/rules: Properly copy files across directories When destination directory exists * netdata.spec.in: /etc/netdata ownership and permissions * Revert "Fix identation in Makefile.am files" This reverts commit 63fdb299b69152fda6984f81b0fef02f364c5efe. * Remove uninstall-local recipes from Makefile.am files * Removed superfluous whitespace and hash
2019-11-11[ci skip] create nightly packages and update changelognetdatabot
2019-11-10[ci skip] create nightly packages and update changelognetdatabot
2019-11-09[ci skip] create nightly packages and update changelognetdatabot