Message:
(Orignially said by appeland) Hello,
we had the need to have an RSS feed of all down Active Monitors.
Someone out there may find this useful as well, so here it is.
- Copy the file in the zip file to ...\Ipswitch\WhatsUp\HTML\NmConsole
- Enter your Fully Qualified Hostname (FQHN) in the file as described and the username/password
- Use your favourite RSS reader and point it to http:///rss.asp
All done.
Regards,
Andi

This is a valid RSS feed
Comments
Reply to this Comment
I do not know how it happend, but our Development WUG Server has a different WEB root then the production one. There the file had to be left in ...\Ipswitch\WhatsUp\HTML.
If the first directory returns a 404 for you try the HTML one :)
Reply to this Comment
Reply to this Comment
Is there any way to alter the SQL query in the .ASP to allow updates from only a specific Group (or sub-group)?
For example, we monitor all devices on our network, but another team is responsible for assets in our field offices. Those devices reside in a separate group in WhatsUp.
Looking at previous posts, I was able to create a dynamic group which filtered out all the devices I do not care about:
[quote]SELECT DISTINCT Device.nDeviceID
FROM fnLoadDeviceGroupAndSubGroups('CORP', DEFAULT, DEFAULT) AS tblAllDevices
JOIN Device
ON tblAllDevices.nDeviceID = Device.nDeviceID[/quote]
I tried to combine the query above with the one embedded in the .ASP file, but no luck.
Thanks!
Reply to this Comment
Reply to this Comment
just a note, I had to go to /NmConsole/rss.asp , not sure if that's my install or not.
Reply to this Comment
Jan
Reply to this Comment
Reply to this Comment
Hi,
the attachement is missing. -> rss.zip
Reply to this Comment
The Attachemant ist still missing. Admin?
Reply to this Comment
Hey Werner,
I was able to dig the attachment up from our old forum system. I have attached it to this post.
Hope this helps.
Thanks
Jason
Reply to this Comment
Hi Jason,
yes, it works :-) A great piece of Software.
thanx
Werner
Reply to this Comment
If you want it to display only a specific dynamic group. Replace the sql statement with the one that is in my txt file. Obviously replace 'Data centers' with your dynamic group.
Reply to this Comment