jburgon

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by jburgon

  1. I had checked file sizes before but wasn't sure if that correlated. I thought it might be the snmp file. Thanks for the confirmation. Perhaps something changed with my nms.
  2. Hi all, The memory usage on my server has been creeping up for the last week or so. Looks like it's from logs as it's not usually as high as it is now. I'm not sure what's causing it. Hoping to get some assistance here. My diagnostics file is attached. cloudcity-diagnostics-20230418-1446.zip
  3. Has anyone gotten the librenms container working? I've had it running in a VM but it crashed and won't boot anymore and decided to look into the docker option. I've tried searching around and haven't found a definitive answer about whether or not it should work. Forgive me if I've missed it. The problem I'm having is with the librenms-service.py file. I can run it manually and all is well. Polling and graphing both work and I can add new devices without issue. The problem is that the service file doesn't run automatically when the container starts. My containers are backed up nightly and are restarted as part of that process. Is it possible to make this file run when the container starts or am I barking up the wrong tree about how this should work?
  4. I'm getting "Bad Request (400)" and have this error in the log. Unless I completely missed it, I couldn't find an answer to the FATAL hook failed error. 240 static files copied to '/app/netbox/netbox/static'. running "exec:/usr/bin/python3 ./manage.py remove_stale_contenttypes --no-input" (pre app)... /app/netbox/netbox/netbox/settings.py:50: UserWarning: The CACHE_TIMEOUT configuration parameter was removed in v3.0.0 and no longer has any effect. warnings.warn( /app/netbox/netbox/netbox/settings.py:54: UserWarning: The RELEASE_CHECK_TIMEOUT configuration parameter was removed in v3.0.0 and no longer has any effect. warnings.warn( running "exec:/usr/bin/python3 ./manage.py clearsessions" (pre app)... /app/netbox/netbox/netbox/settings.py:50: UserWarning: The CACHE_TIMEOUT configuration parameter was removed in v3.0.0 and no longer has any effect. warnings.warn( /app/netbox/netbox/netbox/settings.py:54: UserWarning: The RELEASE_CHECK_TIMEOUT configuration parameter was removed in v3.0.0 and no longer has any effect. warnings.warn( running "exec:/usr/bin/python3 ./manage.py invalidate all" (pre app)... /app/netbox/netbox/netbox/settings.py:50: UserWarning: The CACHE_TIMEOUT configuration parameter was removed in v3.0.0 and no longer has any effect. warnings.warn( /app/netbox/netbox/netbox/settings.py:54: UserWarning: The RELEASE_CHECK_TIMEOUT configuration parameter was removed in v3.0.0 and no longer has any effect. warnings.warn( Unknown command: 'invalidate' Type 'manage.py help' for usage. command "/usr/bin/python3 ./manage.py invalidate all" exited with non-zero code: 1 Sun Sep 12 21:53:10 2021 - FATAL hook failed, destroying instance I have postgres11 and redis installed using their own IPs with the netbox container configured to point to those. Any ideas?