hi
i have a problem i have added some host to my nagios monitoring but just have a problem i have take a pic from my problem and attached for example my localhost some sensors show on page 1 and one of them show on page 2
how can put all sensors for my localhost on one page
best regards
Babak
how can see all of my host sensor on one page
Re: how can see all of my host sensor on one page
Sorry if stating the obvious, but have you tried increasing the value in the "Limit Results" drop down?
- Attachments
-
- results Core.jpg (10.16 KiB) Viewed 2657 times
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: how can see all of my host sensor on one page
so thanks
if i change that it won\t be fix for all time and every time and maybe that is temporary how can fix it for all times?
if i change that it won\t be fix for all time and every time and maybe that is temporary how can fix it for all times?
Re: how can see all of my host sensor on one page
Edit this file:
Add this:
That will disable the limit, you can adjust it to another number if you'd like.
Thank you
Code: Select all
/usr/local/nagios/etc/cgi.cfgCode: Select all
result_limit=0Thank you
Re: how can see all of my host sensor on one page
@ssax has the easy answer.
You can also recompile Core, and change cgiutils.c, look for result_limit = 100; and change that to result_limit = 0;, then recompile. This will set the default to show _everything_, rather then 100.
You can also recompile Core, and change cgiutils.c, look for result_limit = 100; and change that to result_limit = 0;, then recompile. This will set the default to show _everything_, rather then 100.
Former Nagios Employee
Re: how can see all of my host sensor on one page
ssax wrote:Edit this file:
Add this:Code: Select all
/usr/local/nagios/etc/cgi.cfg
That will disable the limit, you can adjust it to another number if you'd like.Code: Select all
result_limit=0
Thank you
thanks
but i think you did not understand my question correctly 2 notice:
1 - i don't want show all hosts on one page
2 - for example if i have 30 host i want nagios show them complete means if my localhost put on page 1 show all localhost sensors on page 1 not show 3 of localhost sensors on page 1 and 2of sensors show on page 2
how can solve this problem ?
best regards
babak
Re: how can see all of my host sensor on one page
Unfortunately that functionality doesn't exist, you would need to modify the C code for the CGIs. You can create a feature request for it here if you'd like:
https://github.com/NagiosEnterprises/nagioscore
Thank you
https://github.com/NagiosEnterprises/nagioscore
Thank you