Changes between Version 2 and Version 3 of Nmm2022/Agenda/Netbox
- Timestamp:
- Jun 1, 2022, 1:48:31 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/Netbox
v2 v3 43 43 }}} 44 44 You 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 50 Verify Service Status 51 52 Use the ''' redis-cli ''' utility to ensure the Redis service is functional: 53 {{{ 54 # redis-cli ping 55 }}} 56 If successful, you should receive a ''' PONG ''' response from the server.