You could use a command line utility called CURL to download and save the page to a file. Then there are a number of command line email programs that can email it to whoever you want. I haven't found a great one yet, but lots are out there. Then you can call the batch file from the Windows task scheduler.
Hope this helps. Jeff Cook -----Original Message----- >From: "Jim Ruddell" <[EMAIL PROTECTED]> >Sent: 7/14/04 12:42:09 PM >To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >Subject: RE: [WhatsUp Forum] Report on devices that are not monitored > >Thanks to every one who commented. I had no idea WUG supplied tags that I could use and now that I've seen the docs it makes a lot of sense. Here's what I did (minus the HTML bits): > ><!-- Loop though all maps --> ><%START_LOADED_MAP_LIST%> > <!-- Loop through all devices on map <entry> --> > <%START_DEVICE_LIST%> > <!-- Inspect Monitored Flag --> > <%IFNOT% IS_MONITORING_ENABLED> > Device: <b><font color="#FF3300">' > <%DEVICE% DISPLAY_NAME>'</b></font> on map: \<%map% PARENT_MAP_NAME>\<%map% name> > <!-- Create link to devices <entry> settings page --> > <A HREF="devicesettings.asp?map=<%URL_ENCODE% (%MAP% FILENAME)>&device=<%URL_ENCODE% (%DEVICE% UNIQUE_ID)>"> Click here to view device settings</a><br> > <%ENDIF%> > <%END_DEVICE_LIST%> ><%END_LOADED_MAP_LIST%> > >This report adds a link to the settings of each device so that monitoring can be turned on if desired. I don't think it would take too much to create a page to turn monitoring on and off for every device. > >For my next trick I need to Email the results on a daily basis. That'll be for another thread... > >Cheers, > >Jim > >-----Original Message----- >From: Hart, Donald (EM, ITS) [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 08, 2004 2:48 PM >To: [EMAIL PROTECTED] >Subject: RE: [WhatsUp Forum] Report on devices that are not monitored > > >If you create a page with the following code you can se non monitored >devices > > <%START_LOADED_MAP_LIST%> > <%START_DEVICE_LIST%> > <table WIDTH="100%" cellSpacing=0 cellPadding=1 border=0> > <tr> > <%IFNOT% IS_MONITORING_ENABLED> > <td>Monitroing not enabled on <%DEVICE% >DISPLAY_NAME></TD> > <%ENDIF%> > </TR> > </table> > <%END_DEVICE_LIST%> > <%END_LOADED_MAP_LIST%> >Call it monitored.asp > > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Anthony >Valuikas >Sent: Thursday, July 08, 2004 11:35 AM >To: [EMAIL PROTECTED] >Subject: RE: [WhatsUp Forum] Report on devices that are not monitored > >Also if the %deviceset% sets the flag from 0 to 1 then there has to be a >way to display all of the 1's. At least it seems logical. > > >Tv > > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Richard >Beckmannflay >Sent: Thursday, July 08, 2004 10:17 AM >To: [EMAIL PROTECTED] >Subject: RE: [WhatsUp Forum] Report on devices that are not monitored > >Jim, > >Best thing I can think of is the "view > minimap" which will give you a >grey device on any map, not sure if this available via the asp side, but >worth a look. > >Richard > >- - - - - - - - - - - - - - - > Richard Beckmannflay > [EMAIL PROTECTED] > http://bekarts.com >- - - - - - - - - - - - - - - > > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Jim Ruddell >Sent: Thursday, 8 July 2004 11:32 PM >To: [EMAIL PROTECTED] >Subject: [WhatsUp Forum] Report on devices that are not monitored > >This my first post although I've been in lurk mode since my company >asked me to evaluate WUG. My company finally purchased it and now I have >a question. >How can I get a report on what devices are not monitored? Our old system >sent an email each day so that I could see if someone turned off >monitoring for maintenance and forgot to turn it back on. I'm proficient >in coding so I don't need something "built in" but then I'll need to >know how to query WUG to look at the monitored flag. > >I've looked at the calls on the ASP web pages to see if there's a public >function I can use but that seems like too much work for something so >simple. > >Thanks for your help! Now that I know more about the product I can stop >lurking and help with answering questions. > >Cheers, > >Jim Ruddell >Network and Systems Engineer >Mi Services Group >900 West Valley Rd. >Suite 900 >Wayne, PA 19087 >610-230-2500 x 155 >[EMAIL PROTECTED] > > >Please visit http://www.ipswitch.com/support/mailing-lists.html >to be removed from this list. > >An Archive of this list is available at: >http://www.mail-archive.com/whatsup_forum%40list.??ipswitch.com/ > > > >Please visit http://www.ipswitch.com/support/mailing-lists.html >to be removed from this list. > >An Archive of this list is available at: >http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ > > >Please visit http://www.ipswitch.com/support/mailing-lists.html >to be removed from this list. > >An Archive of this list is available at: >http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ > > > >Please visit http://www.ipswitch.com/support/mailing-lists.html >to be removed from this list. > >An Archive of this list is available at: >http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ > >_____________________________________________________________________ >This message has been checked for all known viruses > >Please visit http://www.ipswitch.com/support/mailing-lists.html >to be removed from this list. > >An Archive of this list is available at: >http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
<<winmail.dat>>
