- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- What Variables are Used in Pager/SMS Formatted E-M...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 09:24 AM
01-12-2004 09:24 AM
What Variables are Used in Pager/SMS Formatted E-Mail
Thanks,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:41 AM
01-13-2004 06:41 AM
Re: What Variables are Used in Pager/SMS Formatted E-Mail
See:
http://h18000.www1.hp.com/products/servers/management/cim7-documentation.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:48 AM
01-13-2004 06:48 AM
Re: What Variables are Used in Pager/SMS Formatted E-Mail
The following environment variables are passed to any application that is launched by setting up the Custom Tool:
NOTICELABEL. Type of notice; a small string that contains Discovered System, other HP Systems Insight Manager server level notices, or the type of trap that caused the notice.
NOTICESTATE. Internal value used by HP Systems Insight Manager indicating whether the notice is cleared.
NOTICEPLAINTEXT. Plain text description of the notice. Contains detailed information about the notice. (In Progress, Cleared, or Not Cleared)
NOTICERAWDATA. The raw data from the notice is passed as a string. This is a small pipe (|) delimited set of variables and might be useful for some simple parsing rules.
NOTICESEVERITYSTR. Verbose description of the notice severity. Can be one of Critical, Informational, Major, Minor, Unknown, Warning, and Normal.
NOTICESEVERITY. Integer value of the NOTICESEVERITYSTR. Can be one of:
1, Normal
2, Warning
3, Minor
4, Major
5, Critical
100, Informational
NOTICEQUERYNAME. Displays the list name based on how the notice was generated. This value can say one of the following:
This system or event meets the following search criteria: +QueryName;
This system or event now meets the following search criteria: +QueryName;
This system or event no longer meets the following search criteria: +QueryName;
DEVICENAME. Name of the system that caused the notice.
DEVICEIPXADDRESSCOUNT. Number of IPX addresses that are mapped to this system.
DEVICEIPADDRESSCOUNT. Number of IP addresses that are mapped to this system.
DEVICEIPADDRESS%d . Based on the count, %d is an integer that shows the actual IP address. For example:
IF, DEVICEIPADDRESSCOUNT = 2
Then, DEVICEIPADDRESS0 = 111.111.111.111
DEVICEIPADDRESS1 = 222.222.222.222
DEVICEIPXADDRESS%d. Based on the count, %d is an integer that references the actual IPX address.
DEVICEMACADDRESSCOUNT. Number of MAC addresses collected for the system. A Data Collection Task must be run before this information is available.
DEVICEMACADDRESS%d. Based on the MAC address count, %d is an integer that references the actual MAC address environment variable. For example:
IF, DEVICEMACADDRESSCOUNT = 2
Then, DEVICEMACADDRESS0=00:80:5F:7F:B0:81
DEVICEMACADDRESS1=00:80:C7:29:EF:B6
GENERICTRAPID. If this is an event-based list and originated from an SNMP trap, it is set to the SNMP Generic Trap ID of the trap received.
SPECIFICTRAPID. If this is an event-based list and originated from an SNMP trap, it is set to the SNMP Specific Trap ID of the trap received.
Path. This variable has the Path environment variable value from the context in which the service is running.
SystemRoot. This variable has the SystemRoot environment variable value from the context in which the service is running.
Windir. This variable has the windir environment variable value from the context in which the service is running.
COMPUTERNAME. This variable has the COMPUTERNAME environment variable value from the context in which the service is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:54 AM
01-13-2004 06:54 AM
Re: What Variables are Used in Pager/SMS Formatted E-Mail
Do you know if there is a template the pager e-mail uses that is visible?
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:57 AM
01-13-2004 06:57 AM
Re: What Variables are Used in Pager/SMS Formatted E-Mail
Your best bet? use a third party mail utility such as blat.exe or similar. put that in a batch file and pass it the ENV Variables. You cannot custominze what is sent via the integrated email utility of SIM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 07:00 AM
01-13-2004 07:00 AM
Re: What Variables are Used in Pager/SMS Formatted E-Mail
below is my example of a batch file:
@echo off
SET ATTNSRV=BLAHBLAH
REM run attn passing the file as a param
c:\winnt\system32\attn.exe -a "communications" "
disregad the