monitor idrac more frequently [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-07 18:54:57 +00:00
parent 38379e9b06
commit 20cd480988
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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.

Binary file not shown.