Changes between Version 10 and Version 11 of Nmm2022/Agenda/Netbox


Ignore:
Timestamp:
Jun 2, 2022, 3:55:39 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/Netbox

    v10 v11  
    253253systemctl status netbox.service
    254254}}}
     255
     256You should see output similar to the following:
     257{{{
     258● netbox.service - NetBox WSGI Service
     259     Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: enabled)
     260     Active: active (running) since Mon 2021-08-30 04:02:36 UTC; 14h ago
     261       Docs: https://docs.netbox.dev/
     262   Main PID: 1140492 (gunicorn)
     263      Tasks: 19 (limit: 4683)
     264     Memory: 666.2M
     265     CGroup: /system.slice/netbox.service
     266             ├─1140492 /opt/netbox/venv/bin/python3 /opt/netbox/venv/bin/gunicorn --pid /va>
     267             ├─1140513 /opt/netbox/venv/bin/python3 /opt/netbox/venv/bin/gunicorn --pid /va>
     268             ├─1140514 /opt/netbox/venv/bin/python3 /opt/netbox/venv/bin/gunicorn --pid /va>
     269...
     270}}}
     271
     272Once you've verified that the WSGI workers are up and running, move on to HTTP server setup.