Re: [Nagios-users] check_snmp does not provide performance data ??

2010-03-29 Thread Michael Schwartzkopff
Am Montag, 29. März 2010 15:01:50 schrieb Jatin Davey:
> Well , when i use the complete OID path i get the performance data , Say
> instead of using
>
> hrSWRunPerfMem if use 1.3.6.1.2.1.25.5.1.1.2
>
> Then it works fine and the performance data is collected for the specific
> process of interest.
>
> I dont know why it does not do so if the OID name is not resolved ?
> Anyone knows please let me know.
>
> Thanks
> Jatin
>
> On 3/29/2010 5:15 PM, Jatin Davey wrote:
> > Ok , here go the version of the plugin used taken from the help page of
> > the plugin:
> >
> > [r...@pc-fedora-1 libexec]# ./check_snmp --help
> > check_snmp v1.4.14 (nagios-plugins 1.4.14)
> > Copyright (c) 1999-2007 Nagios Plugin Development Team
> > 
> >
> > Check status of remote machines and obtain system information via SNMP
> >
> > Thanks
> > Jatin
> >
> > On 3/29/2010 4:53 PM, Michael Schwartzkopff wrote:
> >> Am Montag, 29. März 2010 13:17:35 schrieb Jatin Davey:
> >>> Hi
> >>>
> >>> I use the HOST-RESOURCES-MIB to get the status of the system and its
> >>> various parameters. There is one such MIB parameter that provides
> >>> memory used by a specific process on a linux box. It is :
> >>> "hrSWRunPerfMem" , When i execute this command using the check_snmp
> >>> plugin it does not provide any performance data after the '|' symbol.
> >>>
> >>> The output is as below :
> >>>
> >>> [r...@pc-fedora-1 libexec]# ./check_snmp -H x.x.x.x -o
> >>> hrSWRunPerfMem.x SNMP OK - 1652 KBytes |
> >>>
> >>> Is it a bug on the check_snmp plugin ?
> >>> Please let me know if i am missing something.
> >>>
> >>> Thanks
> >>> Jatin
> >>>
> >>> ---
> >>> --- Download Intel® Parallel Studio Eval
> >>> Try the new software tools for yourself. Speed compiling, find bugs
> >>> proactively, and fine-tune applications for parallel performance.
> >>> See why Intel Parallel Studio got high marks during beta.
> >>> http://p.sf.net/sfu/intel-sw-dev
> >>> ___
> >>> 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
> >>
> >> I don't know which version you are using. My output is:
> >> ./check_snmp -H 192.168.xxx.4 -C xxx -o hrSWRunPerfMem.2
> >>
> >> SNMP OK - 0 KBytes | HOST-RESOURCES-MIB::hrSWRunPerfMem.2=0 KBytes
> >
> > -
> >- Download Intel® Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> > ___
> > 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
>
> ---
>--- Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> 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

Perhaps your snmp command does not read in that MIB. try the "-m ALL" option.
Greetings,
-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +

Re: [Nagios-users] check_cluster configuration.

2010-03-29 Thread Michael Schwartzkopff
Am Montag, 29. März 2010 13:23:38 schrieb HyunSung Jang:
> hello folks,
> I'm trying to configure cluster configuration.
>
> we have 100 servers for www service and i don't wanna get notification from
> all of my www servers.
> so i decided to configure check_cluster, and it works very well.
>
> but my question is Nagios doc said that i have to configure it as "service"
> ..
> then what should be the "host_name" for service definition ?
>
> my server hostname start from www1 ~ www100
> and at this time I just added one more service under www1 definition. but
> this doesn't look good.
> Can i make it like a "standalone" ?
> I mean, i don't want put cluster service under one of my www server.
> it looks like a service that belongs to just one host.
>
> any idea about this~?

Use the check_multi plugin. It makes your life much easier.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] check_snmp does not provide performance data ??

2010-03-29 Thread Michael Schwartzkopff
Am Montag, 29. März 2010 13:17:35 schrieb Jatin Davey:
> Hi
>
> I use the HOST-RESOURCES-MIB to get the status of the system and its
> various parameters. There is one such MIB parameter that provides memory
> used by a specific process on a linux box. It is : "hrSWRunPerfMem" ,
> When i execute this command using the check_snmp plugin it does not
> provide any performance data after the '|' symbol.
>
> The output is as below :
>
> [r...@pc-fedora-1 libexec]# ./check_snmp -H x.x.x.x -o hrSWRunPerfMem.x
> SNMP OK - 1652 KBytes |
>
> Is it a bug on the check_snmp plugin ?
> Please let me know if i am missing something.
>
> Thanks
> Jatin
>
> ---
>--- Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> 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

I don't know which version you are using. My output is:
./check_snmp -H 192.168.xxx.4 -C xxx -o hrSWRunPerfMem.2

SNMP OK - 0 KBytes | HOST-RESOURCES-MIB::hrSWRunPerfMem.2=0 KBytes  

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] check_snmp does not provide performance data ??

2010-03-29 Thread Michael Schwartzkopff
Am Montag, 29. März 2010 13:17:35 schrieb Jatin Davey:
> Hi
>
> I use the HOST-RESOURCES-MIB to get the status of the system and its
> various parameters. There is one such MIB parameter that provides memory
> used by a specific process on a linux box. It is : "hrSWRunPerfMem" ,
> When i execute this command using the check_snmp plugin it does not
> provide any performance data after the '|' symbol.
>
> The output is as below :
>
> [r...@pc-fedora-1 libexec]# ./check_snmp -H x.x.x.x -o hrSWRunPerfMem.x
> SNMP OK - 1652 KBytes |
>
> Is it a bug on the check_snmp plugin ?
> Please let me know if i am missing something.
>
> Thanks
> Jatin
>
> ---
>--- Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> 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

Well, it does. Perhaps it is not quite compliant to the plugin writing guide.


-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Michael Schwartzkopff
Am Freitag, 19. Februar 2010 11:58:45 schrieb Flyinvap:
> Le Fri, 19 Feb 2010 11:28:25 +0100,
>
> Michael Schwartzkopff  a écrit :
> > - SNMPv1 is quite secure if you use ACLs.
>
> Quite secure ? With UDP (spoofing) and a community not encrypted ?
> SNMP : Security Not My Problem ;-)

OK. With ip spoofing you cen send packages. But if you do not the routing back 
you will never receive the answer. So what.

> > - SNMPv3 should not be any problem for any recent hardware.
>
> Yes, but it uses more resources than NRPE so you can probably check less
> services.

That's why I use SNMPv1 with ACLs.

Greetings,

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Michael Schwartzkopff
Am Freitag, 19. Februar 2010 11:19:30 schrieb Flyinvap:
> Hi,
>
> Le Fri, 19 Feb 2010 09:07:44 +0100,
>
> Michael Schwartzkopff  a écrit :
> > > Should a new protocol be "flat text based" or structured?
> >
> > No need for a new protocol.
>
> It's possible to replace NRPE by SNMPv1/2 or v3 or SSH. NCSA could may
> be replace by SNMP informs ?

Yes.

> > > Would webservices be the best way?
>
> It could be but what about performance ? NRPE is very fast but not
> secure [1], SNMP v1 is slower and insecure. SNMP v3 or SSH are secure
> but take some resources.

- SNMPv1 is quite secure if you use ACLs.
- SNMPv3 should not be any problem for any recent hardware.

> I made some test with those 4 protocols. To check if a process is
> running takes by average :
>  -  27 ms with nrpe (with ssl)
>  -  62 ms with snmp v1
>  - 107 ms with snmp v3 (SHA for authentication and AES for privacy)
>  - 113 ms with SSHv2 (authentication by certifcate)
>
> [1] http://tracker.nagios.org/bug_view_advanced_page.php?bug_id=125

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Michael Schwartzkopff
Am Donnerstag, 18. Februar 2010 19:25:33 schrieb Michael Medin:
> Hello
>
> Since I am pondering a replacement for the NSCA and NRPE protocol I
> thought I would get some thoughts from the community?
> So this is pretty much an "open floor" kind of thing to get some sense
> of what people actually need and would want (if anything at all).
> But to get some general idea I'll give you a few questions to start it off:
>
> Is a new protocol a good idea?

No. People thought about network managment protocol for more than 20 years 
now. I doubt that you can reinvent anything better.

> Should a new protocol be "flat text based" or structured?

No need for a new protocol.

> Would webservices be the best way?
>
> Should the protocol be extensible?

Yes.

> What features would a new protocol need to support?
>   - message, performance data, configuration, multiple queries, control
> logic transfer, inventory, etc.
>
> What plattforms would it need to support?
>
> Whats polling scheme(s): active, passive, active/passive, proxy, etc?
>
> Master/slave scenarios?
> In both NRPE and NSCA "nagios" is the master should the client be
> allowed to act as master?
>
> What kind of security mechanisms do you need (host, password,
> encryption, certificates, etc)?
>
> Client side "checks" or client side data gathering with server side checks?
> (ie. check_nrpe get "ok" back, another option would be to get the
> "value" and let the server decide if it is good or bad.)
>
> Multiple streams?
> ie  send to both Nagios and potentially other collectors (like rrd)
>
> <>
>
> // Michael Medin

Go for SNMP. This is the ONLY standard for vendor independent managment of 
devices. Nearly all devices support it. And I really doubt that you will be 
able to implement your agent on a Cisco IOS or a Check Point firewall 
appliance.

Greetings,


-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] Clustering Nagios 3.x

2009-11-26 Thread Michael Schwartzkopff
Am Donnerstag, 26. November 2009 09:19:47 schrieb Sebastian Cabrera:
> Hi,
>
> dOE wrote:
> > Is it possible to cluster two physical Nagios servers active\passive?
>
> at least that should be possible using Heartbeat and DRBD.
> Don't know if that helps :)
>
> regards,
>
> Sebastian

Please do not use heartbeat any more. It  is outdated. Please use pacemaker. 
See: www.clusterlabs.org

Greetings,
-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] $NOTIFICATIONISESCALATED$ not defined

2009-07-20 Thread Michael Schwartzkopff
Am Montag, 20. Juli 2009 16:36:56 schrieb Marc Powell:
> On Jul 20, 2009, at 8:03 AM, Michael Schwartzkopff wrote:
> > my command definition is:
> >
> > define command{
> >command_namenotify-netappvol-by-email
> >command_line/usr/bin/printf "%b" "* Nagios
> > *\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService:
> > $SERVICEDESC$\nHost: $HOSTNAME$ ($HOSTALIAS$)\nAddress:
> > $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time:
> > $LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$\n\nWebsite:
> > http://cpwa-nagios05-t/nagios/nagvis/nagvis/index.php?map=$HOSTNAME$
> > \n\n
> > Is escalated: $NOTIFICATIONISESCALATED$\n\nService
> > ChecksNotification number:
> > $SERVICENOTIFICATIONNUMBER$" | /bin/mail -r "Nagios
> > 05 test " -s "** $NOTIFICATIONTYPE$ Service
> > Alert: $HOSTNAME$ ($HOSTALIAS$)/$SERVICEDESC$ is $SERVICESTATE$ **"
> > $CONTACTEMAIL$
> > }
>
> Looks good.
>
> > nagios version 3.0.6
>
> And replicated with nagios-HEAD. Try the attached patch. It adds one
> line to initialize the macro. I _think_ that's what it is; at least
> the macro populates now but I can't test the escalated part of it
> without jumping through a lot of hoops. I've submitted it to
> tracker.nagios.org for you just in case there's more to it.
>
> http://tracker.nagios.org/view.php?id=61
>
> --
> Marc
>
>
> ---
>--- Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> ___
> 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

Thanks for your fast reaction. I am sorry that I will be able to test your 
patch since I am just doing the monitoring on some preconfigured machine in a 
bis environment. So no chance to comile my own nagios.

Greetings,


-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
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] $NOTIFICATIONISESCALATED$ not defined

2009-07-20 Thread Michael Schwartzkopff
Am Montag, 20. Juli 2009 14:21:03 schrieb Marc Powell:
> On Jul 20, 2009, at 4:17 AM, Michael Schwartzkopff wrote:
> > Hi,
> >
> > Back in April there was a thread about the macro
> > $NOTIFICATIONISESCALATED$ in
> > note defined. See:
> > http://www.mail-archive.com/nagios-users@lists.sourceforge.net/msg25665.h
> >tml
> >
> > I stumbled upon the same problem. I only get a "$" sign. Is there
> > any solution
> > for the problem?
>
> Don't know. Neither the original poster you reference, nor you provide
> the information necessary to determine what the problem might really
> be. See my response to the post above. Nobody else responded to it so
> I would assume few, if anyone, are using this macro.
>
> Be very specific about how and when you are using this macro.
>
> --
> Marc

Hi,

my command definition is:

define command{
command_namenotify-netappvol-by-email
command_line/usr/bin/printf "%b" "* Nagios
*\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService:
$SERVICEDESC$\nHost: $HOSTNAME$ ($HOSTALIAS$)\nAddress:
$HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time:
$LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$\n\nWebsite:
http://cpwa-nagios05-t/nagios/nagvis/nagvis/index.php?map=$HOSTNAME$\n\n
Is escalated: $NOTIFICATIONISESCALATED$\n\nService ChecksNotification number: 
$SERVICENOTIFICATIONNUMBER$" | /bin/mail -r "Nagios
05 test " -s "** $NOTIFICATIONTYPE$ Service
Alert: $HOSTNAME$ ($HOSTALIAS$)/$SERVICEDESC$ is $SERVICESTATE$ **"
$CONTACTEMAIL$
}

nagios version 3.0.6


-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
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] $NOTIFICATIONISESCALATED$ not defined

2009-07-20 Thread Michael Schwartzkopff
Hi,

Back in April there was a thread about the macro $NOTIFICATIONISESCALATED$ in 
note defined. See:
http://www.mail-archive.com/nagios-users@lists.sourceforge.net/msg25665.html

I stumbled upon the same problem. I only get a "$" sign. Is there any solution 
for the problem?

Thanks.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
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] How to graph historical data

2009-07-09 Thread Michael Schwartzkopff
Am Donnerstag, 9. Juli 2009 14:38:06 schrieb N Patil:
> Nagios can not produce any graph AFAIK. You have either use MRTG or
> ganglia to graph the system resources.
>
> - nilesh
>
>
>
>
> "Gabriel - IP Guys" 
> 07/09/2009 05:38 PM
>
> To
> 
> cc
>
> Subject
> [Nagios-users] How to graph historical data
>
>
>
>
>
>
> Dear All,
>
> I would like to know if it’s possible to graph the historical data that
> Nagios produces – I am about to rebuild an old Linux box that has nagios
> installed on it, but I would like to at least see some trends what
> actually has been going on. I’m in the rare position where nothing on my
> network has so much as farted in the last few months, so I’d like to see
> those trends which we don’t notice through everyday usage.
>
> ---
> Kind Regards,
> Mr Gabriel

I like pnp4nagios quite a lot.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
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] Monitoring steeleye lifekeeper

2009-04-14 Thread Michael Schwartzkopff
Hi,

anybody monitoring a steeleye lifekeeper cluster with nagios? Is there any 
good nagios plugin for this task? Thanks for any help.



-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-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] NRPE vs. check_by_ssh

2009-03-24 Thread Michael Schwartzkopff
Am Dienstag, 24. März 2009 10:45:08 schrieb Christopher McAtackney:
> Hi all,
>
> I was wondering if someone could give a brief overview of the pros /
> cons of using NRPE to monitor my remote hosts versus using the
> check_by_ssh command?
>
> I'm aware that check_by_ssh increases the CPU overhead, but I'm not
> clear on the level of impact here - does this increase the load on the
> monitoring machine in direction relation to the number of hosts being
> monitored? For example, if I was using check_by_ssh to monitor, say,
> 2000 services spread across 200 hosts, would I experience significant
> slowdown on my monitoring machine?
>
> Cheers for any info,
>
> Chris

hi,

ust SNMP! No need to install anything on the target system. SNMP Agents are 
already installed on nearly all systems.

Since everything speaks SNMP you can gather info about hardware, operation 
system AND applications, independent of any OS.

nagios: check_snmp

Greetings,

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: mi...@multinet.de
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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] Help : OID

2008-04-01 Thread Michael Schwartzkopff
Am Dienstag, 1. April 2008 13:40 schrieb [EMAIL PROTECTED]:
> Hi All
>
> I have installed nagios 3.0 , Now I want nagios to monitor switch rather
> than monitoring local host.To add the switch I have made changes in
> switch.cfg file but I am unable to find OID for my switch cisco 3550.
>
> I used the command snmpwalk .. but I started getting a long list
> of ids , so which ID to chosse from that list.

The OID depends on what you want to look for. So first os all, get yourself 
sure, what you want to monitor. CPU load, temperature of the divice, package 
or octet throughput (if yes: on what port), ...? When you walked through the 
MIB fo your device you will see that the switch delivers a lot of 
information.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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] LB-OT: check_ping in LAN

2008-03-10 Thread Michael Schwartzkopff
Am Montag, 10. März 2008 14:54 schrieb Marc Powell:
(...)
> > Did anybody see such problems (>100ms ping time in LAN)?
> > Is there any other explanation that obious Windows-bashing?
>
> Speed and duplex mismatch between the switch and the machine? Bad port
> on the switch or machine? Bad cable?

thanks. I will check it.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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] LB-OT: check_ping in LAN

2008-03-10 Thread Michael Schwartzkopff
Hi,

I have a little bit off topic problem here.

My nagios machine is attached to the switch of our internal LAN. All other 
boxes are attached to that switch also. I have about 5 servers configured in 
nagios. Only ONE of there 5 server shows problems with the check_ping check.

The check_ping results sometimes with more that 100ms time in our internal 
LAN. This happens about twice per hour. All other servers are fine. 
Difference between the servers:
One Windows, all other Linux.

Did anybody see such problems (>100ms ping time in LAN)?
Is there any other explanation that obious Windows-bashing?

Thanks for any help.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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] Monitoring Connection attempts

2008-03-05 Thread Michael Schwartzkopff
Am Mittwoch, 5. März 2008 14:14 schrieb Hari Sekhon:
> Matthew Macdonald-Wallace wrote:
> > Hi All,
> >
> > Before I start coding my own plugin to do this, does anyone know of a
> > plugin that monitors the number of external connection attempts over a
> > given period of time for a given service and sends alerts accordingly?
> >
> > I've noticed on a number of servers that we maintain recently that
> > there are unauthorised attempts to connect via SSH/FTP.  These appear
> > in the log files about 2 seconds apart and are obviously automated.
> >
> > We've got Logcheck in place which alerts us to this kind of thing
> > already, however I like the idea of a nice visual/audible alert (we all
> > use the nagios-plugin for firefox here).
>
> You could probably use check_logfiles to search for those logged strings
> and alert on those. Haven't used it myself yet but it seems good.
>
> http://www.consol.com/opensource/nagios/check-logfiles/
>
> -h


1) Better use the logmatch option in the net-snmp configuration. It is quite 
undocumented but works like a charm. nagios can read these values with 
check_snmp.

Syntax:
logmatch

2) On the other hand: Why don't you use limits for external ssh connections?


-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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] nrpe vs snmp resources

2007-07-02 Thread Michael Schwartzkopff
Am Montag, 2. Juli 2007 17:03 schrieb Rogelio Bastardo:
> I remember a while back seeing a well-written "NRPE vs SNMP" webpage
> (that was incredibly detailed).
>
> I've googled for a while, and can't seem to refind it.
>
> If anyone has a good one, do share!
>
> thx

Basically you can do everything with SNMP. With nearly all devices. But I 
never have seen a router with nrpe installed.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] R: sensor temperature

2007-06-13 Thread Michael Schwartzkopff
Am Mittwoch, 13. Juni 2007 14:06 schrieb Marco Borsani:
> I'd like to use temp sensor on the motherboard of our Dell Poweredge
> servers, but when I run a :
> snmpwalk -c "community" -v 1 "IP-address"
> I only receive few informations.
>
> I am using check_snmp to monitor temperature insiede some Cisco switchs and
> it is working fine.
>
> I have not idea why I am not able to do the same with Dell servers.
> Any idea ?
> Do I need server with DRAC board?
>
> Regards
> Marco

What SNMP agent is running there? net-snmp? Did you configure your DELL 
monitoring software the cooperate with net-snmp? Does DELL software provide 
it's own snmp agent, perhaps on another port? Does DELL use the enterprises 
MIB? Lots of questions regaring the DELL software. Please refer to their 
manuals or ask a DELL specialist.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] sensor temperature

2007-06-13 Thread Michael Schwartzkopff
Am Mittwoch, 13. Juni 2007 13:25 schrieb Arno Lehmann:
> Hi,
>
> On 6/12/2007 10:19 AM, Marco Borsani wrote:
> > Hi all.
> >
> >
> >
> > I am looking for a sensor to monitoring the temperature in our server
> > farms.

Why don't you use the temp sensors of the motherboard (via program "sensors")? 
net-snmp offers an extension to snmp-get the temperature. Configure nagios 
check_snmp to read it.

Or get the temp of the harddiscs via smartctl?

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] VPN Monitoring

2007-06-13 Thread Michael Schwartzkopff
Am Mittwoch, 13. Juni 2007 11:02 schrieb Kerry Milestone:
> are looking at the VPN status.  basic at this stage, but whether it is
> up or not.

Hi,

What exactly do you want to monitor? You could use:

Monitoring (nagios):
cpvCurrEspSAsIn: "IPsec current Inbound ESP SAs"
cpvCurrEspSAsOut: "IPsec current Outbound ESP SAs"

Reporting  (MRTG):
cpvIpsecEspEncBytes: "IPsec ESP encrypted bytes"
cpvIpsecEspDecBytes: "IPsec ESP decrypted bytes"

You also could monitor tunnels with specific partners via cpvTnlMon.

Or do you want to monitor if vpn deamon is running?

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] HP Printer

2007-04-27 Thread Michael Schwartzkopff
Am Freitag, 27. April 2007 16:08 schrieb Valdinger, Stephen (DOV, MSX):
> I've got a few HP printers I want to monitor. I'm particularly
> interested in knowing when they are out of paper, and when their toner
> is running low. I've done some research and can't seem to find any good
> place with the OID's that I need. Can anyone point me in the right
> direction? Thanks.

gdStatusPaperState.0
OID: 1.3.6.1.4.1.11.2.3.9.1.1.2.2.0

gdStatusPaperState OBJECT-TYPE
SYNTAX  INTEGER (0..255)
ACCESS  read-only
STATUS  optional
DESCRIPTION
"This describes the state of the paper on the peripheral.
 When non-zero, the peripheral has a paper problem. When
 zero, the peripheral does not have a paper problem."
::={ gdStatusEntry 2 }

Get the jetdirekt MIB from
http://www.wtcs.org/snmp4tpc/mibs.htm#HP

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] Monitoring DELL server without openManage

2007-04-25 Thread Michael Schwartzkopff
Am Mittwoch, 25. April 2007 11:18 schrieb Nicole Hähnel:
> Hi,
>
> is it possible to monitor dell servers without openmanage installed?
> (snmp?) We have netware servers running and openmanage isn't working with
> this version of netware.
>
> Thanks!
>
> Nicole

SNMP Agents should be installable in all OS versions. I don't know about 
netware, but there should be no problem. Get the Dell MIBs and search what 
you want to check. 

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] Just using SNMP

2007-04-19 Thread Michael Schwartzkopff
Am Donnerstag, 19. April 2007 16:21 schrieb Valdinger, Stephen (DOV, MSX):
> Is there a way to just use SNMP to monitor windows machines in Nagios.
> We have a lot of servers and installing an agent like NSClient++ would
> be a real pain, when they all run SNMP already. Any ideas?

Get the OIDs of the parameters you want to watch (HDD space, CPU load, MEM 
consumption, ...) and define services based on check_snmp. We are doing this 
without and problem. Contect me if you have further questions.

Sample for CPU load in windows:

define command {
command_namecheck_win_load
command_line$USER1$/check_snmp -H \ 
$HOSTADDRESS$ -o .1.3.6.1.2.1.25.3.3.1.2 -n -w :95 -c :250
}

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] Snmptrap with Nagios

2007-04-17 Thread Michael Schwartzkopff
Am Dienstag, 17. April 2007 08:54 schrieb [EMAIL PROTECTED]:
> Hello.
>
> I have to monitor a "thing" that works with snmptraps, but I don`t know
> what I have to do.
> I have read something about check_dummyHow is it works?
> And then what i have to do, Create a service with passice_ check activate,
> and using the check_dummy command?
> Thanks,

see:

http://nagios.sourceforge.net/docs/3_0/int-snmptrap.html

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] how to monitor my SAN

2007-04-11 Thread Michael Schwartzkopff
Am Mittwoch, 11. April 2007 08:44 schrieb [EMAIL PROTECTED]:
> Hi
>
> I´ve to monitor the used space of disks of mi SAN(eva6000(HP)) that is
> connected to a server "X".
> The SAN doesn´t have IP.
>
> Mi local machine "where is nagios runnig" "Y" can comunicate whith the
> server of SAN "X".
> I can use snmp, but only i can reach "X" server from my "Y" machine, and
> not the SAN.
>
> But i don´t know how can i get the used space of my SAN. ´
>
> Could you help me? any information would be really helpful for me.
>
> PD.Sorry because my english is not so good.
>
>
>
>
> Thank you.

Does the SAN have a SNMP agent? I am sure it does. Please look into the 
documentation of the SAN and install the nescessary software.

Please contect me direct if you have more questions about SNMP.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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] Need Plug-ins to Monitor Sun-Solaris servers

2006-11-29 Thread Michael Schwartzkopff
Am Mittwoch, 29. November 2006 15:00 schrieb Saravana Kumar:
> Hi all,
>
>   I am using Nagios-1.2  On linux  Fedora Core-2 to monitor Linux
> servers as well as Sunsolaris servers. I don't have much knowledge on Sun
> OS.
>
>   When i say uname -a in sun machine this is the out put i got
>
> SunOS localhost 5.9 Generic_117171-07 sun4u sparc SUNW,Serverblade1
>
>   My requirement is. Can we have plug-ins to monitor SUN OS services
> like disk space, total process, load etc.. if it is there kindly let me
> know. So that I can enable those services and it will be very helpful to
> me.
>
> Kindly help me...
>
> Thanks

SNMP is the answer. Simple (!) Network Management Protocol.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpIhqhZTtXXG.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
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] Snmp - How do you use yours?

2006-11-28 Thread Michael Schwartzkopff
Am Dienstag, 28. November 2006 10:46 schrieb Hari Sekhon:
> So, now I have an idea and have snmpwalked my agent, I'm left with a big
> long list of OIDs that I'm not sure are very useful. Ok, all the
> tutorials show uptime, which is the agent uptime rather than the system
> uptime but in a few months when the servers are rebooted hopefully this
> will be the same. So what else can I do with it?
>
> Can I extend it to export an OID for some test that runs locally on the
> system?

find out what info you really need from your system. I.e. from a database your 
would like to know the number of accesses, from a firewall the number of 
ACCEPTed/DROPed/REJECTed packets or from a web server the number of accesses.

From any system you would like to know processor load and free disk %. Get 
these OIDs and monitor it with nagois.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgppGlSKywfcf.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
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] SNMP?

2006-08-14 Thread Michael Schwartzkopff
Am Montag, 14. August 2006 10:34 schrieb Thomas Sluyter:
> Darn... I sent my e-mail to Friedrich personally, instead of to the
> list...
>
> Well, here goes again. A bit late I realize...
>
(...)
> > This is actually quite awesome indeed! We've completely thrown NRPE
> > out of the window and use SNMP exclusively now. It's a bit of a
> > bitch sometimes, but when it works, it works nicely!
> >
> > Cheers!
> > Thomas

Hi,

I wrote an article that was published in the German Linuxmagazin about that 
topic. SNMP is great and you get all information you need. I really can 
imagine very few szenarios where NRPE actually is needed.

Greetings,

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpPCxCoqjK2Z.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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] Active Directory Monitoring

2006-02-01 Thread Michael Schwartzkopff
Am Mittwoch, 1. Februar 2006 16:12 schrieb Jan Brinkmann:
> Hi,
>
> I'm currently searching for a way to monitor an active directory using
> nagios.
(...)

Get the MIBs for SNMP from M$, read it, find out about the parameters that are 
interesting (performance!), and question the target machine every 5 min.

Of course you have to enable SNMP on the target machine before!

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpcqtr95rHwG.pgp
Description: PGP signature


Re: [Nagios-users] check_snmp

2006-01-23 Thread Michael Schwartzkopff
Am Montag, 23. Januar 2006 15:25 schrieb Toto Capuccino:
> Hi all,
>
> I run a check_snmp on an OID that displays the status of a printer.
> snmpwalk gives :
> iso.3.6.1.2.1.43.16.5.1.2.1.1 = STRING: "Ready - Select Features to scan
> your job."
>  when i run a check_snmp -H 10.2.20.20 -C public -o
> iso.3.6.1.2.1.43.16.5.1.2.1.1  -s "Ready - Select Features to scan your
> job."
> i get always a warning.
>
> What i'd like is to have a warning when something's different from string
> "Ready - Select Features to scan your job."
>
> Thanks.

hi,

try ... --string\"Ready\ -\ Select\ Features\ to \ scan\ your\ job.\"
or escape "\ " and \" otherwise.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpq0zDeFEXau.pgp
Description: PGP signature


Re: [Nagios-users] SNMP Nagios Plugin

2006-01-23 Thread Michael Schwartzkopff
Am Montag, 23. Januar 2006 07:30 schrieb timeless:
> The purpose of this was that since our cluster already has SNMP set up,
> we didn't also want to run NRPE, nor set up passwordless SSH from the
> Nagios machine. I couldn't find an SNMP query tool that took standard
> Unix commands and tried to give sensible output based on that, so I
> wrote my own.
>
> First a generic command to SNMP translator Perl script. You ask it
> something like "df" or "ps" or "loadavg" and it tells you the
> information from SNMP from the host you're interested in.
>
> http://faemalia.org/wiki/view/Technical/SNMPtoUnixCommandMapping
>
> The next is a Nagios plugin that depends on the first. Largely it's the
> exact same syntax in usage, but with a "--threshold" argument to decide
> what is WARNING vs. CRITICAL. Right now the only supported threshold is
> Disk Usage by Partition, but I think if you look at the source, you'll
> find it's pretty easy to add in things like total processes and such.
>
> Homework: Improve the Nagios script to do other alert thresholds. Extra
> credit: combine both scripts into one. Maybe only invoke the Nagios
> functionality if --threshold is passed, otherwise act only as an SNMP
> query/formatting tool. I may do this myself in the coming months.
>
> --
> timeless

Hi,

what about "exec" configuration option in net-snmp? I think it is exactly what 
you have been looking for ...

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpL2XU4SrGdN.pgp
Description: PGP signature


Re: [Nagios-users] SNMP Nagios Plugin

2006-01-17 Thread Michael Schwartzkopff
Am Mittwoch, 18. Januar 2006 07:03 schrieb timeless:
> I couldn't find such a thing with preliminary search, so I wrote my own.
>
> First is a generic POSIX command to SNMP translator Perl script. You ask
> it something like "df" or "ps" or "loadavg" and it tells you the
> information from SNMP on the host you're interested in.

Hi,

Did you take a look the net-snmp agent?
df - implemented in the agent
ps - implemented in nearly every agent
loadavg - implemented in the snmp

Arbitrary command: proc or exec statement of the config file.

net-snmp is also extendable via perl scripts, so you also can execute 
arbitrary commands directly through the agent.

See: man snmpd.conf

Greetings.
-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpO0vUS4B4RH.pgp
Description: PGP signature


Re: [Nagios-users] Monitoring MS Exchange Mailq

2006-01-17 Thread Michael Schwartzkopff
Am Dienstag, 17. Januar 2006 13:07 schrieb Esben Bach:
(...)
> >Greetings,
>
> How does one go about finding the MIB and OID needed, in this case for
> the exchange...
> Is the simplest solution just to do an snmpwalk and starting browsing
> through all the info?

Well, this os one possible way. The other way is to read the MIBs of M$. Get 
it from the installation disk or from mibdepot.com.

But personally I prefer snmpwalk. You can read the MIB afterwards anyway ;-)

Be sure to have installed the MIBs, so snmpwalk translates the OIDs correctly.

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpb2iWDnHEti.pgp
Description: PGP signature


Re: [Nagios-users] Monitoring MS Exchange Mailq

2006-01-17 Thread Michael Schwartzkopff
Am Dienstag, 17. Januar 2006 09:15 schrieb Sand Philipp:
> Hello List,
>
> I'm looking for a Plugin (or the WMI query) to monitor the Mailq of an MS
> Exchange Server. How do you monitor your MS Exchange Server? I read about
> the check_mailq Plugin, but I think this one is only for some linux
> mailservers like postfix or sendmail...
>
> Thanks,
> Philipp

Hi,

do it with SNMP! Get the MIB of Exchange, find the OID you need and watch it 
with nagios using check_snmp. It really works great!

Greetings,
-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpWtJeLeTDi0.pgp
Description: PGP signature


Re: [Nagios-users] how to monitor remote host for swap space, mailqueue ,disk space etc

2005-11-14 Thread Michael Schwartzkopff
What about SNMP?

Am Montag, 14. November 2005 09:22 schrieb ankush grover:
> hey friends,
>
> I am using Nagios 2.0b on Fedora Core 3.I am having problems in monitoring
> remote hosts.
>
> I want to monitor swap space,disk space , mailqueue , no.of users logged in
> on the remote host through Nagios.
>
> I have create a user "nagios" on all the remote machines and have given
> rights through sudo.
>
> nagios cluster1=ALL NOPASSWD=ALL
>
> user nagios has the shell as "/sbin/nologin".
>
> Well may be nagios is not able to work with sudo.Is there any way through
> which I can monitor these services ?
>
> Thanks & Regards
>
> Ankush Grover

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Bretonischer Ring 7
85630 Grasbrunn

Tel: (+49 89) 456 911 - 0
Fax: (+49 89) 456 911 - 21
mob: (+49 174) 343 28 75

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42


pgpL0WELwliq7.pgp
Description: PGP signature