GUI status information UTF-8 characters
Re: GUI status information UTF-8 characters
No, I haven't any computer or device with UTF-8 in the name.
Re: GUI status information UTF-8 characters
Can you post a service definition for one of the toners for us to take a look at?
Former Nagios Employee
Re: GUI status information UTF-8 characters
Of course:
define service{
use generic-service ; Inherit values from a template
host_name RICOH_MP_C4503 ; The name of the host the service is associated with
service_description Estado toner MAGENTA ; The service description
check_command check_printer_ricoh_color_toner!3 ; The command used to monitor the service
normal_check_interval 2 ; Check the service every 10 minutes under normal conditions
retry_check_interval 1 ; Re-check the service every minute until its final/hard state is determined
notifications_enabled 1
}
define service{
use generic-service ; Inherit values from a template
host_name RICOH_MP_C4503 ; The name of the host the service is associated with
service_description Estado toner MAGENTA ; The service description
check_command check_printer_ricoh_color_toner!3 ; The command used to monitor the service
normal_check_interval 2 ; Check the service every 10 minutes under normal conditions
retry_check_interval 1 ; Re-check the service every minute until its final/hard state is determined
notifications_enabled 1
}
Re: GUI status information UTF-8 characters
Per the developer's request, I've opened an issue on the Nagios Core GitHub located here. Can you please post any relevant information here? It looks like a bug, but we need to pinpoint what's causing it.
Former Nagios Employee.
me.
me.
Re: GUI status information UTF-8 characters
Thank you very much..
Re: GUI status information UTF-8 characters
Since this is a likely bug and there is an open issue for it, I will be closing this thread now.
Former Nagios employee