Custom Variable being truncated
Posted: Mon Mar 03, 2025 4:33 pm
Is there a way to prevent a custom variable from being truncated when entered in Nagios XI?
We have a Webhook URI that we're storing with a contact as "_WEBHOOKURL" and it appears that when it is entered in Nagios XI, it is just long enough that the last 6 characters of it are being truncated when stored.
Is this a problem with the UI? Is there a way to bypass this to properly store the URI?
basically, it's something like
http://example.outlook.com/<LONG UUID>
and Nagios is storing it as
http://example.outlook.com<LONG UUID missing the last 6 characters>
We have a Webhook URI that we're storing with a contact as "_WEBHOOKURL" and it appears that when it is entered in Nagios XI, it is just long enough that the last 6 characters of it are being truncated when stored.
Is this a problem with the UI? Is there a way to bypass this to properly store the URI?
basically, it's something like
http://example.outlook.com/<LONG UUID>
and Nagios is storing it as
http://example.outlook.com<LONG UUID missing the last 6 characters>