Re: [Nagios-users] statusmap.cgi is missing

2008-12-13 Thread Leveau Stanislas
Hi

I have the same problem with mandriva 2009
statusmap.cgi was not found
And wit h this : And read here
 http://www.nagios.org/faqs/viewfaq.php?faq_id=55 it\'s the same problem

idea?
Bye
STan


 Hello Nagios User !

 Install your GD-LIB
 And read here
 http://www.nagios.org/faqs/viewfaq.php?faq_id=55

 /j
 -Ursprungligt meddelande-
 Från: Aldo Foot [mailto:luni...@gmail.com]
 Skickat: den 12 december 2008 20:49
 Till: nagios-users@lists.sourceforge.net
 Ämne: [Nagios-users] statusmap.cgi is missing

 Hello nagios users:

 AI'm new to nagios and I trying to get some info.
 I first tried installing nagios-3.0.2 and for the most part it worked fine.

 Then, I compiled nagios v3.0.6 and the statusmap.cgi file does not get
 installed. Why?

 When I click on the Status Map on the web page, I get an error:
 The requested URL /nagios/cgi-bin/statusmap.cgi was not found on this
 server.

 I used these command to compile/install:

  $ ./configure --with-command-group=nagcmd
   $ make all
   # make install
   # make install-init
   # make install-config
   # make install-commandmode
   # make install-webconf

 I installed the plugins as well,

   $ ./configure --with-nagios-user=nagios --with-nagios-group=nagios
   $ make
   # make install

 This is a very basic install to start with, nothing fancy, so what's
 with status map missing file?
 ~af

 
 --
 SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
 The future of the web can't happen without you.  Join us at MIX09 to help
 pave the way to the Next Web now. Learn more and register at
 http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting
 any issue.
 ::: Messages without supporting info will risk being sent to /dev/null

 __ NOD32 3687 (20081212) Information __

 Detta meddelande dr genomsvkt av NOD32 Antivirus.
 http://www.nod32.com



 --
 SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
 The future of the web can't happen without you.  Join us at MIX09 to help
 pave the way to the Next Web now. Learn more and register at
 http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when   
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null





--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] All Active checks via ssh? Central Managment possible?

2008-12-13 Thread m...@bortal.de
Hello List,

i have a lot of linux boxes i want to monitor. In particular the 
services are:

- SSH
- MySQL
- Disk Free
- Load
- (and some more)

so far its a LOT of work checking ssh activky and all the other tests 
passively.

Is there a way to check for MySQL, Disk Free, Load by using a ssh 
command (+key) or something? This would be great since we could manage 
our settings at just on our nagios server (manage all the nagios stuff 
at one place).

Any idea how to accomplish this?

Cheers,
Mario

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] All Active checks via ssh? Central Managment possible?

2008-12-13 Thread Chris St. Pierre
On Sat, 13 Dec 2008, m...@bortal.de wrote:

 Is there a way to check for MySQL, Disk Free, Load by using a ssh
 command (+key) or something? This would be great since we could manage
 our settings at just on our nagios server (manage all the nagios stuff
 at one place).

NRPE or NSCA: http://nagios.sourceforge.net/docs/3_0/addons.html

Chris St. Pierre
Unix Systems Administrator
Nebraska Wesleyan University


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] All Active checks via ssh? Central Managment possible?

2008-12-13 Thread Marc Powell

On Dec 13, 2008, at 12:32 PM, Chris St. Pierre wrote:

 On Sat, 13 Dec 2008, m...@bortal.de wrote:

 Is there a way to check for MySQL, Disk Free, Load by using a ssh
 command (+key) or something? This would be great since we could  
 manage
 our settings at just on our nagios server (manage all the nagios  
 stuff
 at one place).

 NRPE or NSCA: http://nagios.sourceforge.net/docs/3_0/addons.html

Or check_by_ssh.

--
Marc

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Last Check Time Issue

2008-12-13 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Calhoun, Matthew wrote:

 We have about 1500 services that are being passively checked (custom
 scripts that write to the external command file). We’ve noticed an issue
 where the “Last Check” time for the service is many hours behind, but
 the “Last Update” time is correct and the service is alarming, etc.
 properly. Does anyone have an idea as to why the Last Check Time isn’t
 being updated properly?

Ever considered that last check only aplies to active checks?

Hugo.

- --
hvdko...@vanderkooij.org   http://hugo.vanderkooij.org/
PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc

A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting frowned upon?

Bored? Click on http://spamornot.org/ and rate those images.

Nid wyf yn y swyddfa ar hyn o bryd. Anfonwch unrhyw waith i'w gyfieithu.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFJRLtsBvzDRVjxmYERApKrAJ40k8l4vQfC/cIZDSYubKMAfMVMXQCeJlD+
sQWa+ZMU6E2FsV1YsStxEMM=
=xFhi
-END PGP SIGNATURE-

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null