---
description: Información actualizada sobre Sensu. Lee opiniones verificadas y descubre funciones, características, precios y usabilidad. Obtén rápidamente una visión general de ventajas y desventajas. Compara Sensu con productos similares.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/getapp/og_logo-94fd2a03a6c7a0e54fc0c9e21a1c0ce9.png
title: Sensu: precios, funciones y opiniones | GetApp México 2026
---

Breadcrumb: [Inicio](/) > [Software de monitoreo de aplicaciones](/directory/270/application-monitoring-performance/software) > [Sensu](/software/116499/sensu)

# Sensu

Canonical: https://www.getapp.com.mx/software/116499/sensu

Página: 1 de 2\
Siguiente: [Página siguiente](https://www.getapp.com.mx/software/116499/sensu?page=2)

> Automatiza tu flujo de trabajo de supervisión y obtén una visibilidad detallada de Kubernetes, nube híbrida e infraestructura bare metal.
> 
> Veredicto: 13 usuarios lo han valorado con **4.8/5**. De los mejores valorados en **Probabilidad de recomendación**.

-----

## Estadísticas y valoraciones rápidas

| Métrica | Calificación | Detalles |
| **En general** | **4.8/5** | 13 Opiniones |
| Facilidad de uso | 4.5/5 | Basado en las opiniones generales |
| Asistencia al cliente | 4.7/5 | Basado en las opiniones generales |
| Relación calidad-precio | 4.8/5 | Basado en las opiniones generales |
| Funciones | 4.5/5 | Basado en las opiniones generales |
| Porcentaje de recomendaciones | 90% | (9/10 Probabilidad de recomendación) |

## Sobre el proveedor

- **Empresa**: Sumo Logic
- **Ubicación**: Redwood City, EE. UU.
- **Constitución**: 2009

## Contexto comercial

- **Precio inicial**: USD 600.00
- **Modelo de precios**:  (versión gratuita disponible) (Prueba gratis)
- **Público objetivo**: 2-10, 11-50, 51-200, 201-500, 501-1,000, 1,001-5,000, 5,001-10,000, 10,000+
- **Despliegue y plataformas**: Cloud, SaaS, Web
- **Idiomas admitidos**: inglés
- **Países disponibles**: Estados Unidos

## Funciones

- API
- Alertas y notificaciones
- Análisis de redes
- Auditoría de problemas
- Creación de informes de uso
- Gestión de SLA (Service Level Agreement)
- Gestión de capacidades
- Gestión de incidentes
- Gestión de la conformidad
- Gestión de recursos
- Gestión de recursos de la red
- Herramientas de diagnóstico
- Multitenencia
- Métricas de rendimiento
- Panel de actividades
- Panel de comunicaciones
- Panel de control personalizable
- Programación del mantenimiento
- Pruebas de disponibilidad
- Real-Time Data

## Integraciones (en total: 5)

- JIRA Service Management
- Jira
- PagerDuty
- ServiceNow
- Slack

## Opciones de asistencia

- E-mail/Help Desk
- Preguntas frecuentes/foro
- Asistencia telefónica
- Asistencia 24/7
- Chat

## Categoría

- [Software de monitoreo de aplicaciones](https://www.getapp.com.mx/directory/270/application-monitoring-performance/software)

## Categorías relacionadas

- [Software de monitoreo de aplicaciones](https://www.getapp.com.mx/directory/270/application-monitoring-performance/software)
- [Software de gestión informática](https://www.getapp.com.mx/directory/771/it-management/software)
- [Herramientas de monitoreo de base de datos](https://www.getapp.com.mx/directory/1703/database-monitoring/software)
- [Herramientas DevOps](https://www.getapp.com.mx/directory/1087/devops/software)
- [Software de administración en la nube](https://www.getapp.com.mx/directory/347/cloud-integration/software)

## Alternativas

1. [Site24x7](https://www.getapp.com.mx/software/91129/site24x7) — 4.7/5 (344 reviews)
2. [ManageEngine Applications Manager](https://www.getapp.com.mx/software/101853/manageengine-applications-manager) — 4.6/5 (255 reviews)
3. [New Relic](https://www.getapp.com.mx/software/20443/new-relic) — 4.5/5 (195 reviews)
4. [Datadog](https://www.getapp.com.mx/software/91489/datadog-cloud-monitoring) — 4.6/5 (357 reviews)
5. [LogicMonitor](https://www.getapp.com.mx/software/91805/logicmonitor) — 4.6/5 (119 reviews)

## Opiniones

### "A nice product" — 5.0/5

> **Sayanta** | *7 de marzo de 2021* | Investigación | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: Sensu is one of the most amazing Software that turn key observability and pipelines for DevOps and SRE team. The most important thing I like about this software is the Sensu's end to end observability pipeline with which we can collect, filter and transform monitoring events.
> 
> **Puntos en contra**: There are literally nothing that I don't like about this software. This is really a good pipelining tool.
> 
> The overall experience with this software is really good and I recommend everyone to use it.

-----

### "Awesome monitoring framework with unlimited integration possibilities" — 5.0/5

> **Christian** | *27 de marzo de 2019* | Tecnología y servicios de la información | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: The monitoring framework following the microservice approach gives users the ability to fully embed Sensu Go into their environment and workflows. The strengths of Sensu Go consist in giving users endless possibilities to process events using the event pipeline with filters and mutators. Handlers represent the integration to 3rd party tools, which could be everything you can think of. Every event is processed as a json object, what makes it very easy to build interfaces between Sensu Go and $product - you name it. On the other hand the agent is able to gather information in different ways. It supports several plugin output formats, what gives the possibility to choose from a pool of thousands plugins, scraping Prometheus Exporters, or just using in-house developments. Furthermore it supports to accept events/metrics via Agent API or the built-in StatsD listener. The documentation is awesome and complete. Since it is API-driven, users are able to fully automate Sensu Go using configuration management tools like Ansible, Chef, Puppet or Salt. The slack community is big and you can get help quickly.
> 
> **Puntos en contra**: Coming from classic montioring tools it takes some time to understand how Sensu Go works, but it's definitely worth it. At the moment Sensu Go brings some in-built filters (and simple filter examples in the docs) and some maintained handlers. If users want to go beyond that they need to look for community-implementations or write own filter expressions and handlers, what assumes that they are able to script or understand javascript (for filter expressions), golang or any other programming language (for handlers). What sounds like a con in one way is a pro in another, because it gives the user endless possibilities.
> 
> Sensu Go is a powerful framework to build an event pipeline tailored to the needs of their users. Events can be gathered via various different ways and processed highly accurate via handlers. Sensu Go has its strength in dynamic environments and when it is interconnected with other tools of the IT environment used by administrators and managers.

-----

### "Big improvement over Nagios, but still room for growth" — 4.0/5

> **Justin** | *9 de julio de 2019* | Software informático | Valoración de la recomendación: 7.0/10
> 
> **Puntos a favor**: Sensu Go, the new version, is easy to deploy, and it's considerably easier to manage and scale as compared to Nagios, which we had been using.
> 
> **Puntos en contra**: The GUI interface still needs a lot of work; it's quite spartan compared to Nagios XI. The documentation isn't especially beginner-friendly; it lacks "hello world" examples and seems to assume that you're already intimately familiar with some of the concepts.
> 
> After maintaining a Nagios XI installation for a few years, I decided to switch to Sensu because I can tell that Nagios is a creaking giant that doesn't meet the needs of the modern world especially well without a \*lot\* of elbow grease.&#10;&#10;Sensu's backend and deployment is considerably easier than Nagios, but the GUI and documentation still need a lot of work.&#10;&#10;Some of Sensu's best features, like assets, tarballs that package up programming language runtimes for easy deployment, aren't easy for smaller teams like mine to implement because the documentation talks about them as if you already know how to implement them.&#10;&#10;I've already been in touch with our Sensu account  manager, and to their credit, they arranged for a meeting with one of their higher-ups to discuss our concerns. I think Sensu still has room for improvement before it's a truly good fit for a small business environment like mine, but it's still a solid improvement in some ways over what I was using with Nagios XI.

-----

### "Best monitoring Framework, not the best monitoring product" — 5.0/5

> **Ben** | *15 de marzo de 2019* | Software informático | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: While many monitoring solutions try to be an out of box solution that is easy to get going and perform a prescriptive path Sensu took a step back and said instead of building a product we should build a framework. By taking the stance of framework first and product second what you get is a truly great experience where things work with little to no effort to get it spun up and going you can do so much more with it than the developers ever imagined people would use it. If you are willing to write code you can do pretty much anything you want by leveraging their framework and event pipeline.  This can include  writing new checks, metric gathering scripts,  TSDB shippers, automated triage, automated remediation, etc.
> 
> **Puntos en contra**: Losing a lot of flexibility with filters in the transition from \`sensu-ruby\` to \`sensu-go\` but for most use cases you probably won't notice.
> 
> I have used sensu for 4+ years and have become a maintainer in the last couple years. I really love seeing the diverse use cases that sensu helps organizations accomplish with core features as well as the community maintained plugins. Sensu has a really great community where I have had the benefit of leveraging many community contributions but been able to give back to such an awesome community. If you ever want to get involved with \`core\`, \`sensu-plugins\`, or the various CM (config management) projects reach out to me on the community https://slack.sensu.io

-----

### "A powerful monitoring event pipeline" — 5.0/5

> **Jared** | *3 de junio de 2019* | Software informático | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: Sensu provides an extremely flexible monitoring event pipeline for users of all sizes. Sensu is available as an open source, MIT licensed product allowing even the smallest organizations to leverage Sensu to provide a robust and flexible monitoring pipeline for all of their environments. Additionally, Sensu provides enterprise features (LDAP, AD, native external integrations) along with an incredible support team for their enterprise version. &#10;&#10;Sensu provides native primitives that allow users to significantly reduce alert fatigue via filters, dependencies, aggregations, and scheduled silences.  These primitives increase the value of Sensu monitoring event pipelines allowing "robots" to do the initial alert remediation and only notifying a human when there's real issues.
> 
> **Puntos en contra**: Sensu Core and Sensu Go both provide dashboards. In my experience, the larger the Sensu installation, the harder the provided dashboards become to use. However, Sensu Go now has native RBAC controls and appears to be significantly improving the dashboard with each release.

-----

Página: 1 de 2\
Siguiente: [Página siguiente](https://www.getapp.com.mx/software/116499/sensu?page=2)

## Enlaces

- [Ver en GetApp](https://www.getapp.com.mx/software/116499/sensu)

## Esta página se encuentra disponible en los siguientes idiomas

| Local | URL |
| de | <https://www.getapp.de/software/116499/sensu> |
| de-AT | <https://www.getapp.at/software/116499/sensu> |
| en | <https://www.getapp.com/it-management-software/a/sensu/> |
| en-AE | <https://www.getapp.ae/software/116499/sensu> |
| en-AU | <https://www.getapp.com.au/software/116499/sensu> |
| en-CA | <https://www.getapp.ca/software/116499/sensu> |
| en-GB | <https://www.getapp.co.uk/software/116499/sensu> |
| en-IE | <https://www.getapp.ie/software/116499/sensu> |
| en-NZ | <https://www.getapp.co.nz/software/116499/sensu> |
| en-SG | <https://www.getapp.sg/software/116499/sensu> |
| en-ZA | <https://www.getapp.za.com/software/116499/sensu> |
| es | <https://www.getapp.es/software/116499/sensu> |
| es-CL | <https://www.getapp.cl/software/116499/sensu> |
| es-CO | <https://www.getapp.com.co/software/116499/sensu> |
| es-MX | <https://www.getapp.com.mx/software/116499/sensu> |
| fr | <https://www.getapp.fr/software/116499/sensu> |
| fr-BE | <https://fr.getapp.be/software/116499/sensu> |
| fr-CA | <https://fr.getapp.ca/software/116499/sensu> |

-----

## Datos estructurados

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"GetApp México","address":{"@type":"PostalAddress","addressLocality":"Ciudad de México","addressRegion":"CMX","postalCode":"CP 11000","streetAddress":"Boulevard Manuel Ávila Camacho no. 36, Piso 10 Col. Lomas de Chapultepec CP 11000 México, D.F"},"description":"Revisa, compara y evalúa software para pequeñas y medianas empresas. GetApp México ofrece software, aplicaciones SaaS y en la nube, evaluaciones independientes y reseñas.","email":"info@getapp.com.mx","url":"https://www.getapp.com.mx/","logo":"https://dm-localsites-assets-prod.imgix.net/images/getapp/getapp-logo-light-mode-5f7ee07199c9b3b045bc654a55a2b9fa.svg","@type":"Organization","@id":"https://www.getapp.com.mx/#organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/getapp","https://www.facebook.com/GetAppcom","https://www.linkedin.com/company/getapp-com-a-gartner-company/","https://www.instagram.com/getappcom/","https://www.youtube.com/c/GetAppCom"]},{"name":"Sensu","description":"Sensu es la solución de supervisión multinube a escala que está preparada para el futuro. El proceso de eventos de supervisión de Sensu permite a las empresas automatizar sus flujos de trabajo de supervisión y obtener una visibilidad detallada de sus entornos multinube. Fundada en 2017, Sensu ofrece una solución de supervisión integral para empresas, con visibilidad total de cada sistema, protocolo e instancia, desde los Kubernetes hasta el bare metal.\n\nSensu proporciona a los usuarios una plataforma única y central desde la cual administrar la disponibilidad y la supervisión del rendimiento de las aplicaciones. Sensu ofrece Sensu Core, un marco gratuito de código abierto, así como también Sensu Enterprise, con asistencia comercial. La solución Sensu Enterprise incluye funciones como verificaciones y métricas de servicios, compatibilidad con Prometheus y Nagios, gestión de incidentes y alertas, además de compatibilidad con Active Directory e integraciones de nivel empresarial (ServiceNow, Jira, Splunk). Sensu ayuda a los usuarios a mantener una visibilidad total de su infraestructura en la nube pública y privada. Los usuarios pueden recopilar métricas de contenedores y aplicaciones y almacenarlas en cualquier lugar (ElasticSearch, Splunk y más).","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/3d732f05-43b8-4197-b01b-1c7585f46508.png","url":"https://www.getapp.com.mx/software/116499/sensu","@type":"SoftwareApplication","@id":"https://www.getapp.com.mx/software/116499/sensu#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.getapp.com.mx/#organization"},"aggregateRating":{"@type":"AggregateRating","ratingValue":4.8,"bestRating":5,"ratingCount":13},"offers":{"price":"600","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud"},{"@type":"BreadcrumbList","itemListElement":[{"name":"Inicio","position":1,"item":"/","@type":"ListItem"},{"name":"Software de monitoreo de aplicaciones","position":2,"item":"/directory/270/application-monitoring-performance/software","@type":"ListItem"},{"name":"Sensu","position":3,"item":"/software/116499/sensu","@type":"ListItem"}],"@id":"https://www.getapp.com.mx/software/116499/sensu#breadcrumblist"}]}
</script>
