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
Nagios xi
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios xi
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.)
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.)
-
rajthegladiator
- Posts: 10
- Joined: Tue Jan 15, 2013 9:50 am
Re: Nagios xi
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.
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.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios xi
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.
-
rajthegladiator
- Posts: 10
- Joined: Tue Jan 15, 2013 9:50 am
Re: Nagios xi
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.
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.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios xi
The minimum recommended period in XI is 1 minute
-
rajthegladiator
- Posts: 10
- Joined: Tue Jan 15, 2013 9:50 am
Re: Nagios xi
Hey i am getting this error inscottwilkerson wrote:The minimum recommended period in XI is 1 minute
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,
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios xi
these aren't errors, they are just Notices that the variable wasn't previously set.