Skip to content

Commit 6a7c8b9

Browse files
committed
add os info to config_default
1 parent c5e8cab commit 6a7c8b9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

config_default.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
"global": {
2323
"description": "Overall System Status",
2424
"oids": [
25-
{ "oid": "systemModelName", "type": "text" },
26-
{ "oid": "systemServiceTag", "type": "text" },
27-
{ "oid": "globalSystemStatus", "type": "status" }
25+
{ "oid": "systemModelName", "type": "text", "suffix": ", " },
26+
{ "oid": "systemServiceTag", "type": "text", "suffix": "\n" },
27+
{ "oid": "systemFQDN", "type": "text", "prefix": " - ", "suffix": ", " },
28+
{ "oid": "systemOSName", "type": "text", "suffix": " " },
29+
{ "oid": "systemOSVersion", "type": "text", "prefix": "v", "suffix": "\n" },
30+
{ "oid": "globalSystemStatus", "type": "status", "prefix": " - Overall health: " }
2831
],
32+
"oid-separator": "",
2933
"important": true
3034
},
3135
"processor": {

0 commit comments

Comments
 (0)