問題タブ [check-mk]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
check-mk - check_mk サービスで Xinetd Bind が失敗する
エージェントをインストールして、Linux サーバーを Check_MK 監視に追加しようとしています。Check_MK サーバーから Xinetd と Check_MK_Agent RPM をインストールしました。ただし、Check_MK エージェントは実行されていないようです。
「status xinetd.service」を実行すると、起動していないと思われるエラーがいくつか表示されます
これの原因が何かわかりません。そのポートに何か他のものがあったのではないかと思いましたが、「netstat -antelup |grep -i 6556」は表示されるだけではありません
それが具体的に実行されて問題を引き起こしているのか、何が起こっているのかはわかりません。Bind Failed 部分を検索しても、これまで Check_MK に特に関連するものは何も見つかりませんでした。見つかった回答のほとんどは、接線を外れているか、単に頭を悩ませているように見えます。
あなたがもたらすことができる助けや洞察は、最も役に立ちます。
python - Check_MK doesn't read local python check on remote host
I'm trying to write a local python check which sends an XML request to a WSDL service and get the response as XML. The script works fine on the server (Ubuntu 18.04.2 LTS Server) and prints the results I want. But check_mk (installed on another server) doesn't read this output completely.
The server which I would like to run the script runs Python 2.7.15rc1 on Ubuntu 18.04.2 LTS but check_mk server runs Python 2.7.5 on CentOS Linux 7 (Core). Also, I've noticed that the same script works on check_mk server different than I expect. I should change the try-except block to make the script work on Check_MK server.
#xA;json - PowerShell を使用した json の解析
check_mk with http-api "action=get_all_hosts"
応答からすべてのホストを取得しようとすると、次のjson
ような形式になります。
今、私は成功せずに応答をフォーマットしようとしています。table
すべてのプロパティを使用して結果をフォーマットするにはどうすればよいですか?