Replies: 2 comments
-
|
Found the reason why plugs directory doesn't have go.plugs. But I installed them with brew |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
check if Redis is running on your system brew services list You should see something like = redis started You can also check if Redis is listening on the correct port (6379): redis-cli ping |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
System
mac m1.
Question
The collector cannot be identified correctly
Process
brew install netdata
brew install redis
Try solutions
Restart netdata
brew services restart netdata
Configure the redis collector explicitly
2.1 visit http://localhost:19999/netdata.conf for the configuration file path
2.2 Configuring a redis collector
Add a configuration file in the following path
"/ opt/homebrew/Cellar/netdata / 1.44.3 _10 / libexec/netdata/plugins. D/redis. Conf." "
"/ opt/homebrew/Cellar/netdata / 1.44.3 _10 / libexec/netdata/plugins. D/go. D/redis. Conf." "
"/opt/homebrew/etc/netdata/redis.conf/go.d/redis.conf"
"/opt/homebrew/etc/netdata/redis.conf"
redis.conf
Beta Was this translation helpful? Give feedback.
All reactions