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
-
Note: Below steps are applicable to
Rest
Collector. 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_duration
in the template.NABox4
rest
directory:mkdir -p /etc/nabox/harvest/user/rest cd /etc/nabox/harvest/user/rest
Create
custom.yaml
:Update the file with the following content:
custom_iscsi_sessions.yaml
file in the/etc/nabox/harvest/user/rest/9.12.0
directory. Updatecustom_iscsi_sessions.yaml
as below.custom_nfs_clients_connection.yaml
file in the/etc/nabox/harvest/user/rest/9.12.0
directory. Updatecustom_nfs_clients_connection.yaml
as below.rpm/deb/native/container
Note:
rest
directory:cd /opt/harvest/conf/rest
Create
custom.yaml
:Update the file with the following content:
custom_iscsi_sessions.yaml
file in the/opt/harvest/conf/rest/9.12.0/
directory. Updatecustom_iscsi_sessions.yaml
as below.custom_nfs_clients_connection.yaml
file in the/opt/harvest/conf/rest/9.12.0/
directory. Updatecustom_nfs_clients_connection.yaml
as below.You should see relevant data for NFS Clients and iSCSI Sessions as below in prometheus for metrics
svm_iscsi_sessions_count
andnode_nfs_clients_count
Beta Was this translation helpful? Give feedback.
All reactions