Report generator

What is Report generator ?

This module allows you to define queries for filtering XML reports.

Let's say you have an XML report containing 1000 computers and you want to find all Windows computers missing MS02-023 patch.

First you will need to select the XML report to be queried.
Next, define two queries :

  1. Operating system includes Windows
  2. Hotfix (patch) is not installed MS02-023
Now click Search.
The results will be displayed on this window.


Another example :
You want to list all Sun stations running a web server on port 80.
You may define this queries :

  1. Operating system includes SunOS
  2. TCP port is open 80