[Nagios-users] alternative text behind links

2005-12-14 Thread Richard Gliebe
Hi, maybe a cracy question. I want to insert/define an alternative text (MouseOver) behind a link in the WebGUI like this: [...] Service Status Details For Host 'x.y.z' . OutputSource OK 12-15-2005 08:35:21 0d 0h 21m 33s 1/3 Output Source OK - 3 . [...] the Column "OutputSource" is a link to th

[Nagios-users] Using newlines and control characters in config file

2005-12-14 Thread Jason Bodnar
I remember once reading there was a special character sequence for using a newline in config files (for sending as a string with check_tcp for example). I cannot find this in the documentation, FAQ or mailing list archives. Could somebody point me to this info. Also, what is the appropriate way to

Re: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Arno Lehmann
Hello, Marcio Merlone schrieb: On Qua, 2005-12-14 at 18:24 -0200, Marcel Mitsuto Fucatu Sugano wrote: On Wed, 2005-12-14 at 11:46 -0200, Marcio Merlone wrote: Yes, but this regards only for web clients browsing nagios, and it is working fine. BUT, I want the sound to be played on the nagios

RE: [Nagios-users] Monitoring a group of processes

2005-12-14 Thread Steve Shipway
> An example is smbd and nmbd. You need both of them to be > running for Samba to be operational. I can use the command > /usr/local/nagios/libexec/check_procs -C smbd to see that the > smbd processes are running, and I can do the same thing For > nmbd, but how do I look at them together? Y

RE: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Marcio Merlone
On Qua, 2005-12-14 at 18:24 -0200, Marcel Mitsuto Fucatu Sugano wrote: > On Wed, 2005-12-14 at 11:46 -0200, Marcio Merlone wrote: > > Yes, but this regards only for web clients browsing nagios, and it is > > working fine. BUT, I want the sound to be played on the nagios server, > > not my workstati

Re: [Nagios-users] Re: Multi User NagiOS

2005-12-14 Thread Chris Moody
Since it sounds like you are also looking for a way to prevent a user from adding/deleting hosts/services/etc from another user's listings...you can check out my nagios Vhost script on nagiosexchange. I have a situation where I run seperate nagios processes for each group. This allows the use

Re: [Nagios-users] Re: Multi User NagiOS

2005-12-14 Thread Krish Paul
Hi Sebastian Thanks a lot for the answer. Going to configure it in guided way. - Krish Paul (bidhata) --- This thread is located in the archive at this URL: http://www.nagiosexchange.org/nagios-users.34.0.html?&tx_maillisttofaq_pi 1[show

RE: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Marcel Mitsuto Fucatu Sugano
On Wed, 2005-12-14 at 11:46 -0200, Marcio Merlone wrote: > Yes, but this regards only for web clients browsing nagios, and it is > working fine. BUT, I want the sound to be played on the nagios server, > not my workstation. Nagios user has permissions on whatever /dev/dsp devices? -- Marcel Mit

[Nagios-users] Re: Multi User NagiOS

2005-12-14 Thread Sebastian Kayser
* Krish Paul <[EMAIL PROTECTED]> wrote: > Do you know any plugins by which I can create multiple user in > NagiOS , means - let admin added 5 servers for user 'A' and 2 servers > for user 'B'.When user 'A' logged in using his login and password, > he/she can only browse and see his own server,

Re: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Eli Stair
Agreed, that's what they're for and definitely what I (and surely most people) use them for. But they also work well to "handle" "events". If there are any reasons not to use them for that, or other arbitrary purposes, I'm not aware of them. /eli Marcio Merlone wrote: On Qua, 2005-12-14

Re: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Marcio Merlone
On Qua, 2005-12-14 at 11:58 -0800, Eli Stair wrote: > > I've had success with 'echo -en "\007"' (aka: beep). Have an > eventhandler run that whenever you want to get annoyed. > > It's fun to use with a remote ssh type handler when you're watching > interns try to find a node in a cluster and

[Nagios-users] Multi User NagiOS

2005-12-14 Thread Krish Paul
Hi guys, Do you know any plugins by which I can create multiple user in NagiOS , means - let admin added 5 servers for user 'A' and 2 servers for user 'B'.When user 'A' logged in using his login and password, he/she can only browse and see his own server, not user 'B''s servers. Do you know

Re: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Eli Stair
I've had success with 'echo -en "\007"' (aka: beep). Have an eventhandler run that whenever you want to get annoyed. It's fun to use with a remote ssh type handler when you're watching interns try to find a node in a cluster and you're watching on Netbotz ;) /eli Marcio Merlone wrote: On

RE: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Marcio Merlone
On Qua, 2005-12-14 at 15:40 +, Deborah Martin wrote: > probably a dumb question - but why have the sound on your server and not > through a client front-end ? > Surely a nagios server would be hosted in a computer room somewhere and the > clients would be those monitoring > from their desktops

Re: [Nagios-users] check_radius

2005-12-14 Thread Holger Weiss
* Mário Sérgio Candian <[EMAIL PROTECTED]> [2005-12-14 14:44]: > ([EMAIL PROTECTED])~# ./check_radius -H 201.38.x.y -u radius -p password -P > 1645 -t 15 > Config file error > Exit 3 > > ([EMAIL PROTECTED])~# ./check_radius > Could not parse arguments > Usage: > check_radius -H host -F config_file

Re: [Nagios-users] Extended list of status-/errorcodes from webapps

2005-12-14 Thread Eli Stair
Making changes to the HTTP header to indicate an errorcode is something I haven't thought about before. I've always used tags in the HTML body to indicate the issue... it requires less work, and enables you to be more verbose (and IMO is cleaner than extending the standard for the header...)

[Nagios-users] check_radius

2005-12-14 Thread Mário Sérgio Candian
Hi list, I'd like to use the check_radius plugin, but I dont understand to use that plugin. Look: ([EMAIL PROTECTED])~# ./check_radius -H 201.38.x.y -u radius -p password -P 1645 -t 15 Config file error Exit 3 ([EMAIL PROTECTED])~# ./check_radius Could not parse arguments Usage: check_radiu

[Nagios-users] Mark Stray/AU3/WealthMgmt is out of the office.

2005-12-14 Thread mark_stray
I will be out of the office starting 14/12/2005 and will not return until 19/12/2005. I will respond yo your message when I return to Work. Any matters of an urgent nature should be directed to Martin Kleinman or the helpdesk. regards, Mark

RE: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Deborah Martin
probably a dumb question - but why have the sound on your server and not through a client front-end ? Surely a nagios server would be hosted in a computer room somewhere and the clients would be those monitoring from their desktops ? Or why not have a web browser open on the server then ?

[Nagios-users] Re: Nagios Performance Data shows checks aren't being completed

2005-12-14 Thread sheeri kritzer
So, while exploring, since I haven't heard any responses yet, I found that some of my service checks had a "Next Scheduled Active Check" for 11/29/05. Why would there be one in the past? I restarted nagios, and things seem running fine now, but how did my system get into that state? How can I pr

Re: [Nagios-users] what wrong with these ?

2005-12-14 Thread Assaf Flatto
from the first glance is look like a problem in the host/service notification configuration , service notification should be defined as : " service_notification_commands notify-by-sms" you are using host_notify-by-sms for services. Assaf my command definition is like this : define comman

[Nagios-users] what wrong with these ?

2005-12-14 Thread Mehmet Fatih AKBULUT
hi all,my command definition is like this :define command{    command_name host-notify-by-sms    command_line /usr/local/bin/gsmsendsms -d /dev/ttyd0 -b 19200 05322623103 "$NOTIFICATIONTYPE$: $HOSTNAME$ is $HOSTSTATE$ ($OUTPUT$)" }[located in misscommands.cfg]and service definition :# 'nagios' cont

[Nagios-users] check_radius config_file

2005-12-14 Thread Mário Sérgio Candian
Hi list, I'd like to use the check_radius plugin, but I dont understand to use that plugin. Look: ([EMAIL PROTECTED])~# ./check_radius -H 201.38.x.y -u radius -p password -P 1645 -t 15 Config file errorExit 3 ([EMAIL PROTECTED])~# ./check_radius Could not parse arguments Usage: check_radius

[Nagios-users] solaris check_disk util does not see mounts/disks...

2005-12-14 Thread Luis Cerezo
which version of df is it expecting? ... sunfreeware? Solaris 9... bash-2.05$ df -h | grep users /dev/dsk/c3t1d1s3 340G 230G 107G69%/users bash-2.05$ mount | grep users /users on /dev/dsk/c3t1d1s3 read/write/setuid/intr/largefiles/logging/quota/xattr/onerror=panic/dev=1d8000b

Vedr.: [Nagios-users] Monitoring a group of processes

2005-12-14 Thread Thomas Jens Lauritsen
Hi Kevin, I have made a shell-plugin that ask for a group of processes. It uses SNMP to get the data which I pipe to tmp-file. Then I reread the file via grep etc. until I have a status which I then tell Nagois about. In the services.cfg it look like this. # Service definition define service{

RE: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Marcio Merlone
On Qua, 2005-12-14 at 13:15 +, Deborah Martin wrote: > Have you enabled sound in cgi.cfg ? Yes, but this regards only for web clients browsing nagios, and it is working fine. BUT, I want the sound to be played on the nagios server, not my workstation. -- Marcio Merlone <[EMAIL PROTECTED]>

[Nagios-users] Monitoring a group of processes

2005-12-14 Thread Kevin Alford
I am running nagios 2.0b5 on Fedora core 3. I wanted to know if it is capable of monitoring a group of processes? An example is smbd and nmbd. You need both of them to be running for Samba to be operational. I can use the command /usr/local/nagios/libexec/check_procs -C smbd to see that the smbd

RE: [Nagios-users] Sound notification on nagios server

2005-12-14 Thread Deborah Martin
Have you enabled sound in cgi.cfg ? -Original Message- From: Marcio Merlone [mailto:[EMAIL PROTECTED] Sent: 14 December 2005 12:33 To: nagios-users Subject: [Nagios-users] Sound notification on nagios server Hello all. I searched the web for this but could not find a proper solution. I

[Nagios-users] Sound notification on nagios server

2005-12-14 Thread Marcio Merlone
Hello all. I searched the web for this but could not find a proper solution. I am trying to make the nagios server (not the web gui) play a sound when there is something wrong. In this effort, I set: misccommands.cfg: define command{ command_nameplay_siren command_line/

Re: [Nagios-users] Extended list of status-/errorcodes from webapps

2005-12-14 Thread Morten Werner Olsen
On Wed, Dec 14, 2005 at 11:09:05AM +0100, Morten Werner Olsen wrote: > We've recently started to monitor our webservers and some of our > webapplications with Nagios. Most webapplications depends on other > services as databases, LDAP, NIS, filesystems and so on. Together with > the webappdevelope

[Nagios-users] Extended list of status-/errorcodes from webapps

2005-12-14 Thread Morten Werner Olsen
Hi! This isn't directly related to Nagios, but I assume some of you use Nagios for monitoring webapplications so still kind of related. :) We've recently started to monitor our webservers and some of our webapplications with Nagios. Most webapplications depends on other services as databases, LDA

Antwort: [Nagios-users] sms notification problem ?

2005-12-14 Thread srunschke
[EMAIL PROTECTED] schrieb am 13.12.2005 13:08:32: > i've 17 service definitions defined for various hosts and hostgroups > since now. and i want to send sms notifications when a service goes down. > but the problem is TWO people want to get notifications when a > service goes DOWN and comes BACK

[Nagios-users] How to send SMS using more than one device?

2005-12-14 Thread Marco Borsani
Hi all ! I am using a Nagios running on HP-UX 11.00. To send SMS I prepare a script that send a file to one serial port. I know that there are some tools (like smstools) that permit to use more than one devices to send SMS. Unfortunately on my HP-UX I am not able to compile smstools software (but

Re: [Nagios-users] getting nagios to snmp to my box, Where do i specify the community

2005-12-14 Thread Arno Lehmann
Hi, Randy Paries schrieb: Hello, I am trying to do a smnp check on one of my boxes. (it is a mediatrix viop gateway) I can query it using the cactii using the community of public Here, it's rather early, but I have the impression you set up your checks quite early, too ;-) Above, you want