Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

112
Vistas
Get informations with the api of UptimeRobot

I want to get the ping of my monitor in uptimerobot but I don't know what I need to do!

I'm on nodejs and I have do that :

const UptimeRobot = require('@lazydb_community/uptimerobot');
    const UptimeRobotClient = new UptimeRobot('my api key');
    
    module.exports = {
        name: 'status',
        ownerOnly: true,
    
        run: async (client, message, args, container) => {
          UptimeRobotClient.getMonitors().then(data => {
      console.log(data);
    }).catch(error => {
      console.log(error);
    })
            }
        }

and I got this :

{
  stat: 'ok',
  pagination: { offset: 0, limit: 50, total: 3 },
  monitors: [
    {
      id: 791369056,
      friendly_name: 'Panel Utility Bot',
      url: 'https://panel.utilitybot.ga',
      type: 1,
      sub_type: '',
      keyword_type: null,
      keyword_case_type: null,
      keyword_value: '',
      http_username: '',
      http_password: '',
      port: '',
      interval: 300,
      timeout: 30,
      status: 2,
      create_datetime: 1649546735
    }
  ]
}

But I didn't see the ping of the monitors.

about 4 years ago · Santiago Gelvez
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda