1,775
edits
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
<br> | <br> | ||
'''Adding or remove entries''' | '''Adding or remove entries''' | ||
The configuration of the list of names is available via "Settings -> | The configuration of the list of names is available via "Settings -> | ||
User defined names". | User defined names". | ||
Line 33: | Line 34: | ||
Names may also be set directly at the IP or MAC detail page, see below | Names may also be set directly at the IP or MAC detail page, see below | ||
for more information. | for more information. | ||
<br> | |||
'''Importing IP list''' | '''Importing IP list''' | ||
Line 39: | Line 41: | ||
from a file in the format: | from a file in the format: | ||
{| class="wikitable" | |||
| #A line with a | |||
#A line with a | |||
1.2.3.1 | 1.2.3.1 | ||
1.2.3.2 | 1.2.3.2 | ||
1.2.3.3 | 1.2.3.3 | ||
|} | |||
By clicking on "Import list" a dialog will be openend where you can choose to | By clicking on "Import list" a dialog will be openend where you can choose to | ||
download such a list from a given URL or specify a file from your system. The | download such a list from a given URL or specify a file from your system. The | ||
Line 56: | Line 58: | ||
text file (.csv). The format is simple as follows: | text file (.csv). The format is simple as follows: | ||
{| class="wikitable" | |||
ip,192.168.0.1,category,name | ip,192.168.0.1,category,name | ||
mac,00:00:00:00:00:00,category,name | mac,00:00:00:00:00:00,category,name | ||
... | ... | ||
|} | |||
The first column defines whether the line describes an IP or MAC | The first column defines whether the line describes an IP or MAC | ||
Line 76: | Line 78: | ||
== ''' Name display for user defined names''' == | == ''' Name display for user defined names''' == | ||
If a user defined name is configured for an IP or MAC address, the | If a user defined name is configured for an IP or MAC address, the | ||
Line 107: | Line 108: | ||
the user defined name, like in this example: | the user defined name, like in this example: | ||
{| class="wikitable" | |||
(name=systemA) | |||
|} | |||
It is also possible to filter for specific category by using the | It is also possible to filter for specific category by using the | ||
"category" check: | "category" check: | ||
{| class="wikitable" | |||
(category=server) | |||
|} | |||
In this example, the list would only show those element for which a | In this example, the list would only show those element for which a | ||
user defined name is set and its category contains the string | user defined name is set and its category contains the string | ||
"server". | "server". |
edits