{"id":37207213,"url":"https://github.com/adobe/prometheus-emcisilon-exporter","last_synced_at":"2026-01-14T23:50:13.116Z","repository":{"id":66034908,"uuid":"156898982","full_name":"adobe/prometheus-emcisilon-exporter","owner":"adobe","description":"A golang prometheus exporter that facilities the monitoring of EMC Isilon cluster with prometheus","archived":false,"fork":false,"pushed_at":"2024-04-08T12:49:44.000Z","size":2495,"stargazers_count":7,"open_issues_count":9,"forks_count":11,"subscribers_count":7,"default_branch":"development","last_synced_at":"2024-06-20T16:51:45.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adobe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-09T17:59:56.000Z","updated_at":"2023-07-25T14:21:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e12d00f-1192-4af5-9d1a-59a6d805e997","html_url":"https://github.com/adobe/prometheus-emcisilon-exporter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adobe/prometheus-emcisilon-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fprometheus-emcisilon-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fprometheus-emcisilon-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fprometheus-emcisilon-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fprometheus-emcisilon-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adobe","download_url":"https://codeload.github.com/adobe/prometheus-emcisilon-exporter/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Fprometheus-emcisilon-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T23:50:12.476Z","updated_at":"2026-01-14T23:50:13.101Z","avatar_url":"https://github.com/adobe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Prometheus-emcisilon-exporter\n======\n\n### Introduction\n\n`Prometheus-emcisilon-exporter` is a golang prometheus exporter that facilities the monitoring of EMC Isilon cluster with prometheus.  It uses the OneFS API to expose metrics and configuration items.\n\nThe prometheus-emcisilon-exporter and be build on any go compatibile system with the required dependencies.\n\nSimilar projects are e.g.:\n\n - [Prometheus Node Exporter](https://github.com/prometheus/node_exporter)\n - [Prometheus Isilon Exporter](https://github.com/paychex/prometheus-isilon-exporter)\n - [Prometheus ECS Exporter](https://github.com/paychex/prometheus-emcecs-exporter)\n\n### Usage\n\n#### Building the package\n\nThis exporter will run on any supported go platform. To build run: `go build`\n\n#### Dependencies\n\n    \"github.com/prometheus/client_golang/prometheus\"\n\t\"github.com/prometheus/common/log\"\n    \"gopkg.in/alecthomas/kingpin.v2\"\n    \"github.com/hpanike/goisilon\"\n\n#### Run\n\nThe build go binary can be executed directly on the command-line with the desired configration flags.\n\nMake sure the password environment variable has been properly exported.\n\n`./prometheus-emcisilon-exporter --isilon.cluster.fqdn=\u003cFQDN\u003e --isilon.cluster.port=\u003cPORT\u003e --isilon.cluster.username=\u003cUSERNAME\u003e --isilon.cluster.password.env=\u003cPASSWD_ENV\u003e\n\nCollectors can be enabled by using `--collector.\u003cname\u003e` or disabled with `--no-collector.\u003cname\u003e`\n\n##### Configuration\n\n###### System Flags\n\n| Program Flags   | Description | Default Value | Required |\n|-----------------------------|-----------------------------------------------------------------------------------------------|---------------------------------|--------|\n| --isilon.cluster.fqdn    | The DNS FQDN for reaching the cluster. HTTPS is forced as auth is made with basic auth.       | \"localhost\" | Yes |\n| --isilon.cluster.port     | The port for the API on the Isilon cluster.                                  | 8080 | Yes |\n| --isilon.cluster.username | The username for access the API                                                               | | Yes |\n| --isilon.cluster.password.env | The password environment variabled that contains the password.                                               | \"ISILON_CLUSTER_PASSWORD\" | Yes |\n| --isilon.cluster.site | The site the cluster resides in. Added as a label. | | No |\n| --web.listen-address | The port that the exporter is bound to. | \":9300\" | Yes |\n| --web.telemtry-path | HTTP path for access metrics. | \"/metrics\" | Yes |\n| --log.level | Log level of the exporter. | \"info\" | Yes |\n| --log.format | Sets log target and format | \"logger:stderr\" | Yes |\n\n###### Collector Flags\n| Flag | Collector | Description | Default |\n|-------------------------------|------------|----------------------------------------------------------------------|---------------|\n| --collector.capacity | capacity | Exposes system /ifs capacity information. | enabled |\n| --collector.cluster_health | cluster_health | Exposes cluster health information | enabled |\n| --collector.cluster_protocol | cluster_protocol | Exposes protocol statistics at the cluster level | enabled |\n| --collector.common_cifs | cluster_protocol \u0026 node_protocol | Enables the collection of cifs protocol statistics | enabled |\n| --collector.common_ftp | cluster_protocol \u0026 node_protocol | Enables the collection of ftp protocol statistics | enabled |\n| --collector.common_hdfs | cluster_protocol \u0026 node_protocol | Enables the collection of hdfs protocol statistics | enabled |\n| --collector.common_http | cluster_protocol \u0026 node_protocol | Enables the collection of http protocol statistics | enabled |\n| --collector.common_irp | cluster_protocol \u0026 node_protocol | Enables the collection of irp protocol statistics | enabled |\n| --collector.common_jobd | cluster_protocol \u0026 node_protocol | Enables the collection of jobd protocol statistics | enabled |\n| --collector.common_lsass_in | cluster_protocol \u0026 node_protocol | Enables the collection of lsass inbound protocol statistics | enabled |\n| --collector.common_lsass_out | cluster_protocol \u0026 node_protocol | Enables the collection of lsass outbound protocol statistics | enabled |\n| --collector.common_nfs | cluster_protocol \u0026 node_protocol | Enables the collection of nfs protocol statistics | enabled |\n| --collector.common_nfs3 | cluster_protocol \u0026 node_protocol | Enables the collection of nfs3 protocol statistics | enabled |\n| --collector.common_nfs4 | cluster_protocol \u0026 node_protocol | Enables the collection of nfs4 protocol statistics | enabled |\n| --collector.common_nlm | cluster_protocol \u0026 node_protocol | Enables the collection of nlm protocol statistics | enabled |\n| --collector.common_papi | cluster_protocol \u0026 node_protocol | Enables the collection of papi protocol statistics | enabled |\n| --collector.common_siq | cluster_protocol \u0026 node_protocol | Enables the collection of siq protocol statistics | enabled |\n| --collector.common_smb1 | cluster_protocol \u0026 node_protocol | Enables the collection of smb1 protocol statistics | enabled |\n| --collector.common_smb2 | cluster_protocol \u0026 node_protocol | Enables the collection of smb2 protocol statistics | enabled |\n| --collector.cpu | cpu | Enables the collection of CPU statistics | enabled |\n| --collector.disk | disk | Enables the collection of disk statistics |\n| --collector.memory | memory | Enables the collection of memory statistics | enabled |\n| --collector.network | network | Enables the collection of network statistics | enabled |\n| --collector.nfs_exports | nfs_exports | Enables the collection of summary information about nfs exports | enabled |\n| --collector.node_health | node_health | Enables the collection of node health information | enabled |\n| --collector.node_partition | node_partition | Enables the collection of node partition information (\\, \\var, \\var\\crash, etc.) | enabled |\n| --collector.node_protocol | node_protocol | Enables the collection of node level procotol statistics | enabled |\n| --collector.node_status | node_status | Enables the collection of node status information (Power supplies \u0026 batteries) | enabled |\n| --collector.quota | quota | Enables the collection of quota information (thresholds and status) | disabled |\n| --collector.quota.type | quota | Sets the type of quotas to be collected (directory, user, group, etc.) | all |\n| --collector.quota.exceeded | quota | Sets the quota collector to return only exceeded quotas | disabled | \n| --collector.quota_summary | quota_summary | Enables the collection of summary information about all quotas | enabled |\n| --collector.smb_shares | smb_share | Enables the colleciton of summary information about smb share. |\n| --collector.snapshots | snapshots | Enables the collection of summary information about snapshots | enabled |\n| --collector.statfs | statfs | Enables the collection of statfs statistics about the general /ifs system | enabled |\n| --collector.storage_pools | storage_pools | Enables the collection of information about storage pools (virtual hot spare size, etc.) | enabled |\n| --collector.sync_iq | sync_iq | Enables the collection of sync iq policies | enabled |\n\n#### Provided Metrics\n```# HELP isilon_cluster_health Current health of the cluster. Int of 1 2 or 3\n# TYPE isilon_cluster_health gauge\n \n# HELP isilon_cluster_onefs_version Current OneFS version. This returns a 1 always, the version is a label to the metric.\n# TYPE isilon_cluster_onefs_version gauge\n \n# HELP isilon_ifs_bytes_avail Current ifs filesystem capacity available in bytes.\n# TYPE isilon_ifs_bytes_avail gauge\n \n# HELP isilon_ifs_bytes_free Current ifs filesystem capacity free in bytes.\n# TYPE isilon_ifs_bytes_free gauge\n \n# HELP isilon_ifs_bytes_total Current ifs filesystem capacity total in bytes.\n# TYPE isilon_ifs_bytes_total gauge\n \n# HELP isilon_ifs_bytes_used Current ifs filesystem capacity used in bytes.\n# TYPE isilon_ifs_bytes_used gauge\n \n# HELP isilon_ifs_percent_avail Current ifs filesystem capacity available as a percentage from 0.0 - 1.0.\n# TYPE isilon_ifs_percent_avail gauge\n \n# HELP isilon_ifs_percent_free Current ifs filesystem capacity free as a percentage from 0.0 - 1.0.\n# TYPE isilon_ifs_percent_free gauge\n \n# HELP isilon_ifs_percent_used Current ifs filesystem capacity used in as a percentage from 0.0 - 1.0.\n# TYPE isilon_ifs_percent_used gauge\n \n# HELP isilon_nfs_export_total Total number of NFS exports on a cluster.\n# TYPE isilon_nfs_export_total gauge\n \n# HELP isilon_node_boottime Unix timestamp of when a load booted.\n# TYPE isilon_node_boottime gauge\n \n# HELP isilon_node_clientstats_active Total node protocol operation in rate.\n# TYPE isilon_node_clientstats_active gauge\n \n# HELP isilon_node_clientstats_connected Total node protocol operation in rate.\n# TYPE isilon_node_clientstats_connected gauge\n \n# HELP isilon_node_cpu_sys_avg Current cpu busy percentage for sys mode represented in 0.0-1.0.\n# TYPE isilon_node_cpu_sys_avg gauge\n \n# HELP isilon_node_cpu_user_avg Current cpu busy percentage for user mode represented in 0.0-1.0.\n# TYPE isilon_node_cpu_user_avg gauge\n \n# HELP isilon_node_disk_busy_all Current disk busy percentage represented in 0.0-1.0.\n# TYPE isilon_node_disk_busy_all gauge\n \n# HELP isilon_node_disk_count Number of disk per node as seen by the onefs system.\n# TYPE isilon_node_disk_count gauge\n \n# HELP isilon_node_disk_iosched_queued_all Current queue depth for IO sceduler.\n# TYPE isilon_node_disk_iosched_queued_all gauge\n\n# HELP isilon_node_disk_unhealthy_count Number of unhealthy disk per node as an int.\n# TYPE isilon_node_disk_unhealthy_count gauge\n \n# HELP isilon_node_disk_xfers_in_rate_all Current disk ingest transfer rate.\n# TYPE isilon_node_disk_xfers_in_rate_all gauge\n \n# HELP isilon_node_disk_xfers_out_rate_all Current disk egress transfer rate.\n# TYPE isilon_node_disk_xfers_out_rate_all gauge\n \n# HELP isilon_node_health Current health of a node from the view of the onefs cluster.\n# TYPE isilon_node_health gauge\n \n# HELP isilon_node_load_15min Current 15min node load.\n# TYPE isilon_node_load_15min gauge\n \n# HELP isilon_node_load_1min Current 1min node load.\n# TYPE isilon_node_load_1min gauge\n \n# HELP isilon_node_load_5min Current 5min node load.\n# TYPE isilon_node_load_5min gauge\n \n# HELP isilon_node_memory_cache RAM memory currently used for cache in bytes.\n# TYPE isilon_node_memory_cache gauge\n \n# HELP isilon_node_memory_free RAM memory currently free in bytes.\n# TYPE isilon_node_memory_free gauge\n \n# HELP isilon_node_memory_used RAM memory currently in use in bytes.\n# TYPE isilon_node_memory_used gauge\n \n# HELP isilon_node_net_ext_bytes_in_rate Current network bytes in rate from external interfaces.\n# TYPE isilon_node_net_ext_bytes_in_rate gauge\n \n# HELP isilon_node_net_ext_bytes_out_rate Current network bytes out rate from external interfaces.\n# TYPE isilon_node_net_ext_bytes_out_rate gauge\n \n# HELP isilon_node_partition_count Count of the total number of partitions on a node.\n# TYPE isilon_node_partition_count gauge\n \n# HELP isilon_node_partition_filenodes_free Number of filenodes free on a partition.\n# TYPE isilon_node_partition_filenodes_free gauge\n \n# HELP isilon_node_partition_filenodes_free_percent Percentage of filenodes free on a partition.\n# TYPE isilon_node_partition_filenodes_free_percent gauge\n \n# HELP isilon_node_partition_filenodes_total Total number of filenodes on a partition.\n# TYPE isilon_node_partition_filenodes_total gauge\n \n# HELP isilon_node_partition_used_space_percentage Percentage of space used on a partition.\n# TYPE isilon_node_partition_used_space_percentage gauge\n \n# HELP isilon_node_status_battery Status for batteries.\n# TYPE isilon_node_status_battery gauge\n \n# HELP isilon_node_status_power_supply Status for power supplies.\n# TYPE isilon_node_status_power_supply gauge\n \n# HELP isilon_node_uptime Current uptime of a node in seconds.\n# TYPE isilon_node_uptime gauge\n \n# HELP isilon_quota_api_collection_duration Returns the amount of time it took to collect an iteration of quotas from the api.\n# TYPE isilon_quota_api_collection_duration gauge\n \n# HELP isilon_quota_container 1 if quota is a container quota, 0 if not.\n# TYPE isilon_quota_container gauge\n \n# HELP isilon_quota_enforced 1 if quota is enforced, 2 if quota is an advisory quota.\n# TYPE isilon_quota_enforced gauge\n \n# HELP isilon_quota_include_snapshots 1 if quota includes snapshots in usage, 0 if not.\n# TYPE isilon_quota_include_snapshots gauge\n \n# HELP isilon_quota_summary_default_group_quotas_count Number of default group quotas.\n# TYPE isilon_quota_summary_default_group_quotas_count gauge\n \n# HELP isilon_quota_summary_default_user_quotas_count Number of default user quotas.\n# TYPE isilon_quota_summary_default_user_quotas_count gauge\n \n# HELP isilon_quota_summary_directory_quotas_count Number of directory quotas.\n# TYPE isilon_quota_summary_directory_quotas_count gauge\n \n# HELP isilon_quota_summary_group_quotas_count Number of group quotas.\n# TYPE isilon_quota_summary_group_quotas_count gauge\n \n# HELP isilon_quota_summary_linked_quotas_count Number of linked quotas.\n# TYPE isilon_quota_summary_linked_quotas_count gauge\n \n# HELP isilon_quota_summary_quotas_user Number of user quotas.\n# TYPE isilon_quota_summary_quotas_user gauge\n \n# HELP isilon_quota_summary_total_quotas_count Total number of quotas on a cluster.\n# TYPE isilon_quota_summary_total_quotas_count gauge\n \n# HELP isilon_quota_threshold_advisory Usage bytes at which notifications will be sent but writes will not be denied.\n# TYPE isilon_quota_threshold_advisory gauge\n \n# HELP isilon_quota_threshold_advisory_exceeded 1 if the advisory threshold has been hit.\n# TYPE isilon_quota_threshold_advisory_exceeded gauge\n \n# HELP isilon_quota_threshold_hard Usage bytes at which further writes will be denied.\n# TYPE isilon_quota_threshold_hard gauge\n \n# HELP isilon_quota_threshold_hard_exceeded True if the hard threshold has been hit.\n# TYPE isilon_quota_threshold_hard_exceeded gauge\n \n# HELP isilon_quota_threshold_soft Usage bytes at which notifications will be sent and soft grace time will be started.\n# TYPE isilon_quota_threshold_soft gauge\n \n# HELP isilon_quota_threshold_soft_exceeded 1 if the soft threshold has been hit.\n# TYPE isilon_quota_threshold_soft_exceeded gauge\n \n# HELP isilon_quota_threshold_soft_grace Time in seconds after which the soft threshold has been hit before writes will be denied.\n# TYPE isilon_quota_threshold_soft_grace gauge\n \n# HELP isilon_quota_usage_inodes Number of inodes (filesystem entities) used by governed data.\n# TYPE isilon_quota_usage_inodes gauge\n \n# HELP isilon_quota_usage_logical Apparent bytes used by governed data.\n# TYPE isilon_quota_usage_logical gauge\n \n# HELP isilon_quota_usage_physical Bytes used for governed data and filesystem overhead.\n# TYPE isilon_quota_usage_physical gauge\n \n# HELP isilon_scrape_collector_duration_seconds isilon_exporter: Duration of a collector scrape,\n# TYPE isilon_scrape_collector_duration_seconds gauge\n \n# HELP isilon_scrape_collector_success isilon_exporter: Whether a collector succeeded.\n# TYPE isilon_scrape_collector_success gauge\n  \n# HELP isilon_smb_share_total Total number of SMB shares on a cluster.\n# TYPE isilon_smb_share_total gauge\n \n# HELP isilon_snapshots_15_day_count Number of snapshots older than 15 days.\n# TYPE isilon_snapshots_15_day_count gauge\n \n# HELP isilon_snapshots_30_day_count Number of snapshots older than 30 days\n# TYPE isilon_snapshots_30_day_count gauge\n \n# HELP isilon_snapshots_60_day_count Number of snapshots older than 60 days.\n# TYPE isilon_snapshots_60_day_count gauge\n \n# HELP isilon_snapshots_7_day_count Number of snapshots older than 7 days.\n# TYPE isilon_snapshots_7_day_count gauge\n \n# HELP isilon_snapshots_90_day_count Number of snapshots older than 90 days.\n# TYPE isilon_snapshots_90_day_count gauge\n \n# HELP isilon_snapshots_active_count Number of snapshots that are active on the system.\n# TYPE isilon_snapshots_active_count gauge\n \n# HELP isilon_snapshots_active_size Size in bytes of space occupied by active snapshots.\n# TYPE isilon_snapshots_active_size gauge\n \n# HELP isilon_snapshots_deleting_count Number of snapshots that are being deleted from the system.\n# TYPE isilon_snapshots_deleting_count gauge\n \n# HELP isilon_snapshots_deleting_size Size in bytes of space occupied by snapshots being deleted. \n# TYPE isilon_snapshots_deleting_size gauge\n \n# HELP isilon_snapshots_total_count Total number of snapshots (both active and deleting) on a cluster.\n# TYPE isilon_snapshots_total_count gauge\n \n# HELP isilon_snapshots_total_size Size in bytes of space occupides by all snapshots.\n# TYPE isilon_snapshots_total_size gauge\n \n# HELP isilon_stafs_file_block_avail The filesystem fragment size.\n# TYPE isilon_stafs_file_block_avail gauge\n \n# HELP isilon_statfs_file_block_free The number of free blocks in the filesystem.\n# TYPE isilon_statfs_file_block_free gauge\n \n# HELP isilon_statfs_file_block_size The filesystem fragment size.\n# TYPE isilon_statfs_file_block_size gauge\n \n# HELP isilon_statfs_file_block_used The total number of data blocks in the filesystem.\n# TYPE isilon_statfs_file_block_used gauge\n \n# HELP isilon_statfs_file_io_size The optimal transfer block size.\n# TYPE isilon_statfs_file_io_size gauge\n \n# HELP isilon_statfs_file_name_max The maximum length of a file name.\n# TYPE isilon_statfs_file_name_max gauge\n \n# HELP isilon_statfs_file_node_free The number of free blocks in the filesystem.\n# TYPE isilon_statfs_file_node_free gauge\n \n# HELP isilon_statfs_file_node_free_percent The percentage of free file nodes in the filesystem.\n# TYPE isilon_statfs_file_node_free_percent gauge\n \n# HELP isilon_statfs_file_node_total The total number of file nodes in the filesystem.\n# TYPE isilon_statfs_file_node_total gauge\n \n# HELP isilon_storage_pool_balanced 0 if the storage pool is balanced, 1 if it is not.\n# TYPE isilon_storage_pool_balanced gauge\n \n# HELP isilon_storage_pool_bytes_avail Number of bytes available on the storage pool.\n# TYPE isilon_storage_pool_bytes_avail gauge\n \n# HELP isilon_storage_pool_bytes_avail_ssd Number of bytes available on ssd for the storage pool.\n# TYPE isilon_storage_pool_bytes_avail_ssd gauge\n \n# HELP isilon_storage_pool_bytes_free Number of bytes available on the storage pool.\n# TYPE isilon_storage_pool_bytes_free gauge\n \n# HELP isilon_storage_pool_bytes_free_ssd Number of bytes free on ssd for the storage pool.\n# TYPE isilon_storage_pool_bytes_free_ssd gauge\n \n# HELP isilon_storage_pool_bytes_total Total number of bytes on the storage pool.\n# TYPE isilon_storage_pool_bytes_total gauge\n \n# HELP isilon_storage_pool_bytes_total_ssd Total number of bytes on ssd for the storage pool.\n# TYPE isilon_storage_pool_bytes_total_ssd gauge\n \n# HELP isilon_storage_pool_bytes_virtual_hot_spare Number of bytes in vhs for the storage pool.\n# TYPE isilon_storage_pool_bytes_virtual_hot_spare gauge\n \n# HELP isilon_storage_pool_manual 0 of storage pool is not manually managed, 1 is it is.\n# TYPE isilon_storage_pool_manual gauge\n \n# HELP isilon_storage_pool_total Total number of storage pools on a cluster.\n# TYPE isilon_storage_pool_total gauge\n \n# HELP isilon_sync_policies_total_count Total number of sync policies on the cluster.\n# TYPE isilon_sync_policies_total_count gauge\n \n# HELP isilon_sync_policy_enabled 1 = Enabled, 0 = Disabled for the specified policy\n# TYPE isilon_sync_policy_enabled gauge\n \n# HELP isilon_sync_policy_last_start Epoch timestame for last sync start for a policy.\n# TYPE isilon_sync_policy_last_start gauge\n \n# HELP isilon_sync_policy_last_success Epoch timestamp of the last successful sync for a policy.\n# TYPE isilon_sync_policy_last_success gauge\n \n# HELP isilon_sync_policy_priority Current priority for the policy.\n# TYPE isilon_sync_policy_priority gauge\n \n# HELP isilon_sync_policy_state Last state from run of sync policy.\n# TYPE isilon_sync_policy_state gauge\n \n# HELP isilon_sync_policy_workers_per_node Number of worker threads per node for a policy.\n# TYPE isilon_sync_policy_workers_per_node gauge\n```\n\n### Contributing\n\nContributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information.\n\n### Licensing\n\nThis project is licensed under the MIT license. See [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Fprometheus-emcisilon-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadobe%2Fprometheus-emcisilon-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Fprometheus-emcisilon-exporter/lists"}