How do I bulk modify a service's settings?
-
omarrrthepirate
- Posts: 28
- Joined: Fri Jul 09, 2021 1:13 pm
- Location: Spokane, WA
- Contact:
How do I bulk modify a service's settings?
The Page File service has values that are way too low so we get a ton of critical service alerts. it's currently set to warning at 15% and I forgot what it's set for Critical. But how do I modify these values for all my hosts? I think I may want to change the CPU usage and C Drive usage attributes as well. Thank you!
Omarrr The Pirate!
Arrrrr
Arrrrr
Re: How do I bulk modify a service's settings?
What version of XI are you using? You can grab it from the bottom left hand side of the web interface after logging in.
It depends on how they are setup. Please PM me a copy of your profile.zip so I can see how they are setup, you can download it from Admin > System Profile by clicking the Download Profile button.
It depends on how they are setup. Please PM me a copy of your profile.zip so I can see how they are setup, you can download it from Admin > System Profile by clicking the Download Profile button.
Re: How do I bulk modify a service's settings?
Based on the way you have them configured:
define service {
host_name xxxx
service_description Page File Usage
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!'xxxxx/xxxxx'!'xxxxx'!checkpage!-w '10' -c '15'
You should be able to go to Configure > Configure Config Manager > Tools > Bulk Modifications Tool:
- Click Change Command and Arguments
- Click the Toggle All button to UNCHECK every box
- Check $ARG4$ and change it the new values (whatever you want):
- Click Select Services and select all of the Page File services
- Click Save Changes
- Apply Configuration
define service {
host_name xxxx
service_description Page File Usage
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!'xxxxx/xxxxx'!'xxxxx'!checkpage!-w '10' -c '15'
You should be able to go to Configure > Configure Config Manager > Tools > Bulk Modifications Tool:
- Click Change Command and Arguments
- Click the Toggle All button to UNCHECK every box
- Check $ARG4$ and change it the new values (whatever you want):
Code: Select all
-w '85' -c '95'- Click Save Changes
- Apply Configuration
-
omarrrthepirate
- Posts: 28
- Joined: Fri Jul 09, 2021 1:13 pm
- Location: Spokane, WA
- Contact:
Re: How do I bulk modify a service's settings?
No matter what command I select under the Bulk Modifications Tool, all the arguments are blank. I'm also not sure which command to modify; I don't see one in there about page file check.
Omarrr The Pirate!
Arrrrr
Arrrrr
Re: How do I bulk modify a service's settings?
Hello @omarrrthpirate
Thanks for following up, let's go ahead and find out what command the "file check" is.
Head over to the Web console > Service Status > 'click on the file check service status'
Please let us know what you find,
Perry
Thanks for following up, let's go ahead and find out what command the "file check" is.
Head over to the Web console > Service Status > 'click on the file check service status'
- Select Configure Tab (Gear Icon)
- Re-configure this service > Monitoring Tab
- Here you will find the exact command the service check is using.
Please let us know what you find,
Perry
-
omarrrthepirate
- Posts: 28
- Joined: Fri Jul 09, 2021 1:13 pm
- Location: Spokane, WA
- Contact:
Re: How do I bulk modify a service's settings?
Thank you for all your help. You guys rock. I was able to follow your instructions. Now we'll see how it goes.
Omarrr The Pirate!
Arrrrr
Arrrrr
Re: How do I bulk modify a service's settings?
Hello @ommarrrthepirate
Excellent, let us know if you need anything further,
Perry
Excellent, let us know if you need anything further,
Perry