1check_omp(8) System Manager's Manual check_omp(8)
2
3
4
6 check_omp - OMP command line tool to support Nagios core for OpenVAS
7
9 check_omp OPTIONS
10
12 check_omp is a OMP command line tool specifically designed to support
13 Nagios core in order to integrate vulnerability scan results into sys‐
14 tem monitoring.
15
16 Basically, check_omp works the same like the "omp" command line tool.
17
19 -H, --host=HOST
20 Connect to OpenVAS Manager on host HOST.
21
22 -p, --port=PORT
23 Connect to OpenVAS Manager on port PORT.
24
25 -u, --username=USER
26 Use the username USER to access the OpenVAS Manager.
27
28 -w, --password=PASSWORD
29 Use the password PASSWORD to access the OpenVAS Manager. If the
30 password is not set as parameter, it will be requested interac‐
31 tively.
32
33 -O, --ping
34 Ping the manager.
35
36 -t, --timout=SECONDS
37 Wait SECONDS for response (0 disables timeout).
38
39 -n, --name=NAME
40 Use NAME as the name for the newly created task.
41
42 -T, --task=TASK
43 Report status of task TASK.
44
45 -F, --host-filter=IP
46 Report last report status of host IP.
47
48 --overrides=N
49 Include overrides (N: 0=no, 1=yes).
50
51 -d, --details
52 Include connection details in output.
53
54 -l, --report-link
55 Include URL of report in output.
56
57 --dfn Include DFN-CERT IDs on vulnerabilities in output.
58
59 --oid Include OIDs of NVTs finding vulnerabilities in output.
60
61 --descr
62 Include descriptions of NVTs finding vulnerabilities in output.
63
64 --showlog
65 Include log messages in output.
66
67 --scanend
68 Include timestamp of scan end in output.
69
70 --autofp=N
71 Trust vendor security updates for automatic false positive fil‐
72 tering (0=No, 1=full match, 2=partial).
73
74 -e, --empty-as-unknown
75 Respond with UNKNOWN on empty results.
76
77 --status
78 Report status of task.
79
80 -A, --use-asset-management
81 Request host status via Asset Management.
82
83 --trend
84 Report status by trend (default).
85
86 --last-report
87 Report status by last report.
88
89 -V, --version
90 Print version.
91
92 -v, --verbose
93 Verbose messages (WARNING: may reveal passwords).
94
95 --Werror
96 Turn status UNKNOWN into status CRITICIAL.
97
98 -?, --help
99 Show help.
100
102 omp --username foobar --trend
103
104 Connect to the OpenVAS Manager as user foobar and ask for trend.
105
107 openvassd(8) gsad(8) openvasmd(8) omp(8)
108
110 The canonical places where you will find more information about the
111 OpenVAS project are: http://www.openvas.org/ (Official site)
112 http://wald.intevation.org/projects/openvas/ (Development Platform)
113
115 The check_omp command line client is released under the GNU GPL, ver‐
116 sion 2, or, at your option, any later version.
117
118
119
120Manuals User check_omp(8)