From: Ben C. <Be...@cl...> - 2004-08-24 14:59:02
|
Dear Ryan, I am glad you are having success using PerfParse. Sorry to say that there is no way of stopping this displaying without editing the code. I have given you the fix at the end of this email. However we will be adding an optional username/password authentication to the application at some time. I will make a note of your request so that when we do this, we can add this feature for you. If a user was allowed to access only a given list of Groups, would this satisfy your requirements? Regards, Ben. To fix, please edit the code cgi/cgi_raw_report.c Find the section of code starting: (Should be line 382) // Select group: Comment out or delete the section down to and including line 409. This should be all you need to do. Ryan Moreton wrote: > Hi, > > I've just installed perfparse and I'm very happy with the results. I wanted > to provide views to different customers. I've groups the customer devices > together but if I provide them with the following link > http://IPAddress/nagios/perfgraph.cgi?all_raw=1&group_name=Customer+1&inc=pe > rfdata%5Fhost%2Ehost%5Fname they get the drill down option to specify other > customers. > > Is there a way to stop displaying the drop down on the string of the URL? > > If not, is it possible to remove this drop down from the code and recompile > the CGI file? > > Many Thanks in advance, > > Ryan > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |