Need help in setting up distributed monitoirng
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Need help in setting up distributed monitoirng
The whole zip should be uploaded in Admin -> Manage Config Wizards NOT Manage Plugins
Re: Need help in setting up distributed monitoirng
I uploaded into Manage Config Wizards and now tried unconfigured objects .
I can see few hosts of client servers and only few services (not all)and able to select them and now they are being shown in master server.
Not sure why some services are not shown,some are indicated in 0 and status informations is not same
This is the output of client server
Host Service Status Duration Attempt Last Check Status Information
briodev DISK1 Ok 40d 19h 19m 15s 1/10 2013-01-04 20:00:06 C:\ - total: 33.84 Gb - used: 27.72 Gb (82%) - free 6.13 Gb (18%)
HTTP-BRIODev Ok 40d 19h 19m 15s 1/10 2013-01-04 20:50:46 HTTP OK HTTP/1.1 200 OK - 0.044 second response time
LOAD Ok 40d 19h 19m 15s 1/10 2013-01-04 20:00:06 CPU Load 3% (60 min average) 3% (120 min average)
MEMORY Ok 40d 19h 19m 15s 1/10 2013-01-04 20:00:06 Memory usage: total:3893.96 Mb - used: 2041.85 Mb (52%) - free: 1852.11 Mb (48%)
This is output shown in master server
briodev 0 Ok 28m 26s 1/1 2013-01-04 20:50:30 OK: No data received yet.
LOAD Ok 29m 41s 1/1 2013-01-04 20:50:43 OK: No data received yet
I can see few hosts of client servers and only few services (not all)and able to select them and now they are being shown in master server.
Not sure why some services are not shown,some are indicated in 0 and status informations is not same
This is the output of client server
Host Service Status Duration Attempt Last Check Status Information
briodev DISK1 Ok 40d 19h 19m 15s 1/10 2013-01-04 20:00:06 C:\ - total: 33.84 Gb - used: 27.72 Gb (82%) - free 6.13 Gb (18%)
HTTP-BRIODev Ok 40d 19h 19m 15s 1/10 2013-01-04 20:50:46 HTTP OK HTTP/1.1 200 OK - 0.044 second response time
LOAD Ok 40d 19h 19m 15s 1/10 2013-01-04 20:00:06 CPU Load 3% (60 min average) 3% (120 min average)
MEMORY Ok 40d 19h 19m 15s 1/10 2013-01-04 20:00:06 Memory usage: total:3893.96 Mb - used: 2041.85 Mb (52%) - free: 1852.11 Mb (48%)
This is output shown in master server
briodev 0 Ok 28m 26s 1/1 2013-01-04 20:50:30 OK: No data received yet.
LOAD Ok 29m 41s 1/1 2013-01-04 20:50:43 OK: No data received yet
Re: Need help in setting up distributed monitoirng
see some examples attached.
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Need help in setting up distributed monitoirng
Are both machines using the same version of NSCA?ravish78 wrote:Not sure why some services are not shown,some are indicated in 0 and status informations is not same
Re: Need help in setting up distributed monitoirng
Where do we check the version for NSCA.
The version of nagios xi seems to be different. Master is Nagios XI 2011R3.3 and slave is Nagios XI 2012R1.2.
Thanks
Ravi
The version of nagios xi seems to be different. Master is Nagios XI 2011R3.3 and slave is Nagios XI 2012R1.2.
Thanks
Ravi
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Need help in setting up distributed monitoirng
To find your nsca version run the following in the nagios server's terminal:
Code: Select all
/usr/local/nagios/bin/nscaRe: Need help in setting up distributed monitoirng
both are Version: 2.9.1
Re: Need help in setting up distributed monitoirng
Now we have updagraded both master and slace to Nagios XI 2012R1.3
Re: Need help in setting up distributed monitoirng
We are still waiting for your reply.
Re: Need help in setting up distributed monitoirng
ravish78,
Run the following to change ownership of the passiveobject wizard to nagios
then try removing the hosts from Nagios and re-add from unconfigured objects.
Regards,
-Yancy
Run the following to change ownership of the passiveobject wizard to nagios
Code: Select all
chown -R nagios:nagios /usr/local/nagiosxi/html/includes/configwizards/passiveobject/Regards,
-Yancy