Subversion Repositories oidplus

Rev

Rev 308 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
386 daniel-mar 1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin.xsd">
308 daniel-mar 6
 
7
        <type>OIDplusLoggerPlugin</type>
8
 
9
        <info>
10
                <name>Windows Event Log</name>
11
                <author>ViaThinkSoft</author>
12
                <version />
13
                <descriptionHTML><![CDATA[
14
                        In order for using the Windows Event Log, you need to download and install <a target=_blank href='https://www.viathinksoft.de/projects/simple_log_event'>ViaThinkSoft SimpleLogEvent</a> and register the source name 'OIDplus' in its setup.
15
                ]]></descriptionHTML>
16
                <oid>1.3.6.1.4.1.37476.2.5.2.4.7.200</oid>
17
        </info>
18
 
19
        <php>
20
                <mainclass>OIDplusLoggerPluginWindowsEventLog</mainclass>
21
        </php>
22
 
23
</manifest>