Skip to content

Commit 799cdd7

Browse files
committed
Update some examples before new release
1 parent d8c8765 commit 799cdd7

8 files changed

+549
-224
lines changed

Makefile

+11-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ all:
2929
if [ -d "collector" ]; then $(MAKE) -C collector CMONITOR_VERSION=$(CMONITOR_VERSION) CMONITOR_RELEASE=$(CMONITOR_RELEASE) CMONITOR_LAST_COMMIT_HASH=$(CMONITOR_LAST_COMMIT_HASH) DOCKER_TAG=$(DOCKER_TAG) PROMETHEUS_SUPPORT=$(PROMETHEUS_SUPPORT) ; fi
3030
if [ -d "tools" ]; then $(MAKE) -C tools CMONITOR_VERSION=$(CMONITOR_VERSION) CMONITOR_RELEASE=$(CMONITOR_RELEASE) CMONITOR_LAST_COMMIT_HASH=$(CMONITOR_LAST_COMMIT_HASH) ; fi
3131

32+
conan_install:
33+
conan install . --build=missing
34+
3235
centos_install_prereq:
3336
# this is just the list present in "BuildRequires" field of the RPM spec file:
3437
yum install gcc-c++ make gtest-devel fmt-devel git
@@ -61,6 +64,13 @@ endif
6164

6265
valgrind:
6366
$(MAKE) -C collector valgrind
67+
68+
69+
70+
#
71+
# DOCKER IMAGE
72+
#
73+
6474
cmonitor_musl:
6575
$(MAKE) -C collector cmonitor_musl
6676
docker_image:
@@ -104,7 +114,7 @@ endif
104114
dpkg-buildpackage --post-clean --build=source --force-sign # build source only otherwise Ubuntu PPA rejects with "Source/binary (i.e. mixed) uploads are not allowed"
105115
debsign -S # you must have the GPG key setup properly for this to work (see e.g. https://help.github.com/en/articles/generating-a-new-gpg-key)
106116
@echo "When ready to upload to your PPA run dput as e.g.:"
107-
@echo " cd .. && dput ppa:francesco-montorsi/cmonitor cmonitor_$(CMONITOR_VERSION).$(CMONITOR_RELEASE)-1ubuntu1_source.changes"
117+
@echo " cd .. && dput ppa:francesco-montorsi/cmonitor cmonitor_$(CMONITOR_VERSION)*_source.changes"
108118

109119
deb_local_test:
110120
ifeq ($(shell whoami),root)

examples/baremetal1.html

+508-193
Large diffs are not rendered by default.

examples/baremetal1.json.gz

182 KB
Binary file not shown.

examples/docker-collecting-baremetal-stats.html

+10-10
Large diffs are not rendered by default.

examples/docker-collecting-docker-stats.html

+7-7
Large diffs are not rendered by default.

examples/docker-stress-test-cpu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ <h3>Monitoring Summary</h3>
684684
</ul></td><td><ul>
685685
<li>Total time sampled (hh:mm:ss): <span class='bottom_table_val'>0:00:15</span></li>
686686
<li>Version (cmonitor_collector): <span class='bottom_table_val'>2.3.1-0</span></li>
687-
<li>Version (cmonitor_chart): <span class='bottom_table_val'>2.3.1-0</span></li>
687+
<li>Version (cmonitor_chart): <span class='bottom_table_val'>2.5.0-0</span></li>
688688
</ul></td></tr>
689689
</table>
690690
</div>

examples/docker-stress-test-mem.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ <h3>Monitoring Summary</h3>
777777
</ul></td><td><ul>
778778
<li>Total time sampled (hh:mm:ss): <span class='bottom_table_val'>0:00:15</span></li>
779779
<li>Version (cmonitor_collector): <span class='bottom_table_val'>2.3.1-0</span></li>
780-
<li>Version (cmonitor_chart): <span class='bottom_table_val'>2.3.1-0</span></li>
780+
<li>Version (cmonitor_chart): <span class='bottom_table_val'>2.5.0-0</span></li>
781781
</ul></td></tr>
782782
</table>
783783
</div>

examples/docker-userapp.html

+11-11
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)