KS-Soft. Network Management Solutions
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister    ProfileProfile    Log inLog in 

SLA report

 
Post new topic   Reply to topic    KS-Soft Forum Index -> Wish list
View previous topic :: View next topic  
Author Message
Stoltze



Joined: 03 Feb 2004
Posts: 174
Location: Denmark

PostPosted: Sun Feb 22, 2004 2:40 am    Post subject: SLA Report Reply with quote

Hi,

I wasn't logged in with the other post.. (Please delete that one..)

In many companys, you are bound up to a SLA (Service Level Agreement). I would like to have a special build-in function, to build a SLA report.

In this report, I can choose several things:

- Which folders, (including virtual folders) or tests to include.
- What level in %, the test must NOT be below.
- What level in %, the test must NOT go under. If it does, the test have failed.
- A weightning for each test. Total of all tests will be 100%. But maybe one test count for 20% of the SLA, and another one only for 5%.
- It should be possible to insert text og empty lines, in between the test lines.
- And it should be possible to see how the development in the SLA, have been for each day.
- Finally, a graph to show the development, would be nice..

I have created to pages, to illustrate what I mean.

This one shows in text, how the SLA have been over the month.
http://www.netsaint.dk/ahm/sla.htm

This is a chart, showing how the SLA have been going.
http://www.netsaint.dk/ahm/chart.htm

Hope I have explained, what I meen..

Best Regards,
Stoltze
Back to top
View user's profile Send private message
KS-Soft



Joined: 03 Apr 2002
Posts: 12795
Location: USA

PostPosted: Mon Feb 23, 2004 1:25 pm    Post subject: Reply with quote

Looks like really customized report. I don't think we will implement this in nearest versions.
On the other hand using ODBC Logging, some SQL server and several SQL scripts you may create this report by yourself.

Regards
Alex
Back to top
View user's profile Send private message Visit poster's website
ChristianD



Joined: 06 Aug 2003
Posts: 18

PostPosted: Tue May 25, 2004 5:27 am    Post subject: Reply with quote

Hi,

i created some scripts for my own to do some sla reporting with variables:
I use 98% as a key to make the item red when its below.
This percentage could also be a CommentLine? variable to make it more scriptable.

I hope someone could also make use of it.

Sincere,
Christian

Custom Report:
Test Items:
<script type="text/vbscript">
if (%AliveRatio%>98 ) then
document.write("<input type=button class=Good value=""%TestName% (%AliveRatio%%)"" onclick=""showinfo('\n%TestName% \n%CommentLine2% \n%CommentLine3% \n%CommentLine4% \n%CommentLine5% \n%CommentLine6% \nAverage Reply: %AverageReply%')"">")
Else
document.write("<input type=button class=Bad value=""%TestName% (%AliveRatio%%)"" onclick=""showinfo('\n%TestName% \n%CommentLine2% \n%CommentLine3% \n%CommentLine4% \n%CommentLine5% \n%CommentLine6% \nAverage Reply: %AverageReply%')"">")
end if
</script>

Folder Summary:
<HR>
<script type="text/vbscript">
If (%FolderCurrent_TotalTests%>0) then
If (cint(%FolderAverage_AliveRatio%+1-1) >=98 ) then
Document.write("<font color=""green""><b>Aantal tests: %FolderCurrent_TotalTests% - Uptime: %FolderAverage_AliveRatio%% - Unknown time: %FolderAverage_UnknownRatio%% - Downtime: %FolderAverage_DeadRatio%%</b></font>")
Else
Document.write("<font color=""red""><b>Aantal tests: %FolderCurrent_TotalTests% - Uptime: %FolderAverage_AliveRatio%% - Unknown time: %FolderAverage_UnknownRatio%% - Downtime: %FolderAverage_DeadRatio%%</4></font>")
End if
End if
</script>
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    KS-Soft Forum Index -> Wish list All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

KS-Soft Forum Index