Imported Upstream version 1.5.1

This commit is contained in:
Mario Fetka
2020-09-22 02:25:22 +02:00
commit 434d6067d9
2103 changed files with 928962 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
modules {
module {
name = "xtfs-dir-plugin"
language = "python"
# The following params are examples only
param Host {
value = localhost
}
param Port {
value = 9001
}
param CommunityString {
value = public
}
}
}
collection_group {
collect_every = 60
time_threshold = 10
metric {
name = "dir_jvm_used_mem"
title = "used memory of the jvm"
value_threshold = 1
}
metric {
name = "dir_jvm_free_mem"
title = "free memory of the jvm"
value_threshold = 1
}
metric {
name = "dir_client_connections"
title = "number of Clients"
value_threshold = 1
}
metric {
name = "dir_pending_requests"
title = "number of pending requests"
value_threshold = 1
}
metric {
name = "addr_mapping_count"
title = "number of address mappings"
value_threshold = 1
}
metric {
name = "service_count"
title = "number of services"
value_threshold = 1
}
metric {
name = "dir_status"
title = "Status DIR"
}
metric {
name = "dir_uuid"
title = "DIR UUID"
}
}

View File

@@ -0,0 +1,56 @@
modules {
module {
name = "xtfs-mrc-plugin"
language = "python"
# The following params are examples only
param Host {
value = localhost
}
param Port {
value = 9002
}
param CommunityString {
value = public
}
}
}
collection_group {
collect_every = 60
time_threshold = 10
metric {
name = "mrc_jvm_used_mem"
title = "used memory of the jvm"
value_threshold = 1
}
metric {
name = "mrc_jvm_free_mem"
title = "free memory of the jvm"
value_threshold = 1
}
metric {
name = "mrc_client_connections"
title = "number of Clients"
value_threshold = 1
}
metric {
name = "mrc_pending_requests"
title = "number of pending requests"
value_threshold = 1
}
metric {
name = "volumes_count"
title = "number of volumes"
value_threshold = 1
}
metric {
name = "mrc_status"
title = "Status MRC"
}
metric {
name = "mrc_uuid"
title = "MRC UUID"
}
}

View File

@@ -0,0 +1,107 @@
modules {
module {
name = "xtfs-osd-plugin"
language = "python"
# The following params are examples only
param Host {
value = localhost
}
param Port {
value = 9003
}
param CommunityString {
value = public
}
}
}
collection_group {
collect_every = 60
time_threshold = 10
metric {
name = "osd_jvm_used_mem"
title = "used memory of the jvm"
value_threshold = 1
}
metric {
name = "osd_jvm_free_mem"
title = "free memory of the jvm"
value_threshold = 1
}
metric {
name = "osd_client_connections"
title = "number of Clients"
value_threshold = 1
}
metric {
name = "objects_received"
title = "objects received"
value_threshold = 1
}
metric {
name = "repl_objects_received"
title = "replicated objects received"
value_threshold = 1
}
metric {
name = "objects_transmitted"
title = "objects transmitted"
value_threshold = 1
}
metric {
name = "repl_bytes_received"
title = "replicated bytes received"
value_threshold = 1
}
metric {
name = "bytes_received"
title = "bytes received"
value_threshold = 1
}
metric {
name = "bytes_transmitted"
title = "bytes transmitted"
value_threshold = 1
}
metric {
name = "preproc_queue_length"
title = "preprocessing stage queue length"
value_threshold = 1
}
metric {
name = "storage_queue_length"
title = "storage stage queue length"
value_threshold = 1
}
metric {
name = "deletion_queue_length"
title = "deletion stage queue length"
value_threshold = 1
}
metric {
name = "open_files"
title = "open files"
value_threshold = 1
}
metric {
name = "deleted_files"
title = "deleted files"
value_threshold = 1
}
metric {
name = "free_space"
title = "free space"
value_threshold = 100
}
metric {
name = "osd_status"
title = "Status OSD"
}
metric {
name = "osd_uuid"
title = "OSD UUID"
}
}