Jump to content

Help Needed !basic Monitoring Unix Servers


Recommended Posts

Posted

We are trying to setup monitoring for all our web servers and application servers which are running on UNIX. Trying to implement only the basic monitoring but not their performance,like if we try to hit the website and if there is an outage on webserver or on back end servers there should be some alerts coming to the team who are monitoring it. Is there any scripts that would run and throws alert if there is any outage?

Suggestions would be appreciated. Thanks

Posted

there is a tool called eGurtkha

which is very helpful check that

Posted

[url="http://www.egurkha.com/"]http://www.egurkha.com/[/url]

Posted

there is lot of ways to monitor it ..

Simple way is by crontab ..

Posted

if u know the process that should be running === If process goes down .. neeku alert ravali .. ala na?

Posted

[quote name='AggiRamudu' timestamp='1370458218' post='1303826241']
if u know the process that should be running === If process goes down .. neeku alert ravali .. ala na?
[/quote]


Ya guruji..server down ayi napudu ..edo oka kind of alert raavali,either mail or sms...

Posted

Tools kana...scripts thoney alerts kavali antunaru,,,

Posted

then write ur own... every environment has its own monitoring tools & scripts

Posted

Usually monitoring ke ...You can write shell script.....Like CPU,Memory,disk space,memory leak ilanti parameters ke vati threshold levels datite the admin can get email alert.......If there are more systems to monitor, You can also implement using "Splunk" software......which is cool GUI interface.....But license ke it will cost!!! It really depends on number of servers you want to monitor!!

Posted

We have around 14 linux servers. Ya splunk aithey licence undali...but i am trying to check on website for sample codes...does anyone know any websites where i could get sample scripts for alert monitoring.

Thanks

Posted

[quote name='seshuDAbuss' timestamp='1370459127' post='1303826366']
We have around 14 linux servers. Ya splunk aithey licence undali...but i am trying to check on website for sample codes...does anyone know any websites where i could get sample scripts for alert monitoring.

Thanks
[/quote]
you want tot write script to monitor ??

then you can use shell script to monitor the process (but not efficient) if any application dies it will mail the content


but how big is ur application (client base) down time etc....also need to consider( some times application runs but memory heap will be hig)

some times certain ports will not close...or any other reason ...applications will run but no request is processed so

what exactly u r looking for

Posted

[quote name='cherlapalli_jailer' timestamp='1370459445' post='1303826405']
you want tot write script to monitor ??

then you can use shell script to monitor the process (but not efficient) if any application dies it will mail the content


but how big is ur application (client base) down time etc....also need to consider( some times application runs but memory heap will be hig)

some times certain ports will not close...or any other reason ...applications will run but no request is processed so

what exactly u r looking for
[/quote]


[color=#000000][font=arial]Correct me if I am missing anything..i am in the learning stage of unix admin....the requirement is to look after monitoring some 15-20 Linux servers daily, Now I want to [/font][/color]
[color=#000000][font=arial]write a shell script to check the outage/up and running status of the servers in my [/font][/color]
[color=#000000][font=arial]absence.S[/font][/color][color=#000000][font=arial]ay for example if the server goes down or its not in the [/font][/color]
[color=#000000][font=arial]network during night time or on weekends then I should get an [/font][/color][color=#000000][font=arial]alert(could be anything mail,sms). So [/font][/color]
[color=#000000][font=arial]is there any script or sample script to constantly check the status of the server?[/font][/color]

×
×
  • Create New...