OpenVAS CLI
1.4.5
|
Options for status display. More...
Data Fields | |
gboolean | report_link |
TRUE if the report URL should be included. More... | |
gboolean | dfn_ids |
TRUE if DFN-CERT-IDs should be included. More... | |
gboolean | oids |
TRUE if NVT OIDs should be included. More... | |
gboolean | descr |
TRUE if NVT descriptions should be included. More... | |
gpointer | manager_host |
Pointer to name of the manager host for use in the report link. More... | |
gboolean | log_messages |
TRUE if log messages should be included. More... | |
gboolean | scan_end |
TRUE if the time the scan finished should be included. More... | |
guint | autofp |
Whether to trust vendor security updates. 0 No, 1 full match, 2 partial. More... | |
gint | timeout |
Timeout of request. More... | |
gboolean | empty_as_unknown |
TRUE if empty results should produce an UNKNOWN response instead of OK. More... | |
Options for status display.
Definition at line 139 of file check_omp.c.
guint cmd_status_opts_t::autofp |
Whether to trust vendor security updates. 0 No, 1 full match, 2 partial.
Definition at line 148 of file check_omp.c.
gboolean cmd_status_opts_t::descr |
TRUE if NVT descriptions should be included.
Definition at line 144 of file check_omp.c.
gboolean cmd_status_opts_t::dfn_ids |
TRUE if DFN-CERT-IDs should be included.
Definition at line 142 of file check_omp.c.
gboolean cmd_status_opts_t::empty_as_unknown |
TRUE if empty results should produce an UNKNOWN response instead of OK.
Definition at line 150 of file check_omp.c.
gboolean cmd_status_opts_t::log_messages |
TRUE if log messages should be included.
Definition at line 146 of file check_omp.c.
gpointer cmd_status_opts_t::manager_host |
Pointer to name of the manager host for use in the report link.
Definition at line 145 of file check_omp.c.
gboolean cmd_status_opts_t::oids |
TRUE if NVT OIDs should be included.
Definition at line 143 of file check_omp.c.
gboolean cmd_status_opts_t::report_link |
TRUE if the report URL should be included.
Definition at line 141 of file check_omp.c.
gboolean cmd_status_opts_t::scan_end |
TRUE if the time the scan finished should be included.
Definition at line 147 of file check_omp.c.
gint cmd_status_opts_t::timeout |
Timeout of request.
Definition at line 149 of file check_omp.c.