Skip to content

Commit

Permalink
Create system_health_monitoring_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang committed May 11, 2023
1 parent 280a888 commit 05caf69
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"services_to_ignore": [],
"devices_to_ignore": [
"PSU 1",
"PSU 2",
"PSU1_FAN1",
"PSU2_FAN1"
],
"user_defined_checkers": [],
"polling_interval": 60,
"led_color": {
"fault": "amber",
"normal": "green",
"booting": "amber_blink"
}
}

0 comments on commit 05caf69

Please sign in to comment.