View previous topic :: View next topic |
Author |
Message |
Tech Support
Joined: 25 Aug 2003 Posts: 4382
|
Posted: Tue Sep 25, 2012 9:24 am Post subject: |
|
|
In the Message portion of the command line, there are a ton of variables in NPM that you can use. I don't know what they are, specifically, but I know they exist. You should be able to get a full list of variables that can be passed from the SolarWinds support site: http://www.solarwinds.com/support/ |
|
Back to top |
|
jt23
Joined: 27 Feb 2012 Posts: 46
|
Posted: Tue Sep 25, 2012 9:45 am Post subject: |
|
|
it does not seem to want to insert the variables. this is the line i have in there.
C:\PageGateData\ascii\sendpage32.exe telecom {DNS}${IP_Address}${Status}
I dont even get the alert on the phone. I have tried the following line and I get the alert
C:\PageGateData\ascii\sendpage32.exe telecom NPM down
This line I get the alert but the alert just says NPM:down no device name even though I am testing with a device in npm
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4382
|
Posted: Tue Sep 25, 2012 11:31 am Post subject: |
|
|
Try this:
C:\PageGateData\ascii\sendpage32.exe "telecom NPM {DNS}${IP_Address}${Status}" |
|
Back to top |
|
jt23
Joined: 27 Feb 2012 Posts: 46
|
Posted: Tue Sep 25, 2012 11:33 am Post subject: |
|
|
yep i got it. at the moment i am stuck trying to figure out how to assign the alert i created in npm to a device in npm. i have looked at every option i see.
|
|
Back to top |
|
jt23
Joined: 27 Feb 2012 Posts: 46
|
Posted: Tue Sep 25, 2012 11:50 am Post subject: |
|
|
ok i got this all working but found another hitch. i have a group created in pagegate that has 2 members. when i test the alert it only wants to go to the first member listed. the ones below dont get the alert
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4382
|
Posted: Tue Sep 25, 2012 11:58 am Post subject: |
|
|
Are you running the trial version of PageGate or the licensed version?
Also, if you would, please email all of the logs from the c:\pagegatedata\logs\ folder to support at notepage dot com so we can review the possible causes. |
|
Back to top |
|
jt23
Joined: 27 Feb 2012 Posts: 46
|
Posted: Tue Sep 25, 2012 11:59 am Post subject: |
|
|
running the trial version
|
|
Back to top |
|
jt23
Joined: 27 Feb 2012 Posts: 46
|
Posted: Tue Sep 25, 2012 1:37 pm Post subject: |
|
|
how do you put a space in between each variable to make it more readable on the message?
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4382
|
Posted: Tue Sep 25, 2012 1:46 pm Post subject: |
|
|
You should able to just type in a literal extra space in the command line. |
|
Back to top |
|
|