Skip to content

ProxBox - Server Error #15108

Discussion options

You must be logged in to vote

Do you mean https://github.com/netdevopsbr/netbox-proxbox ?

That's a third-party piece of software. You can see a list of contact points for getting help with it here:
https://github.com/netdevopsbr/netbox-proxbox?tab=readme-ov-file#8-get-help-from-community

I do note that the error message you see is returned by Netbox, see source code here:

        # Validate aggregate disk size
        if self.pk:
            total_disk = self.virtualdisks.aggregate(Sum('size', default=0))['size__sum']
            if total_disk and self.disk is None:
                self.disk = total_disk
            elif total_disk and self.disk != total_disk:
                raise ValidationError({
                  …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by niallmcpartland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants