Jump to content
Pulseway 9.14 🔥

Hanfelt

Members
  • Joined

  • Last visited

  1.    UTS Brian reacted to a post in a topic: Empty Recycle Bin
  2.    BartB reacted to a post in a topic: SNMP Template Synology NAS
  3.    BartB reacted to a post in a topic: Pulseway and chocolatey software distribution
  4.    Hanfelt reacted to a post in a topic: Run Missed Automated Tasks Automatically
  5.    Hanfelt reacted to a post in a topic: Snmp mikrotik devices error
  6. Hanfelt replied to Hanfelt's post in a topic in SNMP
    This seems to be resolved now. Thanks
  7.    Paul reacted to a post in a topic: SNMP Template Synology NAS
  8. Hanfelt posted a post in a topic in SNMP
    Here is a pdf for setting up your synology nas with pulseway. PublicSNMPPulsewaySynology.pdf
  9. Hanfelt replied to Hanfelt's post in a topic in SNMP
    I tested against a CCR1009-8G-1S-1S+ with version 6.39 installed.
  10. Hanfelt replied to pablohoney's post in a topic in Requests
    Sorry i only tried on my computer and there it worked. I will try it in pulseway as a script as well.
  11. Hanfelt posted a post in a topic in SNMP
    When trying to crawl a mikrotik device we get this error: truncation error for 32-bit integer coding. This device is ok when we are crawling it with other software though..
  12. Hanfelt replied to pablohoney's post in a topic in Requests
    Powershell try: Clear-RecycleBin -force
  13.    Paul reacted to a post in a topic: Pulseway and chocolatey software distribution
  14. Hanfelt posted a post in a topic in Windows
    I tried to find a way to monitor hp and dell servers. Ive been using other more complex system that is doing a great job by finding all hardware sensors automatically via snmp. Pulseway is much more simple to use and configure though but it really lacks in hardware monitoring for server administrators. What i did was i created two files for event log that you can try out and import into your servers. I wish Pulseway would either add support for hp and dell server into their hardware module or rework the snmp module so we can add snmp templates for autodiscovery of hardware devices, like check_mk, nagios... Update my files didnt work that well i just tried them out on a hp server. I made a new one that i will try out some more and post here next week.
  15. Hanfelt replied to itfocusllc's post in a topic in Feature Requests
    +1 to the original topic (Self brand the agent software)
  16. Hello everyone im trying out Pulseway right now but i wanted to give you a nice idea how you can push software to clients in an easy way. You could use chocolatey and then just open a powershell session and type for example choco upgrade all -y to upgrade all applications installed to latest version. You can type choco install 7zip -y to install 7-zip. and so on. You can read more at chocolatey website. You can also set up your own repo for software and updates. Im using proget to host my internal choco server. Just my two cents