-
-
-
VMware ESX、Linux KVM、およびCitrix HypervisorでNetScaler ADC VPXのパフォーマンスを最適化する
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
ユーザーモニターの設定
ユーザーモニターは、Citrix ADCアプライアンスがサポートしていないカスタムアプリケーションとプロトコルの健全性を追跡します。これは、カスタムモニターの拡張スコープです。ユーザモニタを設定するには、次の手順を実行する必要があります。
- バインドされたサービスを監視できるスクリプトを記述します。
- スクリプトをCitrix ADCアプライアンスの
/nsconfig/monitors
ディレクトリにアップロードします。 - スクリプトに実行権限を与えます。
モニタタイプがアプライアンスでサポートされていないプロトコルの場合は、タイプ USERのモニタを使用する必要があります。ユーザーモニターは Perl および Bash タイプのスクリプトのみをサポートします。Python スクリプトはサポートしていません。
注
モニタープローブはNSIPアドレスから発信されます。モニタタイプUSERに設定された
scriptargs
は、実行構成ファイルと ns.conf ファイルに表示されます。
モニターの詳細については、「 モニターの構成」を参照してください。
CLI を使用してユーザモニタを設定するには
コマンドプロンプトで入力します。
add lb monitor <monitorName> USER -scriptname <NameOfScript> -scriptargs <Arguments> -secureargs <Arguments>
<!--NeedCopy-->
Example1:
add monitor Monitor-User-1 USER -scriptname nsftp.pl -scriptargs "file=/home/user/
sample.txt;user=root;password=passwd"
<!--NeedCopy-->
Example2:
add monitor Monitor-User-1 USER -scriptname nsftp.pl -scriptargs "file=/home/user/
sample.txt -secureargs "user=root;password=passwd"
<!--NeedCopy-->
注
secureargs
パラメータは、スクリプト引数をプレーンテキスト形式ではなく暗号化された形式で格納します。スクリプトに関連する機密データ(ユーザー名やパスワードなど)には、scriptargs パラメーターの代わりにパラメーターsecureargs
を使用することをお勧めします。両方のパラメータを一緒に使用する場合、-scriptname
で指定されたスクリプトは、<scriptargs> <secureargs>
の順序で引数を受け入れる必要があります。最初のいくつかの引数を<scriptargs>
パラメータに指定し、 残りの引数を<secureargs>
パラメータに指定します。つまり、引数に定義された順序を維持します。Secure 引数は内部ディスパッチャにのみ適用されます。外部ディスパッチャーを使用する場合は、スクリプト内の脆弱なデータを保護することをお勧めします。
例 3:
scriptargs
パラメータに「a=b; c=d; e=f」という引数を設定しているとします。
add monitor mon1 USER -scriptargs "a=b;c=d;e=f"
<!--NeedCopy-->
scriptargs
パラメータの代わりにsecureargs
パラメータを使用する場合は、次の操作を行います。
-
scriptargs
パラメータを無効にします。 -
secureargs
パラメータの下にすべての引数を指定します。
set monitor mon1 USER -scriptargs "" -secureargs "a=b;c=d;e=f"
<!--NeedCopy-->
GUI を使用してユーザモニタを設定するには
- [ トラフィック管理] > [負荷分散] > [モニタ] に移動し、[ 追加] をクリックします。
-
[モニターの作成 ] ページで、次の操作を行います。
- モニタータイプとして USERを選択します。
- ドロップダウンメニューからスクリプトを選択するか、独自のスクリプトをアップロードします。
- [ スクリプト引数] フィールドと [ **セキュア引数** ] フィールドに適切な値を入力します。
- [作成] をクリックします。
ユーザーモニターが作成されます。
共有
共有
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.