Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

105
Views
Obtenga información con la API de UptimeRobot

¡Quiero obtener el ping de mi monitor en uptimerobot pero no sé qué debo hacer!

Estoy en nodejs y tengo que hacer eso:

 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); }) } }

y obtuve esto:

 { 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 } ] }

Pero no vi el ping de los monitores.

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!