I like your solution.... simple and fast Thanks -----Original Message----- From: Reinhard Weissenbrunner [mailto:[EMAIL PROTECTED] Sent: Thursday, January 16, 2003 7:02 PM To: Anthony Scott Subject: AW: [rrd-users] Front-end in ASP?
hi, anthony i was searching for the same thing, some time ago, but did not find anything. so, i decided to start programming a few very simple perl scripts, batch files, and got rrd-tool working fine under win2k, nt4 and .net RC1 (win2003) you only need : 1.) the single file "rrd-tool.exe" (from /src/tools-release within the win32-distribution) 2.) ActiveState Perl. installation (the perliis.dll binding to *.plx files is added per default. running the "system" call ) 3) Win2K, IIS and that´s all. and task scheduler. if you can build a GUI or a WebUI around that rrd-tool.exe, you will reach your target. i am thinking of a customizeable "rrd-viewer" for quick results. i could graph a few nice graphs, showing the values i was interested in. (cpu-%, printed pages , ink in a larger ink-jet printer....) take a look at: http://www.access.at/reinitest i know, this was not hte smartest way to run rrd-tool, but probably the fastest solution for me. executing batch files from a web sites is -of course dangerous..! ;-) cheers Reinhard > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Anthony Scott > Gesendet: Donnerstag, 16. Jänner 2003 22:11 > An: RRD Mailing List (E-mail) > Betreff: [rrd-users] Front-end in ASP? > > > > Hi. I have been searching for an RRD front-end lately. I have > noticed that most, if not all, are written in PHP, Perl, > something like that. Is it possible to write a front-end in > ASP using VBScript or maybe JavaScript? I know you can use > other scripting languages for ASP. However, I am especially > interested in VBScript because I work in an all Windows shop > and it offers a lot of possibilities for sys admin scripting. Thanks > anthony scott, > workstation administrator > > > -- > Unsubscribe > mailto:[EMAIL PROTECTED] > > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
