Keybase proof
I hereby claim:
- I am niftynei on github.
- I am niftynei (https://keybase.io/niftynei) on keybase.
- I have a public key ASCz88tHziYE6EYbvLP0MWMvS2bUUAIW3b8sfHW9oMJ94go
To claim this, I am signing this object:
docker run -d \ | |
--network=host \ | |
-v ~/extra/prom/data:/data:rw \ | |
-v ~/extra/prom/prometheus.yaml:/config/prometheus.yaml:ro \ | |
-v ~/extra/prom/alerts.yaml:/config/alerts.yaml:ro \ | |
--read-only \ | |
--name prometheus \ | |
"prom/prometheus:v2.12.0" --config.file=/config/prometheus.yaml --storage.tsdb.path=/data/metrics --storage.tsdb.retention=31d |
groups: | |
- name: c-lightning.rules | |
rules: | |
- alert: c_lightning_node_down | |
expr: lightning_node_info{job="lightningd"} == 0 | |
for: 1m | |
labels: | |
team: c-lightning | |
severity: urgent | |
annotations: |
global: | |
evaluation_interval: 15s | |
scrape_interval: 15s | |
rule_files: | |
- /config/alerts.yaml | |
alerting: | |
alertmanagers: | |
- scheme: http |
docker run -d \ | |
--network=host \ | |
--name=lightning \ | |
-v ~/extra/lightning:/root/.lightning \ | |
blockstream/lightningd:prom lightningd --conf=/root/.lightning/lightning.conf |
network=bitcoin | |
bitcoin-rpcuser=plugin-user | |
bitcoin-rpcpassword=plugin-pass | |
plugin-dir=/usr/local/bin/plugins |
plugin.add_option( | |
'prometheus-listen', | |
'0.0.0.0:9900' | |
'Address and port to bind to' | |
) |
wallet/db.c -> table schemas + migrations | |
wallet/wallet.c -> SQL statements | |
table: outputs | |
question: what are the values for 'status' | |
output_state_available= 0, | |
output_state_reserved = 1, | |
output_state_spent = 2, | |
/* Output has been included in a signed funding tx that we've shared | |
* with a peer; not yet mempooled. Eligible for burning */ |
I hereby claim:
To claim this, I am signing this object:
Error: The global definition of Mongo.Collection has changed since the job-collection package was loaded. Please ensure that any packages that redefine Mongo.Collection are loaded before job-collection. | |
at JobCollectionBase [as constructor] (packages/vsivsi_job-collection/src/shared.coffee:88:17) | |
at new JobCollection (packages/vsivsi_job-collection/src/server.coffee:27:7) | |
at meteorInstall.node_modules.meteor.reactioncommerce:reaction-collections.common.collections.collections.js (packages/reactioncommerce:reaction-collections/common/collections/collections.js:202:33) | |
at fileEvaluate (packages/modules-runtime.js:181:9) | |
at require (packages/modules-runtime.js:106:16) | |
at /home/niftynei/dev/reaction/.meteor/local/build/programs/server/packages/reactioncommerce_reaction-collections.js:1483:1 | |
at /home/niftynei/dev/reaction/.meteor/local/build/programs/server/packages/reactioncommerce_reaction-collections.js:1510:3 | |
at /home/niftynei/dev/reaction/.meteor/local/build/programs/server/boo |