Laurence Chen

Results 27 comments of Laurence Chen

看起來像是某個 `60_esxi_*.sh` 沒有順利抓到完整的 json 。 要不要試試 sh -x `60_esxi_*.sh` 來看看詳細的運作過程?

可以附上,你執行 `snmp_quries.sh` 的結果嗎?

我看這樣子的結果,是很有機會修正的。因為 `snmpdf` 可以成功地拿到資料。 那請你再跑一下 `sh -x 60_esxi_df.sh $community $host` 應該就是錯在這個 60_esxi_df.sh 裡

從這個 log 看起來的話,60_esxi_df.sh 在你進行測試的開發環境上,似乎也是有跑出 json 的結果?我看並沒有什麼問題。 還是沒有線索的話,我會建議,往生產環境與開發環境的差異點去找 bug 的原因。

https://github.com/humorless/cepave_riemann 1. 目前設計將 hostgroup/host 分組的資訊,透過 events 打入 Riemann 。 2. 透過 ```falcon/query-hostgroup``` 函數,來對每一個 event 查詢對應的 hostgroup

I put something like: ``` ;; (browser-repl) live. :repl-options {:init-ns user ;should have this auto-gen + :timeout 380000 :port 11233} ``` to solve timeout problem. However, there are other problems.

Great. I will take some time to work on this.

> I'm surprised that actually works. Are you sure you used a `pre-test` hook and not a `pre-report` hook? I re-run the example above, and I found: (1) If I...

It seems that it can be related the PR https://github.com/lambdaisland/kaocha/pull/404

I tried to understand this issue, but what I found in kaocha's codebase is that orchestra is already a plugin. Also, the changelog said [so](https://github.com/lambdaisland/kaocha/blob/main/CHANGELOG.md#changed-9).