Prefix page names with their namespace #81
Labels
candidateForNewcomers
could be a good task for people not familiar yet with the codebase of the plugin
Feature request
We'd love to have a way to list pages prefixed by their namespace. For example when using the following code:
<nspages .:nagios -r>
I'd like an output where any pages found are listed with the part of the namespace that follows 'nagios', e.g.
host1.my.domain:system_load
instead of merely
system_load
.For context: We use this as a way to document hosts and services in Nagios, and nspages to show which documentation we've already collected. however, if we have a system_load page on several hosts (e.g. because different hosts require different actions when a notification is triggered), we don't know which host each link belongs to unless we also include
-subns
- but that makes the output extremely large.The text was updated successfully, but these errors were encountered: