Languages Supported

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
veenm
Posts: 148
Joined: Tue Jun 18, 2013 5:58 am

Languages Supported

Post by veenm »

Hi ,

In our environment we have linux os with Chinese language and also German language. Our requirement is to monitor those OS with OS level language , Is there any plugin to monitor different languages and trigger alert in respective languages other than English language.

We have nagios core 3.5 monitoring tool.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Languages Supported

Post by tmcdonald »

Nagios Core does not make any calls to gettext() or other such translation functions - the output is hard-coded in English. Similarly, our standard plugins are written from an English perspective. However if you are checking a service and part of your plugin output is copied from that service (for instance, looking for error messages) then that output will remain in whatever language it was originally.
Former Nagios employee
veenm
Posts: 148
Joined: Tue Jun 18, 2013 5:58 am

Re: Languages Supported

Post by veenm »

Hi,

Thanks for the reply.

1.) Is there any possibility to display alert in different languages ( Chinese / German ) other than english.??
2.) According to your reply , there is no plugin to monitor language specific OS and trigger the alert in that particular language ??
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Languages Supported

Post by slansing »

No, though you can take a look at something like this for email notifications:

http://exchange.nagios.org/directory/Ad ... os/details
veenm
Posts: 148
Joined: Tue Jun 18, 2013 5:58 am

Re: Languages Supported

Post by veenm »

Hi ,

Thanks for the reply.

Please let me know can we monitor linux , windows servers which are in Chinese language with available standard nagios plugins.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Languages Supported

Post by tmcdonald »

You can certainly still *monitor* the servers, but some things are still going to be in English such as the configuration files and error messages.
Former Nagios employee
Locked