Ben Sigman
Ben Sigman
Contents of .env ``` # ----------- # SSO Account Configs # ----------- SSO_SERVER_URL = '127.0.0.1:10009'; # i.e. '127.0.0.1:10009' SSO_CERT_PATH = '/tls.cert'; # i.e. '\lnd\alice\tls.cert' SSO_MACAROON_PATH = '/data/chain/bitcoin/mainnet/'; # i.e. '\lnd\alice\data\chain\bitcoin\regtest\'...
I don't actually add that to my config. I switched to a .env.local which looks like this ``` ACCOUNT_CONFIG_PATH = '/home/username/src/thunderhub/thubConfig.yaml'; # i.e. '/data/thubConfig.yaml' LOG_LEVEL = 'error' | 'warn' |...
Same issue here - adding `yarn --openssl_fips=''` does not work for me.
I have also tried to use a host group, but it returns no result even though it works on the curl puts "Host listing: " + host_stats.to_s `hostFilter = "host.groups==\"API\""`
I have also tried this `serviceFilter = [ "service.state==state && match(pattern,service.name)", "filter_vars": { "state": 2, "pattern": "*API*" } ]`
Thank you for the response. Very helpful to see how you did this... However, I have tried using this to substitute my own HostGroup instead of 'dummy-hosts' and it does...
Not a problem, thanks for the reply. Here are the files: [jobs/icinga2.rb](https://hastebin.com/anevumemor.php) [dashboards/icinga2.erb](https://hastebin.com/uxotopoqit.kotlin)
Confirming same issue. @mateuszjarzewski did you get this worked out?
Confirmed @wiz - RAM was full. Added more RAM and this worked.
EOSIO CDT 1.7.x is not available via brew either... so it makes it hard to build the contracts v.1.9.2 release. Would be a really great idea to synchronize the versions...