Jump to content

guyvaio

Members
  • Posts

    19
  • Joined

  • Last visited

Profile Information

  • Location
    Eghezée (Belgium)
  1. Saturday 21 pm. No Pulseway notification on low storage as already mentioned by Jean-François. Please fix this bug. Pulseway just becoming useless. Real customers blocked half a day. 😱
  2. Hello, We have programmed for years a PulseWay plugin that monitors websites and send sometimes notifications. This plugin has not been changed for a long time. Since a few days, we have noticed that some notifications are no more delivered. Our logs indicate that our plugin has correctly send the notification, with such a code : SendNotificationToAllDevices(string.Format("{0} resumes from errors.", dr["title"]), NotificationPriority.NORMAL, true); But the notification is not received. It occurs randomly on a few notifications only. Do you apply now notifications limits? Do we have to change something in our plugin? Thanks in advance for your help. Kind regards, Guy
  3. This error was due to a badly configured DNS server. The resolution of ws.pulseway.com returned an error. Regards, Guy
  4. Hello, I've juste rebooted a Centos7 server. After the reboot, the Pulseway service is crashed : Aug 27 22:54:12 linuxopenvpn pulseway: Could not get server info SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"No Data"#012Detail: get host by name failed in tcp_connect() Aug 27 22:54:12 linuxopenvpn pulseway: Could not get existing notifications: SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"No Data"#012Detail: get host by name failed in tcp_connect() Aug 27 22:54:12 linuxopenvpn pulseway: Last error getting group policy SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"No Data"#012Detail: get host by name failed in tcp_connect() Aug 27 22:54:15 linuxopenvpn pulseway: Error while registering computer:SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"No Data"#012Detail: get host by name failed in tcp_connect() Aug 27 22:54:15 linuxopenvpn pulseway: Error getting update SOAP 1.1 fault SOAP-ENV:Server[no subcode]#012"No Data"#012Detail: get host by name failed in tcp_connect() Before reboot was everything ok. Nothing special install before reboot. Any solution will be appreciated. Thanks in advance. Kind regards, Guy
  5. Indeed. The solution was: sudo wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb Thanks for your help. Regards, Guy
  6. Hello, I've made a new fresh install on a Raspberry Pi 3. I've followed the instructions of the "Install and Setup Agents / Raspbian" page. As usual. Service does not start correctly. The syslog shows raspberryXyz pulseway[854]: /usr/sbin/pulsewayd: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory Any hint to solve this problem? Thanks in advance. Best regards, Guy
  7. After analyzing more deeply this problem, I found the problem was in the manner the process we monitor passes its messages to our plugin. Pulseway shows perfectly special characters. Sorry for the inconvenience Regards, Guy
  8. Hi Paul, The answer to your question is "no". Regards, Guy
  9. Hello, In french, some messages sent by SendNotificationToAllDevices contain special characters such as é è à ù ... I've tried to encode these messages as UTF-8 string, but these characters are replaced by a black diamond containing a question mark, when shown, e.g. on the mobile app. I've trie HTML encoding but it shows the HTML code, not the correct character. Is there a way to pass french messages properly? Thanks in advance for your answer. Best regards, Guy
  10. As the PluginUnloaded is the recommended place for "cleanup procedures" (https://www.pulseway.com/api/clientnet/interface) I thought it would be logical these "cleanup procedures" should be run in every circumstances the plugin is stopped. I can live without that ;-) Best regards, Guy
  11. Hello, It seems that the method "public override void PluginUnloaded()" is not invoked as the Pulseway service is restarted or stopped. I think it should be. Kind regards, Guy
  12. Hello, Is there a way to monitor an Asterisk instance on a Linux server? Best regards, Guy
  13. You are right. I had skipped the Publish step. Now I've finally understood what an instance is. Thanks for the support. Regards, Guy
  14. Hello, Since February 29th 14:06 an application written en C# and using Rest API get blocked on a "Forbidden" error. It occurs in an application we've not modified. Our last successfull notification via Rest API occured on 12:11. Have you change something in the access to Rest API ? Thanks in advance for your help. Best regards, Guy
  15. Thanks a lot for this registered suggestion. Best regards, Guy
×
×
  • Create New...