Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Kimsufi/Soyoustart/OVH Rise New Price

12627293132663

Comments

  • @supremasi said:
    what are the advantages of a 12/24 month Commitment period while the price is the same as a monthly non-Commitment period?

    None.

    Thanked by 1supremasi
  • emghemgh Member, Megathread Squad

    @Wolf said:

    @supremasi said:
    what are the advantages of a 12/24 month Commitment period while the price is the same as a monthly non-Commitment period?

    None.

    I guess if there’s a price increase you might be able to keep the old pricing for longer with a longer commitment.

  • MaouniqueMaounique Host Rep, Veteran
    edited September 2024

    @emgh said:

    @Wolf said:

    @supremasi said:
    what are the advantages of a 12/24 month Commitment period while the price is the same as a monthly non-Commitment period?

    None.

    I guess if there’s a price increase you might be able to keep the old pricing for longer with a longer commitment.

    This. They are not changing the prices during that time. Both parties commit to the deal as it was at the time of signing.
    Regarding the corporate account, I don't remember what I did years ago. I did open a ticket and they requested the translated papers and I said, fuck that, I won't do it, there are ways to check my VAT without translating anything. If they go that route after weeks of back and forth, then they are not serious, just one more hurdle to make me accept VAT.

    TBH I would have accepted it, but I cant register the invoices because of that, I am told I have to pay from my money (TBH, it would have been a hobby project, even though I am storing encrypted company back-ups there).
    IF they have a really-really good offer, I would try again to register a personal account, see if things changed and they accept me now.

    Thanked by 1supremasi
  • emghemgh Member, Megathread Squad

    @Maounique You don’t contact them, you go to their website and do it yourself.

  • loayloay Member
    edited September 2024

    Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc :)

    URL: https://eu.api.ovh.com/v1/dedicated/server/datacenter/availabilities?server=24ska01
    
    Json Query: $exists(datacenters[availability != "unavailable"])
    
    Expected Value: true
    

  • allthemtingsallthemtings Member, Megathread Squad

  • emghemgh Member, Megathread Squad

    @loay said: Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc

    That'll be way way way too slow.

  • @emgh said:

    @loay said: Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc

    That'll be way way way too slow.

    Says the one who didn’t get it.

    Thanked by 3emgh Peppery9 Ouji
  • allthemtingsallthemtings Member, Megathread Squad

    @loay said:

    @emgh said:

    @loay said: Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc

    That'll be way way way too slow.

    Says the one who didn’t get it.

    Thanked by 3emgh mw Ouji
  • emghemgh Member, Megathread Squad

    @loay said:

    @emgh said:

    @loay said: Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc

    That'll be way way way too slow.

    Says the one who didn’t get it.

    Says the one who didn’t get it.

  • NeoonNeoon Community Contributor, Veteran

    @loay said:
    Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc :)

    URL: https://eu.api.ovh.com/v1/dedicated/server/datacenter/availabilities?server=24ska01
    
    Json Query: $exists(datacenters[availability != "unavailable"])
    
    Expected Value: true
    

    You better set this internal to 10s or lower.

    Thanked by 1emgh
  • NeoonNeoon Community Contributor, Veteran

    @emgh said:

    @loay said: Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc

    That'll be way way way too slow.

    Enough time for a scalper to place another 5 volume orders.
    You could just ask @OVH_APAC though, about how many KS-A are already in a cart and ready to check out.

    They have this data and probably can easily track it, however if they gonna tell you that number, probably never though.

    Thanked by 1emgh
  • emghemgh Member, Megathread Squad

    @Neoon said:

    @loay said:
    Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc :)

    URL: https://eu.api.ovh.com/v1/dedicated/server/datacenter/availabilities?server=24ska01
    
    Json Query: $exists(datacenters[availability != "unavailable"])
    
    Expected Value: true
    

    You better set this internal to 10s or lower.

    Dosen’t really matter since he’ll have to manually order it. Likely won’t work unless there’s a huge restock.

  • @emgh said:

    @Neoon said:

    @loay said:
    Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc :)

    URL: https://eu.api.ovh.com/v1/dedicated/server/datacenter/availabilities?server=24ska01
    
    Json Query: $exists(datacenters[availability != "unavailable"])
    
    Expected Value: true
    

    You better set this internal to 10s or lower.

    Dosen’t really matter since he’ll have to manually order it. Likely won’t work unless there’s a huge restock.

    I just set that for people to get simple api monitoring solution, I do have different scripts running :)

  • spare api order script anyone? :s

    Thanked by 1Ouji
  • MaouniqueMaounique Host Rep, Veteran

    Gee, people, I thought I am nuts, but when I look at you I take heart.

  • @emgh said:

    @loay said:

    @emgh said:

    @loay said: Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc

    That'll be way way way too slow.

    Says the one who didn’t get it.

    Says the one who didn’t get it.

    my i m know you are but what am I

    regards

  • allthemtingsallthemtings Member, Megathread Squad

    1 like = 1 prayer when they don’t restock it

    Thanked by 2mw AXYZE
  • @allthemtings said:
    1 like = 1 prayer when they don’t restock it

    Amen 🙏

    Thanked by 1allthemtings
  • @Neoon said:

    @loay said:
    Very simple monitor for OVH api with Uptime Kuma, this uses jsonata to query the api and return true on server availability. Can be modified for any other server or dc :)

    URL: https://eu.api.ovh.com/v1/dedicated/server/datacenter/availabilities?server=24ska01
    
    Json Query: $exists(datacenters[availability != "unavailable"])
    
    Expected Value: true
    

    You better set this internal to 10s or lower.

    You can't.

    Uptime Kuma won't let you.

  • emghemgh Member, Megathread Squad
    edited September 2024

    https://github.com/orgs/ovh/projects/16/views/1?pane=issue&itemId=67449548

    "Partially released" :o :o :o

    Can someone comment on the Issue and ask what’s left of this release?!?!

  • @emgh said:
    https://github.com/orgs/ovh/projects/16/views/1?pane=issue&itemId=67449548

    "Partially released" :o :o :o

    Can someone comment on the Issue and ask what’s left of this release?!?!

    Done

    Thanked by 1emgh
  • emghemgh Member, Megathread Squad

    @MaxTakeba said:

    @emgh said:
    https://github.com/orgs/ovh/projects/16/views/1?pane=issue&itemId=67449548

    "Partially released" :o :o :o

    Can someone comment on the Issue and ask what’s left of this release?!?!

    Done

    Thanks <3

    Thanked by 1MaxTakeba
  • Thanked by 1emgh
  • WhiteRoseGWhiteRoseG Member
    edited September 2024

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    Anyone had any luck on the KS-4 HDD lottery in Poland?

  • allthemtingsallthemtings Member, Megathread Squad

    Will we ever see a KS-A restock?

    Thanked by 1default
  • Do OVH just do 1 IPv6 for all of the KS range? Looking to do some virtualization and want to have V6 support.

Sign In or Register to comment.