@@ -40,8 +40,8 @@ before running NAV:
40
40
2. :kbd: `makepasswd -- chars 51 `
41
41
3. :kbd: `pwgen - s 51 1 `
42
42
43
- Please see
44
- https://docs.djangoproject.com/en/1.7 /ref/settings/#std: setting-SECRET_KEY
43
+ Please see the
44
+ ` Django secret key documentation < https://docs.djangoproject.com/en/3.2 /ref/settings/#std- setting-SECRET_KEY >`_
45
45
if you want to know more about this.
46
46
47
47
`TIME_ZONE `
@@ -81,7 +81,7 @@ processes can be controlled using the :program:`nav` command.
81
81
82
82
The backend processes consist of some daemon processes, and some cron jobs.
83
83
Running :kbd: `nav start ` will start all the daemon processes in the
84
- background, and install all the cron jobs in the `navcron ` user's crontab.
84
+ background, and install all the cron jobs in the `` navcron ` ` user's crontab.
85
85
86
86
Depending on your OS of choice, you should configure it to run :kbd: `nav
87
87
start` on boot.
@@ -93,10 +93,10 @@ Logging in to the web interface
93
93
When browsing the web interface at |URL | you will see the front page of NAV.
94
94
This is openly accessible to anonymous users by default.
95
95
96
- To log in for the first time, click the `Login ` link on the upper right of the
97
- page, and enter the username "admin" and the default password "admin". Then
98
- click the ` Userinfo ` link in the grey navigation bar and change the
99
- adminstrator's password to something more sensible.
96
+ To log in for the first time, click the :guilabel: `Login ` link on the upper right of
97
+ the page, and enter the username "admin" and the default password "admin". Then
98
+ click :guilabel: ` My stuff ` and :guilabel: ` My account ` in the navigation bar on top and
99
+ change the adminstrator's password to something more sensible.
100
100
101
101
102
102
Seeding your database
@@ -106,13 +106,13 @@ NAV will *not* autodiscover the routers and switches of your network. The
106
106
assumption is that you already have this information in some inventory
107
107
system.
108
108
109
- The *SeedDB * tool enables to you add and edit a multitude of "seed" information
109
+ The *Seed Database * tool enables to you add and edit a multitude of "seed" information
110
110
in the NAV database, which tells NAV what and how to monitor. The essential bit
111
111
here is the :term: `IP Device `, which represents your switches, routers and
112
112
other networked devices.
113
113
114
- The *SeedDB * tool is listed on NAV's *Toolbox * page, reachable from the grey
115
- navigation bar.
114
+ The *Seed Database * tool is listed on NAV's *Toolbox * page, reachable from the
115
+ navigation bar on top .
116
116
117
117
Adding your first management profile
118
118
------------------------------------
@@ -126,7 +126,7 @@ devices can be managed using SNMP v2c and a default community string of
126
126
1. Click the :guilabel: `Management Profile ` tab and then the sub-tab
127
127
:guilabel: `Add new management profile `.
128
128
2. Choose and fill out a unique name for your profile, e.g. ``Default SNMP v2c
129
- read-only profile ``, and add an optional description of it.
129
+ read-only profile ``, and optionally add a description of it.
130
130
3. Select ``SNMP `` from the :guilabel: `Protocol ` dropdown menu. An
131
131
:guilabel: `SNMP Configuration ` form will appear to the right.
132
132
4. Ensure ``v2c `` is selected from the :guilabel: `Version ` dropdown, and put
@@ -195,18 +195,18 @@ Verifying that collection is working
195
195
------------------------------------
196
196
197
197
Within two minutes, NAV's :doc: `SNMP collection engine </reference/ipdevpoll >` should launch a job to poll
198
- your newly added device for information. The grey navigation bar features a
198
+ your newly added device for information. The navigation bar on top features a
199
199
search field; search for your newly entered device's IP address or DNS name to
200
- show its `IP Device Info ` page. The resulting page should look something like
200
+ show its :guilabel: `IP Device Info ` page. The resulting page should look something like
201
201
this:
202
202
203
203
.. image :: ipdevinfo-switch-display.png
204
204
:scale: 50%
205
205
206
- The `IP Device Info ` page will try to display every bit of pertinent
206
+ The :guilabel: `IP Device Info ` page will try to display every bit of pertinent
207
207
information about a monitored device. For now, the key information here is
208
- the `Last updated ` field of the top-left detail panel. Keep reloading the
209
- page until its value changes from `N/A ` into a meaningful timestamp.
208
+ the :guilabel: `Last updated ` field of the top-left detail panel. Keep reloading the
209
+ page until its value changes from `` N/A ` ` into a meaningful timestamp.
210
210
211
211
.. NOTE :: If no new information appears on this page within three minutes
212
212
after adding your switch to NAV, you may need to start
@@ -251,7 +251,7 @@ categories:
251
251
Any other type of device not fitting neatly into the other categories.
252
252
253
253
All categories will *require * a read-only SNMP profile to be assigned to the device, except for
254
- `SRV ` and `OTHER `, where it is optional.
254
+ `` SRV `` and `` OTHER ` `, where it is optional.
255
255
256
256
.. _seeddb-bulk-import-intro :
257
257
@@ -270,7 +270,7 @@ upload or paste it into the :guilabel:`bulk import` form.
270
270
271
271
The format is pretty straightforward: The initial fields are required, while
272
272
the fields listed in square brackets are optional. Optional fields can be
273
- omitted or left blank. A line beginning with a `# ` sign will be regarded as a
273
+ omitted or left blank. A line beginning with a `` # ` ` sign will be regarded as a
274
274
comment and ignored. Thus, for adding some switch using the default SNMP
275
275
management profile you added earlier, and a function description of
276
276
:kbd: `Packet switching `, this line would do it::
0 commit comments