Hi.
Is it possible to do custom script in Orion ?
there's any one know to do that ?
Thank you
Can you give an example of what you are trying to do? Normally you would need SAM to do custom script monitoring.
Hi,
Can we do customize orion monitoring with widows script command (vbs)
for example :
@echo off
@cls
@plink.exe -l "user" -pw "IP address" "show voice call status" > voice.log
@plink.exe -l "user" -pw IP address" "show voice call status" >> voice.log
@for /F "tokens=1,2,3,4,5* delims= " %%G in ('type voice.log') do (@call
:subroutine ?%%J?)
@goto :EOF
:subroutine
@echo %1
:EOF
I would like monitoring voice trunk summary that be used every day.
is a SAM is a part of Orion core module or must purchase a additional
licence ?
Thank you,
Candra
byrona <solarwindscommunityteam@communications.solarwinds.com>
04/29/2013 10:36 PM
Please respond to
jive-353379748-3dq5-2-49vq@solarwinds.hosted.jivesoftware.com
To
Candra Setia <candra.setia@sea.ccamatil.com>
cc
Subject
Re: - Custom Script Monitoring
thwack
Custom Script Monitoring
created by byrona in Network Performance Monitor - View the full
discussion
Can you give an example of what you are trying to do? Normally you would
need SAM to do custom script monitoring.
Reply to this message by replying to this email -or- go to the message on
Start a new discussion in Network Performance Monitor by email or at
SAM is the Server and Applicaiton Monitor and it's an additional cost application that is part of the Orion suite of products. It is for Servers and Applications what NPM is for Netowrk gear. For the custom scripting you are talking about you will need SAM. You can get a 30 day evaluation off the SolarWinds site HERE.
And here's an example of using a VB script in SAM
Hi All,
Thank you for sharing :-)