TTrix
Software Design

Custom OIDs


With SNMPmon  you can define your own set of OIDs to be retrieved.
 

To do that you create a file on your PC or Mac with the desired OIDs and transfer it to SNMPmon

It is a xml file with a ".plist" file extension.
Using a plist editor to create the plist, it can be saved in text or binary format.
Plists can also be created with any text editor or xml editor.

Custom OIDs plist example

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>FormatVersion</key> <integer>1</integer> <key>CustomOIDs</key> <array> <dict> <key>Title</key> <string>Other</string> <key>OIDs</key> <array> <dict> <key>Label</key> <string>sysDescr</string> <key>OID</key> <string>1.3.6.1.2.1.1.1.0</string> </dict> <dict> <key>Label</key> <string>sysObjectID</string> <key>OID</key> <string>1.3.6.1.2.1.1.2.0</string> </dict> </array> </dict> <dict> <key>OIDs</key> <array> <dict> <key>Label</key> <string>If count</string> <key>OID</key> <string>1.3.6.1.2.1.2.1.0</string> </dict> </array> </dict> </array> </dict> </plist>

Displaying custom OIDs

   
Slideshow
    image Welcome to the slideshow! If you see this then your browser doesn't support the text-changing features of the slideshow; however, all the text should appear below.
Click on the image to view it in full size.

File transfer

   
Slideshow
    image Welcome to the slideshow! If you see this then your browser doesn't support the text-changing features of the slideshow; however, all the text should appear below.
Click on the image to view it in full size.