Hi,
is there a limitation in the service monitor name in xi, limited to 128bytes? It seems that after 128 bytes are skipped, the rrd graph icon will not be visible and hence there will be no rrd graph for that service.
Can this be somehow altered?
Rgds,
Character limitations in service name
Character limitations in service name
You do not have the required permissions to view the files attached to this post.
Re: Character limitations in service name
I was able to replicate this, as a workaround you can run this command:
Then apply configuration so that it updates the information in the table and it should resolve the issue.
Thank you
Code: Select all
echo "alter table nagios_objects modify name2 varchar(255) CHARACTER SET latin1 DEFAULT NULL;" | mysql -uroot -pnagiosxi nagiosThank you
Re: Character limitations in service name
Thank you!
That solves the issue.
That solves the issue.
Re: Character limitations in service name
Great, are we okay to mark this as resolved and lock the topic?
Re: Character limitations in service name
Yes, please.
Thanks once again
Thanks once again