Jump to content
Pulseway 9.14 🔥

mitch

Members
  • Joined

  • Last visited

  1. mitch posted a post in a topic in REST API
    I have used the rest api Publish and Notify to make a system in Pulseway. When I run the api the system will be updated and there will be notifications of the devices I monitor. (if their are up or down) But if I run the script I get alle the notifications that I don't want because the state isn't change of the devices. Is there a php script that makes the Pulseway Notifiy api remember the state of the last send notification so there will only be send a notification if the state is change since the last send notification? Kind regards, Mitch
  2. mitch replied to kavaa's post in a topic in SNMP
    +1
  3. mitch posted a post in a topic in General
    Hello, Is it possible to add accesspoints in the Pulseway dashboard? If it is possible how does it work? I am trying to get a accesspoint in my existing dashboard but it doesn't work yet. I cant find info of it anywhere. Regards Mitch
  4. mitch posted a post in a topic in Requests
    Hello, Is it possible to add websites in the Pulseway dashboard? If it is possible how does it work? I am trying to get a website in my existing dashboard but it doesn't work yet. I cant find info of it anywhere. Regards Mitch
  5. mitch replied to mitch's post in a topic in REST API
    Hi Paul, I already used CURL to get the information I needed out of the webconsole. that worked but if I want to push the information into Pulseway I need to publish a Pulseway instance. One of your colleagues told me to do this with the curl code in the first post. Thats where I'm confused right now. But if I want to publish something where do I have to put the code. in the curl application from https://www.curl.haxx.se/windows ? -Mitch
  6. mitch joined the community
  7. mitch posted a post in a topic in REST API
    Hello, It is maybe a silly question but I can't figure it out. I want to publish an online webconsole in my dashboard. But I don't know how to publish a system. where do i put the code? pulseway manager? pulseway webapp? I have no idea.. could somebody tell me how this works this is the code: curl https://my.pulseway.com/api/v2/notifications \ -u username:password \ -X POST \ -H "Content-Type: application/json" \ -d '{"instance_id":"my_cloud_agent","title":"Runtime error","message":"Cannot connect to the database.","priority":"critical"}'