-
neuroservebarfield isn't node_exporter not enough for your needs?
-
barfieldThats a good question
-
barfieldI
-
barfieldI am assuming that is the underlying node module that the cmon-agent is using?
-
neuroservebarfield : nope - this one: github.com/prometheus/node_exporter
-
gonzosysadm[m]i keep getting this message "WARNING: terminal is not fully functional" (with less, man, etc) on the gz inside of tmux. TERM is set to tmux-256color, which something somewhere doesn't seem to recognize. if i set it to screen-256color it works as espected. what would be the proper way to fix this? (make it recognize tmux-256color, whatever "it" is here)
-
barfieldneuroserve: I'm actually looking into this today. Thank you for the suggestion.
-
gonzosysadm[m]what is admin_network in /usbkey/config? it's empty
-
gonzosysadm[m]and how to correctly set the prefixlen in admin_ip6 ? add it to the ipv6, or is there an admin_netmask6 or something
-
bahamatgonzosysadm[m]: admin_network is the network number of your admin interface. The admin interface is the primary IP of the global zone.
-
gonzosysadm[m]network number? as in vlan?
-
bahamatNo, the prefix
-
bahamatlike if your IP is 10.1.1.10/24, then the network number is 10.1.1.0
-
bahamatBut you don't need it really. It works just fine if you don't have it in your config.
-
bahamatto set the prefix length for ipv6 do admin_ip6=2001:db8::f00/64
-
gonzosysadm[m]ah
-
gonzosysadm[m]yes, i am creating an ansible template for it, and i noticed it's empty. i was wondering if it ought to be kept around
-
bahamatIn that case it would be the same as ansible_facts.ansible_default_ipv4.network
-
bahamatSo if you look that up in ansible facts on a running node you'll see what it's supposed to be.