Hello,
if i create a new capacity planning report for a large amount of hosts, i have to enable for every single chart the "warning" and "critical" value.
Is there a way to enable the warning and critical level by default?
Thank you,
Best regards
Capacity planning - warning critical level by default
Capacity planning - warning critical level by default
You do not have the required permissions to view the files attached to this post.
Re: Capacity planning - warning critical level by default
When you say 'enable' for every check, what are you refering to?
You should be able to use the bulk modification tool to do this, or by changing your check command to have a preset warning /critical value.
You should be able to use the bulk modification tool to do this, or by changing your check command to have a preset warning /critical value.
Former Nagios Employee
Re: Capacity planning - warning critical level by default
Hello,
no i mean:
if i open a capacity planning Report i have to click on "warning" and "critical" for each graph (like in my attachment).
Is there a way to enable the this by default? We have large amounts of hosts in the capacity planning report and we have to enable the "warning" and "critical" value for each graph.
Thank you,
Best regards
no i mean:
if i open a capacity planning Report i have to click on "warning" and "critical" for each graph (like in my attachment).
Is there a way to enable the this by default? We have large amounts of hosts in the capacity planning report and we have to enable the "warning" and "critical" value for each graph.
Thank you,
Best regards
You do not have the required permissions to view the files attached to this post.
Re: Capacity planning - warning critical level by default
What version of Nagios XI are you running? There was a feature added to XI 5.x.x to enable the Warning and Critical thresholds but it seems to not work for the Capacity Planning graphs.
I'll put in a Bug Fix for that.
I'll put in a Bug Fix for that.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Capacity planning - warning critical level by default
thank you,
we use Nagios XI 5.2.3 Enterprise.
Best regards
we use Nagios XI 5.2.3 Enterprise.
Best regards
Re: Capacity planning - warning critical level by default
The bug has been fixed (Bug Task ID 7514). You can wait until the next release of Nagios XI is out, or you can do the following:
1. Backup the "capacityreport.js.php" file.
2. Download the file below:
3. Unzip it and replace the "original" capacityreport.js.php file with the new one. Make sure the permissions are the same as the capacityreport.js.php.backup
4. Try showing/hiding the warning and critical line in reports by selecting "On"/"Off" from the "Warning/Critical Line Display" drop-down menu under "System Settings"
Admin -> System Settings -> Theme & Display
Let us know if this worked for you.
1. Backup the "capacityreport.js.php" file.
Code: Select all
cp -p /usr/local/nagiosxi/html/includes/components/capacityplanning/includes/capacityreport.js.php /usr/local/nagiosxi/html/includes/components/capacityplanning/includes/capacityreport.js.php.backup3. Unzip it and replace the "original" capacityreport.js.php file with the new one. Make sure the permissions are the same as the capacityreport.js.php.backup
4. Try showing/hiding the warning and critical line in reports by selecting "On"/"Off" from the "Warning/Critical Line Display" drop-down menu under "System Settings"
Admin -> System Settings -> Theme & Display
Let us know if this worked for you.
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!