Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pmdas/rds/Install
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. $PCP_SHARE_DIR/lib/pmdaproc.sh

iam=rds
domain=255
domain=37
python_opt=true
daemon_opt=false

Expand Down
2 changes: 1 addition & 1 deletion src/pmdas/rds/domain.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define RDS 255
#define RDS 37
2 changes: 1 addition & 1 deletion src/pmdas/rds/pmdards.python
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ if __name__ == "__main__":
# This PMDA starts up in the "notready" state, see the Install script where
# the IPC protocol is ipc_prot="binary notready". See also pmcd(1) man page.
# The "binary notready" setting can also be manually configured in pmcd.conf.
pmda = RDSPMDA(name='rds', domain=255, user="root", logfile='rds.log')
pmda = RDSPMDA(name='rds', domain=37, user="root", logfile='rds.log')

pmda.pmda_ready()
if not pmda.in_pmda_setup():
Expand Down
2 changes: 1 addition & 1 deletion src/pmdas/rds/pmns
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rds 255:*:*
rds 37:*:*
4 changes: 2 additions & 2 deletions src/pmns/stdpmid.pcp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ PODMAN 33
POWER 34
MONGODB 35
VALKEY 36
RDS 37
### FREE SLOTS (up to 55) ###
SNMP 56
STATSD 57
Expand Down Expand Up @@ -163,8 +164,7 @@ QA_TEST_PERL 252
SIMPLE 253
MEMORY_PYTHON 254
# end QA section
RDS 255
### MORE FREE SLOTS 256..510 ###
### MORE FREE SLOTS 255..510 ###
#
# 511 is REALLY reserved ... see DYNAMIC_PMID in libpcp.h
#
Expand Down
Loading