When enabled, HTTP requests are prevented and functions that require
the network will raise a clear offline error. Cached metadata can still
be used if already available via nso_cache_enable().
# Enable offline modenso_offline_enable()
# Check the option was setgetOption("mongolstats.offline")
# Disable to restore normal operationnso_offline_disable()