diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/monitor/traceroute/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/traceroute/node.tag/node.def | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/monitor/traceroute/node.def b/templates/monitor/traceroute/node.def new file mode 100644 index 0000000..f07e6b3 --- /dev/null +++ b/templates/monitor/traceroute/node.def @@ -0,0 +1 @@ +help: Monitor the path to a destination in realtime diff --git a/templates/monitor/traceroute/node.tag/node.def b/templates/monitor/traceroute/node.tag/node.def new file mode 100644 index 0000000..8c522de --- /dev/null +++ b/templates/monitor/traceroute/node.tag/node.def @@ -0,0 +1,3 @@ +help: Monitor the path to a destination in realtime +allowed: echo '<hostname> <x.x.x.x> <h:h:h:h:h:h:h:h>' +run: mtr $3 |