Changes between Version 2 and Version 3 of Nmm2022/Agenda/Netbox


Ignore:
Timestamp:
Jun 1, 2022, 1:48:31 PM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/Netbox

    v2 v3  
    4343}}}
    4444You may wish to modify the Redis configuration at ''' /etc/redis.conf ''' or ''' /etc/redis/redis.conf ''', however in most cases the default configuration is sufficient.
     45
     46{{{
     47# sudo systemctl start redis-server.service
     48}}}
     49
     50Verify Service Status
     51
     52Use the ''' redis-cli ''' utility to ensure the Redis service is functional:
     53{{{
     54# redis-cli ping
     55}}}
     56If successful, you should receive a ''' PONG ''' response from the server.