Search found 68 matches

by plakshmi
Tue Oct 27, 2015 11:11 am
Forum: Open Source Nagios Projects
Topic: getting error while installing nagios client on Solaris 10
Replies: 3
Views: 1454

Re: getting error while installing nagios client on Solaris

We have used same steps but tweaked few options. I will be able to give you the exact details tomorrow.

Does the Nagios client installation on Solaris 10 work with gcc compiler version 3.3?
by plakshmi
Sat Oct 24, 2015 1:32 pm
Forum: Open Source Nagios Projects
Topic: getting error while installing nagios client on Solaris 10
Replies: 3
Views: 1454

getting error while installing nagios client on Solaris 10

Hi, We are getting below errors while installing nagios client (NRPE v2.15) on Solaris 10 machine. ERROR: attribute verification of </usr/local/ssl/misc/c_name> failed unable to fix attributes ERROR: content verification of </usr/local/ssl/misc/c_name> failed unable to fix modification time ERROR: a...
by plakshmi
Tue Feb 03, 2015 5:32 am
Forum: Nagios XI
Topic: Users getting alerts even after disabling the alerts
Replies: 3
Views: 903

Re: Users getting alerts even after disabling the alerts

You may close this ticket.

Users are saying that they are not receiving alerts now.
by plakshmi
Mon Feb 02, 2015 1:27 am
Forum: Nagios XI
Topic: Users getting alerts even after disabling the alerts
Replies: 3
Views: 903

Users getting alerts even after disabling the alerts

Hi,

Users are receiving alerts even after disabling the alerts. We are not sure of the reason.

Please help me.

Regards,
Pratap.
by plakshmi
Fri Oct 03, 2014 1:27 pm
Forum: Nagios XI
Topic: Issue with HTTP URL monitoring
Replies: 1
Views: 652

Issue with HTTP URL monitoring

Recently we have implemented monitoring for couple of HTTP URL's in Nagios XI 2012R2.9. We are seeing below issues. 1) If we monitor URL with threshold 120 seconds we are getting " Service check timed out " intermittently. The default check timeout in nagios.cfg is 60 seconds. Command - /u...
by plakshmi
Fri Oct 03, 2014 9:17 am
Forum: Nagios XI
Topic: Apply Configuration not working in Nagios XI
Replies: 1
Views: 610

Apply Configuration not working in Nagios XI

We are not able to do "Apply configuration" on our Nagios test server running 2014R1.4. When we click apply configuration, it goes on forever. When we close browser and open again, then no new servers show up. It seems like the new configuration has not been loaded. Other nagios functional...
by plakshmi
Sun Aug 24, 2014 9:49 am
Forum: Nagios XI
Topic: Not able to view graphs for disk services
Replies: 1
Views: 457

Not able to view graphs for disk services

We are not able to view graphs for disk services like /, /u01, /boot, etc... on few remote linux servers. Current NRPE version is 2.0 and plugins are 1.3.1 which are pretty outdated. Is it sufficient to upgrade only plugins to latest version on remote hosts or do we need to upgrade NRPE as well?
by plakshmi
Thu Aug 14, 2014 11:23 am
Forum: Nagios XI
Topic: plugin to monitor Memory usage on Non-global zone in Solaris
Replies: 7
Views: 2946

Re: plugin to monitor Memory usage on Non-global zone in Sol

We could able to see performance graphs after removing the space between variable and MB in the script and after deleting .rrd and .xml files.

Thank you very much for your support.

Thanks again.

You may close the ticket.
by plakshmi
Tue Aug 12, 2014 10:33 am
Forum: Nagios XI
Topic: plugin to monitor Memory usage on Non-global zone in Solaris
Replies: 7
Views: 2946

Re: plugin to monitor Memory usage on Non-global zone in Sol

we tried to change some code as per your suggestion it is now showing performance data in advanced tab but graphs are still not working. Attached screenshots of output for refernce.please suggest if we missed out anything here is code which we changed. if [ $used_memory -ge $warning -a $used_memory ...
by plakshmi
Thu Aug 07, 2014 12:53 pm
Forum: Nagios XI
Topic: plugin to monitor Memory usage on Non-global zone in Solaris
Replies: 7
Views: 2946

Re: plugin to monitor Memory usage on Non-global zone in Sol

We have written customized script for this requirement. Script is working fine and we are getting desired output but graphs are not getting displayed. Can you plese suggest us. Following is the script. #! /bin/sh #### usage is the function which tells what options and agruments to be passed to the s...