How can we read Ipmonitor's data?
Is there any way to get the data in readable format?
Hello renjith777.
Currently, ipMonitor has a feature to import & export configuration settings. This would include all the groups, devices, monitors, alerts, etc.
If you're looking to consume current status and make your own NOC page, we do have a SOAP interface that allows for you to consume that data. Note: The SOAP interface is also a programmatic means to get at the configuration.
Which one, or both, hits home?
"If you're looking to consume current status and make your own NOC page, we do have a SOAP interface that allows for you to consume that data. Note: The SOAP interface is also a programmatic means to get at the configuration"
Yes.. I am looking to consume current status and make my own NOC page..
So how to configure SOAP interface to do that..??
Should i write any scripts for that..??
If yes plesae tell me where to write it..??
Or any adapter or API is avilable for that..??
Or some configuration settings..??
Please tell me how to do the SOAP Interface setting
My 'getting started advice' is to use Microsoft Visual Studio, C# (VB use requires being used to translating c# to VB), and our WSDL files/ reference material. Just work at retrieving the data. Once the credentials are passed correctly, it's clear sailing. Note: Look at the credential config code snippet.
Home: http://schemas.ipmonitor.com/ipm70/index.htm
Status: http://schemas.ipmonitor.com/ipm70/ipm7status.htm
Configuration (get/set): http://schemas.ipmonitor.com/ipm70/ipm7config.htm
Note: If MS Dev Studio is not your method of choice, I still suggest muddling through with it to get a working prototype. This will give you something that you can compare against should you need to implement it using a different technology stack.
Also: The soap interface was designed for ipMonitor v7.x's structure, however, most of the concepts translated well (i.e.: a device is a group). The PopupXml feature in the web interface is what the configuraiton API expects when it takes a block of xml.
Hi Peter
I am using java to retrive the data from database.
I dont know the soap interface to do that..
please help me out