File Driver This driver offers the ability to generate an OpenNMS requisition directly into the filesystem. To use the file driver you have to set the parameters in the global.properties: Parameter Required Description driver * set to file to generate OpenNMS requisitions as XML file target * path/to/output/folder for XML files to generate requisitions parameter as Java regular expression filter for the requisition name Example configuration for a file based requisition ### File: global.properties # Generate an requistion and create an requisition file to target # Create a file for all requisitions matching * (Java regular expression) loglevel = INFO driver = file target = /my/output/folder requistions = * What is a Driver HTTP Driver