Hi Guys,
Can Nagios XI monitoring server without installing any agent in OS level?
Thanks.
Monitor Server without installing agent
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Monitor Server without installing agent
Yes it can ... but it depends.
Windows servers
You can monitor it with SNMP or WMI ... keep in mind that you'll need to configure these components first.
Linux Server:
You can monitor it with SNMP ... keep in mind that you'll need to configure these components first.
Or check_by_ssh which connects without an agent, but you'll need the plugins deployed on these boxes.
A lot of guides on how to get this working can be found in the XI Help:
Help > Administrator Guide
Windows servers
You can monitor it with SNMP or WMI ... keep in mind that you'll need to configure these components first.
Linux Server:
You can monitor it with SNMP ... keep in mind that you'll need to configure these components first.
Or check_by_ssh which connects without an agent, but you'll need the plugins deployed on these boxes.
A lot of guides on how to get this working can be found in the XI Help:
Help > Administrator Guide
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Monitor Server without installing agent
Let say monitor without snmp? Is it possible?Box293 wrote:Yes it can ... but it depends.
Windows servers
You can monitor it with SNMP or WMI ... keep in mind that you'll need to configure these components first.
Linux Server:
You can monitor it with SNMP ... keep in mind that you'll need to configure these components first.
Or check_by_ssh which connects without an agent, but you'll need the plugins deployed on these boxes.
A lot of guides on how to get this working can be found in the XI Help:
Help > Administrator Guide
My customer running servers in VMware vcloud, i want to monitor their VM without installing any agent or snmp.. Because we do not have their login access to OS level. Possible?
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Monitor Server without installing agent
What type of servers? Windows? Linux?igsadmin wrote:Let say monitor without snmp? Is it possible?
My customer running servers in VMware vcloud, i want to monitor their VM without installing any agent or snmp.. Because we do not have their login access to OS level. Possible?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Monitor Server without installing agent
Windows server..Box293 wrote:What type of servers? Windows? Linux?igsadmin wrote:Let say monitor without snmp? Is it possible?
My customer running servers in VMware vcloud, i want to monitor their VM without installing any agent or snmp.. Because we do not have their login access to OS level. Possible?
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Monitor Server without installing agent
Windows can me monitored without an agent using check_wmi_plus.
Here's some documentation about it:
http://assets.nagios.com/downloads/nagi ... For_XI.pdf
http://assets.nagios.com/downloads/nagi ... ng_WMI.pdf
Here's some documentation about it:
http://assets.nagios.com/downloads/nagi ... For_XI.pdf
http://assets.nagios.com/downloads/nagi ... ng_WMI.pdf
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Monitor Server without installing agent
Thanks.. Will try it out...Box293 wrote:Windows can me monitored without an agent using check_wmi_plus.
Here's some documentation about it:
http://assets.nagios.com/downloads/nagi ... For_XI.pdf
http://assets.nagios.com/downloads/nagi ... ng_WMI.pdf
What if the machine is running in Linux? Is there any solution for Linux?
Thanks.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Monitor Server without installing agent
http://assets.nagios.com/downloads/nagi ... ng_SSH.pdfBox293 wrote:Or check_by_ssh which connects without an agent, but you'll need the plugins deployed on these boxes.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.