Tips and Trick
|
Page
Outline
-
Modify User
Defined Fields
|
| |
Modify User Field Labels for RME
- Resource Manager Essentials - aka Essentials
|
1. Open the File mapping.properties found at:
C:\program files\CSCOpx\htdocs\
2. Scroll down to the bottom and find the following lines
of text
Length =
User Filed 1 =
User Filed 2 =
User Filed 3 =
User Filed 4 =
NOTE:
 |
Only change valuse on the right hand side
of the equals (=) sign |
 |
Make sure you leave a space between the
equals (=) sign and the custom text |
 |
Maximum length of user field should not
exceed 20 characters
 |
or you will see truncated output via the
GUI and Reports |
|
 |
Use only alphanumeric data for the user
field labels (Spaces are Allowed)
 |
Do not use coma's (,) |
|
3. Modify the User Field Labels as you wish.
Length = 20
User Filed 1 = Location
User Filed 2 = Floor
User Filed 3 = Wiring Closet
User Filed 4 = Rack Position
|
| |
| |
|
| |
Syslog Analysis - Automated
Action Sample Email Script
|
|
The Email Script can be found at:
c:\program files\CSCOpx\cgi-bin\sysloga\sampleEmailScript.pl
Variables passed
|
$M |
Mnemonic |
|
$D |
Device |
|
-email_ids |
list of
comma separated email addresses |
|
-subject |
(optional) subject of email |
|
-from |
from who |
|
-sender |
sender
email address |
|
-smtp |
(required
for NT Systems) SMTP Server IP or Host Name |
|
-text_message |
Additional message text sent to body of the email message
'\n'
character is used to break up message into multiple lines |
Example:
c:\program files\CSCOpx\cgi-bin\sysloga\sampleEmailScript.pl
$M $D -email_ids
patrick.basso@internetworkgeek.com -subject RME Syslog Alert
-from
|
| |
| |
|
| |