#metadata metrics

1 messages · Page 1 of 1 (latest)

carmine pivot
modest fiber
#

@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

carmine pivot
#

ok. Could you share logs for this poller?

carmine pivot
#

I don't see any logs for unix poller in this. let me try to run it locally in NABox

modest fiber
#

is /opt/packages/harvest2/harvest.yml the right file?

carmine pivot
#

It is not. Correct location is /opt/harvest2-conf/harvest.yml

modest fiber
#

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.

carmine pivot
#

I think it is added like in screenshot but it probably doesn't work in container environments yet. @fluid heron can add more.