Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
The container registry cleanup task is now completed and the registry can be used normally.
Open sidebar
dcdb
dcdb
Commits
303bc910
Commit
303bc910
authored
Feb 25, 2019
by
lu43jih
Browse files
Adding makefile line and config file for msr
parent
deab85c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
303bc910
...
@@ -116,6 +116,9 @@ libdcdbplugin_tester.$(LIBEXT): src/sensors/tester/TesterSensorGroup.o src/senso
...
@@ -116,6 +116,9 @@ libdcdbplugin_tester.$(LIBEXT): src/sensors/tester/TesterSensorGroup.o src/senso
libdcdbplugin_gpfsmon.$(LIBEXT)
:
src/sensors/gpfsmon/GpfsmonSensorGroup.o src/sensors/gpfsmon/GpfsmonConfigurator.o
libdcdbplugin_gpfsmon.$(LIBEXT)
:
src/sensors/gpfsmon/GpfsmonSensorGroup.o src/sensors/gpfsmon/GpfsmonConfigurator.o
$(CXX)
$(LIBFLAGS)$@
-o
$@
$^
-L
$(DCDBDEPLOYPATH)
/lib/
-lboost_log
-lboost_system
-lboost_regex
$(CXX)
$(LIBFLAGS)$@
-o
$@
$^
-L
$(DCDBDEPLOYPATH)
/lib/
-lboost_log
-lboost_system
-lboost_regex
libdcdbplugin_msr.$(LIBEXT)
:
src/sensors/msr/MSRSensorGroup.o src/sensors/msr/MSRConfigurator.o
$(CXX)
$(LIBFLAGS)$@
-o
$@
$^
-L
$(DCDBDEPLOYPATH)
/lib/
-lboost_log
-lboost_system
#libdcdbplugin_opa.$(LIBEXT): src/sensors/opa/OpaSensorGroup.o src/sensors/opa/OpaConfigurator.o
#libdcdbplugin_opa.$(LIBEXT): src/sensors/opa/OpaSensorGroup.o src/sensors/opa/OpaConfigurator.o
# $(CXX) $(LIBFLAGS)$@ -o $@ $^ -L$(DCDBDEPLOYPATH)/lib/ -lboost_log -lboost_system -lboost_regex -lopamgt -libverbs -libumad -lssl
# $(CXX) $(LIBFLAGS)$@ -o $@ $^ -L$(DCDBDEPLOYPATH)/lib/ -lboost_log -lboost_system -lboost_regex -lopamgt -libverbs -libumad -lssl
...
...
config/msr.conf
0 → 100644
View file @
303bc910
;
comments
in
config
files
are
indicated
by
a
semicolon
global
{
mqttPrefix
/
FF112233445566778899AABBFFFF
;
add
here
other
global
attributes
for
your
plugin
}
group
g1
{
interval
1000
mqttprefix
01
cpus
0
-
95
sensor
Instructions
{
mqttsuffix
00
metric
0
x309
}
sensor
Cycles
{
mqttsuffix
01
metric
0
x30A
}
sensor
RefCycles
{
mqttsuffix
02
metric
0
x30B
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment