Whenever I add a new WIndows machine to be checked by Nagios XI, it includes checking explorer.exe.
I cannot find how to make it stop checking for that.
I want to have it stop checking becasue it seems to fail everytime I restart a machine and I have to log into the machine for it to start reading that explorer is really running.
btw, I'm very new to Nagios, so please have pitty on me.
Are you checking the explorer box under "Processess" in the widows server wizard? If so, that is what is causing the checks to be added. If not, how are you checking these systems? There is a chance that you added the explorer.exe check to a hostgroup and that check is now inherited by all the members of that hostgroup
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
THe last one I setup up, i made sure I did not check the "Explorer" option (thinking that would fix it, but it did not)
I'm thinking it is in a group, but i cannot find where to go to correct that.
Go to the Core Config Manager->Services, type "explorer" in the search bar and hit "Enter". Click on the service and see if it is added to a hostgroup by clicking on the "Manage Hostgroups" button under the "Common Settings" tab. If you have more than one service, check all of them.
Be sure to check out our Knowledgebase for helpful articles and solutions!
grep -10 explorer /usr/local/nagios/etc/services/* | grep hostgroup
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
grep -10 explorer /usr/local/nagios/etc/services/*
grep -10 explorer /usr/local/nagios/etc/services/* | grep hostgroup
You will want to remove the hostgroup from those services as those are the causes of the inheritance.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- notification_period xi_timeperiod_24x7
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- contacts litsterj,nagiosadmin
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- _xiwizard windowsserver
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- register 1
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- }
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg-
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg-define service {
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- host_name g1vtosssql01-SQL server for devtest sharepoint
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- service_description Explorer
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- use xiwizard_windowsserver_nsclient_service
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg: check_command check_xi_service_nsclient!!PROCSTATE!-l explorer.exe -d SHOWALL!!!!!
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- max_check_attempts 5
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- check_interval 5
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- retry_interval 1
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- check_period xi_timeperiod_24x7
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- notification_interval 60
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- notification_period xi_timeperiod_24x7
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- contacts litsterj,nagiosadmin
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- _xiwizard windowsserver
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- register 1
/usr/local/nagios/etc/services/g1vtosssql01-SQL server for devtest sharepoint.cfg- }
[root@localhost ~]#
Alright. Go to the CCM: Configure --> Core Config Manager --> Monitoring --> Services.
Search for: 10.100.192.108
Click on the Result with the description: Explorer
Click the "Manage Hostgroups" Button and remove the hostgroup windows-servers from the right hand pane. Save out and apply configuration.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.