Enabling and Configuring NFS Clients and iSCSI Sessions Tracking in Harvest #3155
rahulguptajss
started this conversation in
Show and tell
Replies: 1 comment
-
|
@rahulguptajss For NABOX3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Note: Below steps are applicable to
RestCollector. NFS clients template below provides data for clients active in the last 48 hours. If you need real-time data, you will need to add a filter foridle_durationin the template.NABox4
restdirectory:mkdir -p /etc/nabox/harvest/user/rest cd /etc/nabox/harvest/user/restCreate
custom.yaml:Update the file with the following content:
custom_iscsi_sessions.yamlfile in the/etc/nabox/harvest/user/rest/9.12.0directory. Updatecustom_iscsi_sessions.yamlas below.custom_nfs_clients_connection.yamlfile in the/etc/nabox/harvest/user/rest/9.12.0directory. Updatecustom_nfs_clients_connection.yamlas below.rpm/deb/native/container
Note:
restdirectory:cd /opt/harvest/conf/restCreate
custom.yaml:Update the file with the following content:
custom_iscsi_sessions.yamlfile in the/opt/harvest/conf/rest/9.12.0/directory. Updatecustom_iscsi_sessions.yamlas below.custom_nfs_clients_connection.yamlfile in the/opt/harvest/conf/rest/9.12.0/directory. Updatecustom_nfs_clients_connection.yamlas below.You should see relevant data for NFS Clients and iSCSI Sessions as below in prometheus for metrics
svm_iscsi_sessions_countandnode_nfs_clients_countBeta Was this translation helpful? Give feedback.
All reactions