Hey, I’ve setup a promox server and running some stuffs in it, and basically I want to know how to have alerts notifications that goes from one service to another, for example : I’m running NUT on proxmox shell, and I want to have an alert in Truenas (and in NextCloud running in Truenas) to say that the server will shutdown soon to the users that are actually using my cloud. Thank you 😄

  • WhyJiffie
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 hours ago

    would running nut-monitor in the VMs fit your use case?

  • just_another_person@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    13 hours ago

    Well the services would have to speak the same event or messaging system, whatever it may be. Then you’d just need to bridge the networks of the containers, or have them speak to endpoints in each side.

    There is no universal messaging system between all pieces of software though. Maybe figure out what you’re sending to first, then work back from there. There’s nothing blocking you from sending data between two containers in a variety of ways though.