Sensu on RHEL

I am a newbie to sensu, i would like to setup Sensu on RHEL, where as i amight need to do eveything locally, since my environment is not connected to Internet, how do i go about setting it up, the omnibus packages seems good, but how do i get the plugins deployed to a client and make them work. is there a place where i can refer to the documents on compile the code by downloading from the Git hub.
Also does sensu has a event list view where i can see the list of the information received from the clients, like a native event list, showing the alert and the value received for a check

I am a newbie to sensu, i would like to setup Sensu on RHEL, where as i
amight need to do eveything locally, since my environment is not connected
to Internet, how do i go about setting it up, the omnibus packages seems
good, but how do i get the plugins deployed to a client and make them work.

The plugins are available as gems:
https://rubygems.org/search?utf8=✓&query=sensu+plugins
You could use whatever mechanism you need to install them. I
personally like fpm to things into native packages.

I highly recommend a configuration management tool to assist you in
getting all the configuration correct and help get packages deployed
correctly and reproducibly.

is there a place where i can refer to the documents on compile the code by
downloading from the Git hub.

The docs are here: GitHub - sensu/sensu-docs: Sensu documentation
Per the readme you can install view them locally:
GitHub - sensu/sensu-docs: Sensu documentation

Also does sensu has a event list view where i can see the list of the
information received from the clients, like a native event list, showing the
alert and the value received for a check

You can use the official dashboard (uchiwa) or the sensu-cli tool
(https://github.com/agent462/sensu-cli\)
Or even use the API directly if you are building a tool.

Note: You only see non-zero exit code events.

···

On Sun, Mar 29, 2015 at 2:41 AM, Suresh S <isp.suresh@gmail.com> wrote:

Thank you Kyle

···

On Sunday, March 29, 2015 at 5:41:40 PM UTC+8, Suresh S wrote:

I am a newbie to sensu, i would like to setup Sensu on RHEL, where as i amight need to do eveything locally, since my environment is not connected to Internet, how do i go about setting it up, the omnibus packages seems good, but how do i get the plugins deployed to a client and make them work. is there a place where i can refer to the documents on compile the code by downloading from the Git hub.
Also does sensu has a event list view where i can see the list of the information received from the clients, like a native event list, showing the alert and the value received for a check