This is a public Discussion Area  publicRSS

Thread

    WUG RSS FEEDS
    Thread posted 5/22/08 by Admin
    305 Views, 13 Comments
    Title:
    WUG RSS FEEDS
    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

    bf217f98-4728-480d-84eb-ab44.png
    This is a valid RSS feed

    Comments

    • posted 5/22/08 by Admin
      (Orignially said by NSD) Nice job! Was waiting for this!

      Reply to this Comment

    • posted 5/22/08 by Admin
      (Orignially said by appeland) A word of caution about the location to put this.
      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

    • posted 5/27/08 by Admin
      (Orignially said by Steve Burton) Thanks a bunch! This is just what I was looking for.

      Reply to this Comment

    • posted 2/5/09 by Admin
      (Orignially said by JoeG) Home Run! This little applet is incredible.

      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

    • posted 2/5/09 by Admin
      (Orignially said by mikes) This is an incredible tool! my congratulations!

      Reply to this Comment

    • posted 4/7/09 by Admin
      (Orignially said by preavey) Fantastic, many thanks!

      just a note, I had to go to /NmConsole/rss.asp , not sure if that's my install or not.

      Reply to this Comment

    • posted 4/7/09 by Admin
      (Orignially said by janroc) Nice work. :rolleyes:

      Jan

      Reply to this Comment

    • posted 4/16/09 by Admin
      (Orignially said by miken32) Nice! You should put a license in there though, to protect your work. Creative Commons or GPL are always good choices.

      Reply to this Comment

    • posted Mar 12 by Werner Brennecke

      Hi,

      the attachement is missing. -> rss.zip

      Reply to this Comment

    • posted Mar 16 by Werner Brennecke

      The Attachemant ist still missing. Admin?

      Reply to this Comment

    • posted Mar 16 by WhatsUp Guru

      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

      rss.zip (1KB)

      Reply to this Comment

    • posted Mar 16 by Werner Brennecke

      Hi Jason,

      yes, it works :-) A great piece of Software.

      thanx

            Werner

      Reply to this Comment

    • posted Mar 21 by Brian Govoni

      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. 

      dynamicgroup.txt (966 Bytes)

      Reply to this Comment