Jump to content

mitch

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by mitch

  1. 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. 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
  3. 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
  4. mitch

    Publish system

    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
  5. mitch

    Publish system

    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"}'
×
×
  • Create New...