Skip to content

Commit 26be7db

Browse files
committed
hana pmda pmlogconf
1 parent 0faa15e commit 26be7db

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/pmdas/hdb/pmdahdb.python

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3388,7 +3388,6 @@ class HdbPMDA(PMDA):
33883388
),
33893389
]
33903390

3391-
33923391
def _int_or_empty_value(val: Any) -> int:
33933392
if val is None:
33943393
return 0

src/pmdas/hdb/pmlogconf.summary

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)