Search found 4 matches
- Thu Apr 10, 2014 9:53 pm
- Forum: Nagios XI
- Topic: How to install Nagios XI on AWS RHEL server
- Replies: 8
- Views: 4535
Re: How to install Nagios XI on AWS RHEL server
ERROR: unable to read system id. package centos-release is not installed Unable to locate SystemId file. Is this system registered? Is your system registered with RHN? I do not separate RHN registation as it is RHEL image provided by AWS. Per their FAQ as below attached, all RHEL AMI come automatic...
- Wed Apr 09, 2014 10:56 pm
- Forum: Nagios XI
- Topic: How to install Nagios XI on AWS RHEL server
- Replies: 8
- Views: 4535
How to install Nagios XI on AWS RHEL server
Hello, I would like to install Nagios XI on AWS RHEL images. Although I can run yum on the instances for installing packages, when I try to run either ./fullinstall or ./0-yum, it failed me tests as it cannot read the system id. Any advices? PS. similar issues when I try to install NRPE on AWS RHEL....
- Wed Apr 09, 2014 10:52 pm
- Forum: Nagios XI
- Topic: How to automate the Nagios registration with multi-tenancy?
- Replies: 3
- Views: 770
Re: How to automate the Nagios registration with multi-tenan
There are a few different ways to add checks dynamically to XI: 1) Create the configs with automated scripts to write out the configs to the static directory (most common way) 2) Write sql code to insert the new checks in the db (not for the faint of heart due to the highly relational nature of the...
- Sun Apr 06, 2014 9:41 pm
- Forum: Nagios XI
- Topic: How to automate the Nagios registration with multi-tenancy?
- Replies: 3
- Views: 770
How to automate the Nagios registration with multi-tenancy?
Hello all, We are considering to use Nagios XI for monitoring the VM instances in our private IaaS environment. As the IaaS environment is tenant based, we would like to know how we can automate the workflow including the host and user registration in Nagios XI. The expected workflow can be describe...