#metadata metrics
1 messages · Page 1 of 1 (latest)
@modest fiber you would need to enable unix collector in harvest config as highlighted here https://github.com/NetApp/harvest/blob/main/harvest.yml#L42-L48
@fluid heron is this is not enabled in NABox by default?
@carmine pivot looks like that the unix collector is enabled per default in file /opt/packages/harvest2/harvest.yml :
Pollers:
# This is an optional poller that provides stats about harvest itself.
# To remove it, simply delete the "unix" section
unix:
datacenter: local
addr: localhost
collectors:
- Unix
exporters:
- prometheus
ok. Could you share logs for this poller?
I don't see any logs for unix poller in this. let me try to run it locally in NABox
is /opt/packages/harvest2/harvest.yml the right file?
It is not. Correct location is /opt/harvest2-conf/harvest.yml
ok, added in /opt/harvest2-conf/harvest.yml under my filer pollers the following:
Pollers:
....
unix:
addr: localhost
collectors:
- Unix
datacenter: local
exporters:
- prometheus
then "dc restart". still no poller unix in the logs.
I think it is added like in screenshot but it probably doesn't work in container environments yet. @fluid heron can add more.