From 3fdf18dcb6d847e1157316d8f7b8ed6426565ecf Mon Sep 17 00:00:00 2001 From: Tom Buck Date: Tue, 22 Oct 2019 21:08:57 +0100 Subject: add support for am2320 sensor (#7024) * add support for am2320 sensor add support for am2320 temperature and humidity sensor * Rename readme.md to README.md * updated README.md to include proper sections updated README.md to include proper sections * readme updated and file name corrected readme updated with missing formatting and information. AM2320.chart.py filename corrected. * changed simple service import chnaged simple service import location * updated README.md to remove the reference of moving the script file. * requested changes - Moved header from README.md to am2320.chart.py - Added Alarm for am2320 to health.d - Changed exception to value error in am2320.chart.py * typo changed mae to make in comment * Add title and icon for AM2320 Sensor Add title and icon for AM2320 Sensor * typo corrected changed Save to save * added I2C group to installer Added netdata to the I2C group during install or update. Removed instruction to add netdate to I2C group from README.md * change tab to spaces change tab to spaces --- packaging/makeself/install-or-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/makeself/install-or-update.sh') diff --git a/packaging/makeself/install-or-update.sh b/packaging/makeself/install-or-update.sh index 393525554b..76f7c99212 100755 --- a/packaging/makeself/install-or-update.sh +++ b/packaging/makeself/install-or-update.sh @@ -84,7 +84,7 @@ fi # ----------------------------------------------------------------------------- progress "Attempt to create user/group netdata/netadata" -NETDATA_WANTED_GROUPS="docker nginx varnish haproxy adm nsd proxy squid ceph nobody" +NETDATA_WANTED_GROUPS="docker nginx varnish haproxy adm nsd proxy squid ceph nobody I2C" NETDATA_ADDED_TO_GROUPS="" # Default user/group NETDATA_USER="root" -- cgit v1.2.3