Page 1 of 1

Nagios xi

Posted: Tue Jan 15, 2013 10:23 am
by rajthegladiator
Hello

Could you please help me with below queries.

1) while runnining the Auto-Dicovery Wizard it should also detect
the Swtich description

2) How can we increase refresh rate of dashboards

Re: Nagios xi

Posted: Tue Jan 15, 2013 10:48 am
by slansing
1) The description is simply a naming/noting convention the admin uses to better identify the items he/she is creating to be monitored. Thus it will not pull special use data for things such as Auto Discovery.

2) The dashboards themselves never refresh it is the dashlets that do, to edit the time between AJAX calls navigate to Admin > Performance Settings > Dashlets

(NOTE: THIS WILL DECREASE PERFORMANCE IN SOME CASES.)

Re: Nagios xi

Posted: Wed Jan 16, 2013 6:48 am
by rajthegladiator
Hi,


Need help

1) How can i manage assest and patch management in nagios XI

2) How to integrate patch and assest management in nagios XI

3) if there is a Linux software for assest and patch management can we integrate that software in nagiosXI.

Re: Nagios xi

Posted: Wed Jan 16, 2013 10:52 am
by slansing
Could you elaborate on this? Are you using any specific software for asset and patch management or are you handling all of that manually? Those are fairly broad subjects.

Re: Nagios xi

Posted: Fri Jan 25, 2013 7:22 am
by rajthegladiator
Hi,

Thank You for the information....

As i also want to to edit the Check interval and Retry interval half a minute ie. 30 Sec in the Host Management for Alert.
Can it be possible. Please let me know sir.

Re: Nagios xi

Posted: Fri Jan 25, 2013 9:07 am
by scottwilkerson
The minimum recommended period in XI is 1 minute

Re: Nagios xi

Posted: Wed Mar 06, 2013 8:09 am
by rajthegladiator
scottwilkerson wrote:The minimum recommended period in XI is 1 minute
Hey i am getting this error in

tail -f /var/log/httpd/error_log

what is this error all about , where i am goin wrong


[root@nagiosxidemo ~]# tail -f /var/log/httpd/error_log
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 111, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: min_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 106, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: max_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 107, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: avg_latency in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 108, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: min_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 109, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: max_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 110, referer: http://10.101.18.20/nagiosxi/
[Wed Mar 06 13:02:22 2013] [error] [client 10.101.18.21] PHP Notice: Undefined index: avg_execution_time in /usr/local/nagiosxi/html/includes/utils-xmlsysstat.inc.php on line 111, referer: http://10.101.18.20/nagiosxi/


Thanks,

Re: Nagios xi

Posted: Wed Mar 06, 2013 11:41 am
by scottwilkerson
these aren't errors, they are just Notices that the variable wasn't previously set.