リリース 2.2.0 以降、Linux デスクトップ環境で Discovery ツールを使用できるようになりました。

At the Discovery System Requirements page you can find all the Linux Environments that we have tested.

もちろん、テストしていないその他多くの Linux ディストリビューションでも Discovery ツールを使用できます。

Insight Discovery を使用している Linux ディストリビューションについてのフィードバックをお寄せください。

必要なもの

To use the Discovery Tool (or the Collector) you need to install the latest Mono packages on your Linux System.

Follow the instructions at the Mono Website and check your version with "mono --version" it needs to be higher or equal than 5.2.0

使用方法

必要な Mono パッケージをインストールすると、Discovery_x.x.x.x.zip パッケージをシステムに展開できます (例: /opt/)

You can now use the included executables (Discovery.exe, Collector.exe, ScanViewer.exe) by using the pre-command mono

例: 「mono Discovery.exe -s」で DiscoverySetup を開始

For using the included Tools you can follow the Documentation Pages

スケジュールされたスキャンの実行方法

Discovery とCollector はサービス (Windows-Service) として Linux システムにインストールできないため、

you need to add Cron Tasks that are executing the functions to check the configured settings.

sudo 権限で cron タスクをセットアップする (sudo crontab -e)

使用できる cron の一部を紹介します。

設定したスキャン設定を毎分確認して、時間に達すると実行します。

* * * * * mono /opt/Discovery/Discovery.exe -stsc

エージェントからのデータが、設定されたエージェント IP 範囲内であるかどうかを 10 分間隔で確認します。

*/10 * * * * mono /opt/Discovery/Discovery.exe -stad

コレクターがデータを転送できるかどうかを、毎分確認します。

* * * * * mono /opt/Discovery/Collector.exe

Windows システムに接続できないのはなぜですか?

As Mono.Net doesn't support WMI it is actually not possible to connect

Linux システム上で実行中の Discovery ツールを使用する Windows システムには接続できません。

  • ラベルなし