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

report for every hour

 
Post new topic   Reply to topic    KS-Soft Forum Index -> Reports
View previous topic :: View next topic  
Author Message
babar.munir



Joined: 23 Jan 2013
Posts: 30

PostPosted: Wed Dec 17, 2014 4:26 am    Post subject: report for every hour Reply with quote

i have configured ram and cpu usage alerts for one of my server after 2 minutes. which generates email alerts in case of bad status. but now i want to configure auto generated report for these alerts after every one hour and send this report to my manager id so that he can view the status of ram and cpu on server for last hour? any help will be appreciated
Back to top
View user's profile Send private message Visit poster's website
KS-Soft



Joined: 03 Apr 2002
Posts: 12790
Location: USA

PostPosted: Wed Dec 17, 2014 6:14 am    Post subject: Reply with quote

Lets clear some terms

>i have configured ram and cpu usage alerts
As I understand you setup Memory and CPU Usage TESTS (not alerts)

>send this report to my manager id so that he can view the status of ram and cpu on server for last hour

Report or Log?
Reports show current test status, also it may show statistics counters (e.g. Alive/Dead ratio since last counters reset or Alive/Dead ratio for last 24 hours, last week, etc).
Samples:
http://www.ks-soft.net/hostmon.eng/examples/sla/sla2b.htm
http://www.ks-soft.net/hostmon.eng/examples/sla/sla3_charts.htm
Report will not show you what exactly happened 20 or 30 minutes ago.

Log shows tests results, like this
http://www.ks-soft.net/hostmon.eng/examples/log.htm
You may setup private logs just for these 2 tests and you may tell HostMonitor to change log file every day but it will show events starting from midnight (not just 1 hour).

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



Joined: 23 Jan 2013
Posts: 30

PostPosted: Wed Dec 17, 2014 7:50 am    Post subject: Reply with quote

thanks for clarification..

->You may setup private logs just for these 2 tests and you may tell HostMonitor to change log file every day but it will show events starting from midnight (not just 1 hour).


yes our HM generates log on daily basis.. is it possible to change the log file format or convert into such graphical way after every hour.. ?

and how can i send log to my manger email id after every one hour from host monitor?
Back to top
View user's profile Send private message Visit poster's website
KS-Soft



Joined: 03 Apr 2002
Posts: 12790
Location: USA

PostPosted: Wed Dec 17, 2014 11:07 am    Post subject: Reply with quote

Quote:
yes our HM generates log on daily basis.. is it possible to change the log file format

Change log format? Sure, you may choose format of the log file:
HTML file
Text file
DBF file
Change log format every hour? I am not sure it makes any sense...

Quote:
or convert into such graphical way after every hour.. ?

Log Analyzer can generate reports with charts
Log Viewer can generate charts
http://www.ks-soft.net/hostmon.eng/la/index.htm
http://www.ks-soft.net/hostmon.eng/lv/index.htm
You may setup HostMonitor to start these utilities using "Execute external program" action
http://www.ks-soft.net/hostmon.eng/mframe.htm#actions.htm#actPrg

Quote:
and how can i send log to my manger email id after every one hour from host monitor?

How to send e-mail? Use Send e-mail action.
How to start action every 60 min? Use built-in Scheduler (Options dialog -> Scheduler page)

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



Joined: 23 Jan 2013
Posts: 30

PostPosted: Thu Dec 18, 2014 2:01 am    Post subject: Reply with quote

thanx a lot .. cleared up lot of confusion.

I have configured private log i.e CPU_%mm-dd-yy%.htm which auto generates html log on daily basis.. and saves as html file like "CPU_12-01-14.htm"
"CPU_12-02-14.htm" and so on..

now i have configured action profile with file attachment (i.e CPU_12-18-14.htm) for sending email and emails are delivering successfully after every one hour.. but the log file name changes daily according to the current date format ..so is there any way/variables to send current date file attachment automatically ?
Back to top
View user's profile Send private message Visit poster's website
KS-Soft



Joined: 03 Apr 2002
Posts: 12790
Location: USA

PostPosted: Thu Dec 18, 2014 5:49 am    Post subject: Reply with quote

Sure, you may use variables.
There is list
http://www.ks-soft.net/hostmon.eng/mframe.htm#actions.htm#macro
http://www.ks-soft.net/hostmon.eng/mframe.htm#actions.htm#timemacro

E.g.
C:\ProgramData\HostMon\Logs\CPU_%mm%-%dd%-%yy%.htm

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



Joined: 23 Jan 2013
Posts: 30

PostPosted: Thu Dec 18, 2014 5:58 am    Post subject: Reply with quote

thanx i already tried it.. but it does not attach the log file with email and send an error text in email

Error: Attachment file not found (G:\HMReports\192.2\Dec-14-192.2-logs\CPU\CPU_192.2_%mm-dd-yy%.htm)

though my logs path is

G:\HMReports\192.2\Dec-14-192.2-logs\CPU\CPU_192.2_12-18-14.htm
Back to top
View user's profile Send private message Visit poster's website
KS-Soft



Joined: 03 Apr 2002
Posts: 12790
Location: USA

PostPosted: Thu Dec 18, 2014 10:42 am    Post subject: Reply with quote

Wrong variable. Please check how it looks in my post
---
C:\ProgramData\HostMon\Logs\CPU_%mm%-%dd%-%yy%.htm
---

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



Joined: 23 Jan 2013
Posts: 30

PostPosted: Thu Dec 18, 2014 11:39 pm    Post subject: Reply with quote

thans a lot ..yup i missed it.. just last question for my understanding.. whn i use %mm-dd-yy% in my private log.. log automatically generates on daily basis. as you can see in my previous post.. but when i use same variable while attaching the file.. it does not work.. so what is the difference?
Back to top
View user's profile Send private message Visit poster's website
KS-Soft



Joined: 03 Apr 2002
Posts: 12790
Location: USA

PostPosted: Fri Dec 19, 2014 7:57 am    Post subject: Reply with quote

Tests, actions, reports, logging modules support different variables.
Some variables can be used in all modules, some not.
Please check the manual

Test related variables (templates)
http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#templates

Variables for file related tests
http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#macros

Variables then can be used with actions
http://www.ks-soft.net/hostmon.eng/mframe.htm#actions.htm#macro

Reports
http://www.ks-soft.net/hostmon.eng/mframe.htm#profiles.htm#RepMacro

Logging
---
If you select option to automatically change the log file date macro variables may be specified in the log file name. HostMonitor interprets text between the '%' of the log name as a macro, where 'DD' represents the day of the month, 'WW' - current week number, 'MM' - the month, 'YY' - the year in two digit format, 'YYYY' - the year.
---

Regards
Alex
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 -> Reports 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