monitor idrac more frequently [ci skip]
This commit is contained in:
parent
38379e9b06
commit
20cd480988
4 changed files with 3 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ variable "defcon_level" {
|
|||
default = 5
|
||||
validation {
|
||||
condition = var.defcon_level >= 1 && var.defcon_level <= 5
|
||||
error_message = "DEFCON level must be between 1 and 5. 1 is highest level or alertness"
|
||||
error_message = "DEFCON level must be between 1 and 5. 1 is highest level of alertness"
|
||||
}
|
||||
}
|
||||
locals {
|
||||
|
|
|
|||
|
|
@ -473,8 +473,8 @@ extraScrapeConfigs: |
|
|||
regex: '(.*)'
|
||||
replacement: 'r730_idrac_$${1}'
|
||||
- job_name: 'redfish-idrac'
|
||||
scrape_interval: 3m
|
||||
scrape_timeout: 2m
|
||||
scrape_interval: 1m
|
||||
scrape_timeout: 45s
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets:
|
||||
|
|
|
|||
Binary file not shown.
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue