{% extends 'layouts/master-page' %} {% block title %}Admin page{% endblock %} {% block head %} {% endblock %} {% block content %}
Database info for database {{stats['dbName']}}
Collection#recordsLast update
CVES {{stats['cveA']}} {% if stats['cveU'] is not none %}{{stats['cveU']|currentTime}} {% else %}Not updated{% endif %}
CPE {{stats['cpeA']}} {% if stats['cpeU'] is not none %}{{stats['cpeU']|currentTime}} {% else %}Not updated{% endif %}
CPE-other {{stats['cpeOtherA']}} {% if stats['cpeOtherU'] is not none %}{{stats['cpeOtherU']|currentTime}} {% else %}Not updated{% endif %}
Capec {{stats['capecA']}} {% if stats['capecU'] is not none %}{{stats['capecU']|currentTime}} {% else %}Not updated{% endif %}
d2sec {{stats['d2secA']}} {% if stats['d2secU'] is not none %}{{stats['d2secU']|currentTime}} {% else %}Not updated{% endif %}
Vendor statements{{stats['vendorA']}} {% if stats['vendorU'] is not none %}{{stats['vendorU']|currentTime}} {% else %}Not updated{% endif %}
vFeed info {{stats['vfeedA']}} {% if stats['vfeedU'] is not none %}{{stats['vfeedU']|currentTime}} {% else %}Not updated{% endif %}
Whitelist: {{stats['wlA']}} rules
Blacklist: {{stats['blA']}} rules

Database size: {{'%0.2f' % (stats['dbSize']/1024**2)}}MB ({{'%0.2f' % (stats['dbSize']/1024**3)}}GB)
Database size on disk: {{'%0.2f' % (stats['dbOnDisk']/1024**2)}}MB ({{'%0.2f' % (stats['dbOnDisk']/1024**3)}}GB)
Update the database
Manage whitelist

Force
Manage blacklist

Force
Back to Top {% endblock %}