Hi all,
I'm trying to get some NOC view screens up with have a browser auto-login to Orion NPM with NOC view enabled.
This is what I have so far:
I use the following UR: to auto-login:Network Performance Monitor
http://192.168.1.2:8787/Orion/Login.aspx?AccountID=ACCOUNT_NAME&Password=SECRET_PASSWORD
When it logs in, I see the following:
http://192.168.1.2:8787/Orion/SummaryView.aspx?ViewID=104
What I NEED it to go to is:
http://192.168.1.2:8787/Orion/SummaryView.aspx?ViewID=104&isNOCView=true
In Settings, Manager users, I can select a single NOC page from a group (I have several tabs I have it auto-rotate), but it will not go into NOCView. I want it to go into NOCView, and also in kiosk mode.
I'm currently using an Airtame device, but I just setup a Raspberry Pi 3 and hoping to leverage this for the cost. Booting into Raspbian, but could use Windows 10 IoT if possible or other.
Any thoughts, suggestions, comments?