Skip to content

Instantly share code, notes, and snippets.

@klasen
klasen / dirxml.lnav.json
Last active November 3, 2021 17:59
lnav.org format description for NetIQ Identity Manager Engine Traces
{
"dirxml" : {
"title" : "NetIQ Identity Manager Engine Traces",
"description" : "The log format for driver traces.",
"url" : "https://www.netiq.com/communities/cool-solutions/capturing-and-reading-novell-identity-manager-traces/",
"regex" : {
"applying_policy" : {
"pattern" : "^\\[(?<timestamp>\\d{2}/\\d{2}/\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3})\\]:(?<driver>[^ ]+) (?<thread>[^:]+):(?<opid>Applying policy): %\\+C%14C(?<policy>.*)%-C."
}
},
@klasen
klasen / idm45-download-reports.sh
Last active June 27, 2017 20:28
download netiq idm45 report definitions
#!/bin/bash
# download report definitons (rpz) and their special instructions (zip)
echo "download report definitions"
mkdir -vp archives/reports unpacked/reports
pushd .
cd archives/reports
wget https://nu.novell.com/designer/idmrpt450/reports.js
dos2unix reports.js