X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=website%2Freference%2Fui%2Fnodereports.md;fp=website%2Freference%2Fui%2Fnodereports.md;h=5458cda198c66c9a936ee7e79f7a553475c96863;hb=8fd0f35facc21b89b378ecfb253e06a66af1e422;hp=39adb0d478592cd609336681ef86eaebf6db4dca;hpb=327162e6e319ff38447992668e0753363b870b6e;p=packages%2Fprecise%2Fmcollective.git diff --git a/website/reference/ui/nodereports.md b/website/reference/ui/nodereports.md index 39adb0d..5458cda 100644 --- a/website/reference/ui/nodereports.md +++ b/website/reference/ui/nodereports.md @@ -6,7 +6,7 @@ title: Node Reports As we have all facts, classes and agents for nodes we can do some custom reporting on all of these. -The _mc inventory_ tool is a generic node and network reporting tool, it has basic scripting abilities. +The _mco inventory_ tool is a generic node and network reporting tool, it has basic scripting abilities. **Note: This is an emerging feature, the scripting language is likely to change** @@ -55,7 +55,7 @@ We have a concept of [Subcollectives] and you can use the inventory application report on all known collectives: {% highlight console %} -$ mc inventory --list-collectives +$ mco inventory --list-collectives * [ ===================================== ] 52 / 52 @@ -77,7 +77,7 @@ $ mc inventory --list-collectives You can also create a DOT format graph of your collective: {% highlight console %} -$ mc inventory --collective-graph collective.dot +$ mco inventory --collective-graph collective.dot Retrieving collective info.... Graph of 52 nodes has been written to collective.dot