How do I show the host names with special characters.
as:
ç, ã ...
in my graph appears as in att
accents in the graph
Moderators: Developers, Moderators
-
- Posts: 21
- Joined: Wed Feb 24, 2010 9:51 am
accents in the graph
- Attachments
-
- t.png (2.21 KiB) Viewed 863 times
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Re: accents in the graph
Cacti 0.8.7x does not support i18n. Try to set the environment variable for the language you're using at the beginning of function "rrdtool_function_graph". (Your have to fill in the correct language code like "de_DE.UTF8" or "fr_FR.UTF8".)betobaracho wrote:How do I show the host names with special characters.
as:
ç, ã ...
in my graph appears as in att
Add following command at line ~547 in /lib/rrd.php:
Code: Select all
putenv("LANG=fr_FR.UTF8");
-Andreas-
- Attachments
-
- special_character.jpg (4 KiB) Viewed 838 times
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
-
- Posts: 21
- Joined: Wed Feb 24, 2010 9:51 am
Who is online
Users browsing this forum: No registered users and 2 guests