Skip to content

Commit 7614b01

Browse files
authored
Merge pull request #20 from opennetworkinglab/maintenance
fixed monitor target
2 parents 12bc635 + b883b27 commit 7614b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

onramp/inspect.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ and for Monitoring:
113113

114114
.. code-block::
115115
116-
$ make monitoring-install
117-
$ make monitoring-load
116+
$ make monitor-install
117+
$ make monitor-load
118118
$ ...
119-
$ make monitoring-uninstall
119+
$ make monitor-uninstall
120120
121121
In both cases, installing the component is a two-step process: first
122122
the microservices that implement the component are instantiated on

0 commit comments

Comments
 (0)