Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable rest collector templates #1391

Merged
merged 1 commit into from Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
59 changes: 29 additions & 30 deletions conf/rest/default.yaml
Expand Up @@ -4,35 +4,34 @@ collector: Rest
schedule:
- data: 180s

# These are commented out until ZAPIs are removed from ONTAP in a later release.
# Feel free to uncomment as needed or add individual objects to your own custom.yaml
# More information https://github.com/NetApp/harvest/blob/main/docs/architecture/rest-collector.md
# See https://github.com/NetApp/harvest/blob/main/docs/architecture/rest-strategy.md
# for details on how Harvest handles the ONTAP transition from ZAPI to REST.

objects:
# Aggr: aggr.yaml
# ClusterPeer: clusterpeer.yaml
# Disk: disk.yaml
# Lun: lun.yaml
# NetConnections: netConnections.yaml
# NetPort: netPort.yaml
# NFSClients: nfs_clients.yaml
# Node: node.yaml
# NtpServer: ntpserver.yaml
# OntapS3: ontap_s3.yaml
# Port: port.yaml
# Qtree: qtree.yaml
# Security: security.yaml
# SecurityAccount: security_account.yaml
# SecurityAuditDestination: security_audit_dest.yaml
# SecurityCert: security_certificate.yaml
# SecurityLogin: security_login.yaml
# SecuritySsh: security_ssh.yaml
# Sensor: sensor.yaml
# Shelf: shelf.yaml
# SnapMirror: snapmirror.yaml
# SnapshotPolicy: snapshotPolicy.yaml
# Status: status.yaml
# Subsystem: subsystem.yaml
# Support: support.yaml
# SVM: svm.yaml
# Volume: volume.yaml
Aggr: aggr.yaml
ClusterPeer: clusterpeer.yaml
Disk: disk.yaml
Lun: lun.yaml
NetConnections: netConnections.yaml
NetPort: netPort.yaml
NFSClients: nfs_clients.yaml
Node: node.yaml
NtpServer: ntpserver.yaml
OntapS3: ontap_s3.yaml
Port: port.yaml
Qtree: qtree.yaml
Security: security.yaml
SecurityAccount: security_account.yaml
SecurityAuditDestination: security_audit_dest.yaml
SecurityCert: security_certificate.yaml
SecurityLogin: security_login.yaml
SecuritySsh: security_ssh.yaml
Sensor: sensor.yaml
Shelf: shelf.yaml
SnapMirror: snapmirror.yaml
SnapshotPolicy: snapshotPolicy.yaml
Status: status.yaml
Subsystem: subsystem.yaml
Support: support.yaml
SVM: svm.yaml
Volume: volume.yaml