We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faa15e commit 26be7dbCopy full SHA for 26be7db
src/pmdas/hdb/pmdahdb.python
@@ -3388,7 +3388,6 @@ class HdbPMDA(PMDA):
3388
),
3389
]
3390
3391
-
3392
def _int_or_empty_value(val: Any) -> int:
3393
if val is None:
3394
return 0
src/pmdas/hdb/pmlogconf.summary
@@ -0,0 +1,15 @@
1
+#pmlogconf-setup 2.0
2
+ident SAP HANA database summary information
3
+probe hdb.version exists ? include : exclude
4
+ hdb.version
5
+ hdb.instance_id
6
+ hdb.instance_number
7
+ hdb.alerts
8
+ hdb.backup.total_failed_count
9
+ hdb.backup.total_successful_count
10
+ hdb.backup.total_canceled_count
11
+ hdb.cpu
12
+ hdb.io
13
+ hdb.memory
14
+ hdb.services
15
+ hdb.buffer_cache
0 commit comments