Search found 8 matches

by prabakaran
Mon Apr 08, 2013 2:21 pm
Forum: Open Source Nagios Projects
Topic: Problem on check_http(s) usage
Replies: 1
Views: 1377

Problem on check_http(s) usage

Hi, I tried to monitor HTTPS website by using check_http. I can run through terminal and it results "OK" status. Following command is used, (Sample command) #./check_http -H api.test.com -u "https://api.test.com/api2.0/checks/" -k "App-Key:tlhgfg34548uhd2h7jjgvs5qjhhmcvw&quo...
by prabakaran
Mon Mar 25, 2013 1:58 am
Forum: Open Source Nagios Projects
Topic: Can we monitor internet usage of the multiple users?
Replies: 3
Views: 1543

Can we monitor internet usage of the multiple users?

Hi,

I have a situation to monitor internet usage of each user's in my network. Can we identify the usage of the internet and send critical message when exceeding some level ?
How can I find top internet utilizer ? Suggest me to resolve this.

Thanks,
Prabakaran.R
by prabakaran
Sat Mar 16, 2013 9:07 am
Forum: Open Source Nagios Projects
Topic: How to show multi-line of output using check_logfiles
Replies: 17
Views: 8347

Re: How to show multi-line of output using check_logfiles

Hi, I attached the output screenshot of error trace service. This is not same which I mentioned before, but similar to that. In here it shows 4 ERRORS , but I can view only two of them. These two error details only sent as a EMail alert. I want to send mail with complete error trace, How can I get c...
by prabakaran
Wed Mar 13, 2013 1:31 am
Forum: Open Source Nagios Projects
Topic: How to monitor Services based on resource usage?
Replies: 2
Views: 1098

How to monitor Services based on resource usage?

Hi, Can we monitor services with their resource usage details like below, I have services like tomcat, mySQL,mongoDB, some custom services hosted in IIS, can we monitor their resource (cpu, RAM, bandwith,..) usages? If tomcat exceed RAM usage of 50 MB I need to send WARNING/CRITICAL alert. Suggest m...
by prabakaran
Wed Feb 20, 2013 7:26 am
Forum: Open Source Nagios Projects
Topic: How to show multi-line of output using check_logfiles
Replies: 17
Views: 8347

Re: How to show multi-line of output using check_logfiles

Hi, after configured as you mentioned "$SERVICEOUTPUT$$LONGSERVICEOUTPUT$" i got below output, Testing Info: WARNING - (13 warnings) - 67659: 20130220-024112-124: [009] (W:CommonApiService) WARNING: RestApiHelper.RequestFilter: user is not in role ...tag apiservice WARNING 67281: 20130220-...
by prabakaran
Wed Feb 13, 2013 7:16 am
Forum: Open Source Nagios Projects
Topic: How to show multi-line of output using check_logfiles
Replies: 17
Views: 8347

Re: How to show multi-line of output using check_logfiles

Slansing,thanks for your quick reply. Its really helps to me. But I required little more, Following is my email notification from Nagios Additional Info: $SERVICEOUTPUT$ WARNING - (21 warnings) - 69085: 20130213-013933-805: [200] (W:CommonApiService) WARNING: RestApiHelper.RequestFilter: user is not...
by prabakaran
Mon Feb 11, 2013 4:23 am
Forum: Open Source Nagios Projects
Topic: How to show multi-line of output using check_logfiles
Replies: 17
Views: 8347

How to show multi-line of output using check_logfiles

Hi all, I used check_logfiles for Windows log files monitoring using "NSCliet++". Plug-in can identifies the no of errors on particular time, but it shows on UI (or EMail) with minimal results like below, here it shows 4 errors, 4 warnings but in mail it sent only one ERROR detail CRITICAL...
by prabakaran
Wed Aug 08, 2012 1:53 am
Forum: Open Source Nagios Projects
Topic: How to add POST parameters to Nagios plugin
Replies: 0
Views: 1186

How to add POST parameters to Nagios plugin

Hi, I am beginner to nagios. I am trying to use " check_http_enhanced.pl " plug-in, but problem is add POST parameters & values. I dont know how to pass parameters. Here is my terminal command, /usr/local/nagios/libexec# ./check_http_enhanced.pl -H localhost -u /sample/test/ -p 8080 -m...