similar to: snmp on centos 3.x x86_64

Displaying 20 results from an estimated 9000 matches similar to: "snmp on centos 3.x x86_64"

2014 Feb 16
2
Add general UPS SNMP agent as a nut client
Hi One idea I've had for some time, but unfortunately not had time to implement, is to add a general SNMP agent, which will work with all UPSes supported by nut. The idea is to have the SNMP agent use the "nut API" to fetch values from the UPS. So the SNMP agent will be similar to the "upsc" utility. Whenever the SNMP agent is queried for information, it will use the
2004 Nov 10
1
Samba 3.0.8 compiles but fails to install
Greetings all! I am trying to install the latest version of Samba (stable) onto a Solaris 9 test machine. I am getting errors when I try to start the deamons, but everything looks like it compiles and installs fine... The errors are: # /etc/init.d/samba.server start ld.so.1: /usr/local/samba/sbin/smbd: fatal: libpopt.so.0: open failed: No such file or directory Killed ld.so.1:
2005 Oct 17
1
Tomcat 4 on Centos 4.1
I use OpenNMS and this is how I install it. So far it's worked every time (6 installs). Make sure you open up your IPTables as needed. Let me know how it goes. --Todd -------------- Installing DAG RPM Repository nano -w /etc/yum.repos.d/dag.repo [dag] name=Dag RPM Repository for RHEL baseURL=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 rpm --import
2003 May 05
1
Help on missing file libpopt.so.0
Hello every1: I just installed samba2.2.8a package (SMCsamba) on Solaris 2.6 sparc box. Upon starting up samba (/etc/init.d/samba.server start), I got a msg. "ld.so.1: /usr/local/samba/bin/smbd: fatal: libpopt.so.0: open failed: No such file or directory Killed ld.so.1: /usr/local/samba/bin/nmbd: fatal: libpopt.so.0: open failed: No such file or directory Killed Help is greatly
2014 Jul 09
2
How to monitor non-SNMP SIP devices ?
Hi, I'm seeing a trend in which SIP devices such as Yealink SIP phones (with v72 firmware), are dropping support of SNMP in favor of "HTTP eventing" if may call this as such : when configuring the SIP device, you can define a couple of HTTP URL which triggered when some event occur (end of boot, on hook, ...). How do deal with those devices ? Do you still try to monitor them with
2003 Jan 15
3
libpopt.so.0 Issue
Evening; Just installed Samba on my solaris 9 server at home and am having difficulties. When I try to check out the option file using testparm, it always brings back the message : ld.so.1: ./testparm: fatal: libpopt.so.0: open failed: I can't find the library libpopt.so.0 anywhere on the system. Apparently , I forgot to load something. Can anyone help me in finding where I can
2012 Aug 07
0
Asterisk and SNMP. No resource graphs in OpenNMS.
I apologize as I am quite new to working with SNMP. I have compiled the SNMP module for Asterisk, configured snmpd, and successfully added the nodes to OpenNMS for a couple of my systems running on Ubuntu Server 10.04 LTS. I am able to see the site information and the resource graphs such as DAHDI, SIP, etc. The problem I am having is that I follow the same exact process on Ubuntu Server 12.04
2010 Jun 18
5
Migrating away from Nagios
I have to rebuild a new Nagios box and thought this might be a good time to migrate away. I use snmp mostly for everything but with the fork Nagios endured I wonder about putting any more effort into the project. I probably should look at OpenNMS again, but the other options I think might work are Icinga (Should be trivial to migrate) or Zenoss or maybe even Zabbix? Anyone have experience in
2014 Feb 18
0
Add general UPS SNMP agent as a nut client
2014-02-16 8:31 GMT+01:00 <alf at i100.no>: > Hi > Hi Alf, > One idea I've had for some time, but unfortunately not had time to > implement, is to add a general SNMP agent, which will work with all UPSes > supported by nut. > The idea is to have the SNMP agent use the "nut API" to fetch values from > the UPS. > So the SNMP agent will be similar to
2003 Aug 05
2
Cannot start smbd and nmbd demons
I am running a Samba 2.x.x on a Solaris 9 and I get this when I start the demon at the command line. # /usr/local/samba/bin/smbd -D ld.so.1: /usr/local/samba/bin/smbd: fatal: libpopt.so.0: open failed: No such file or directory Killed Please help. Shreeraj Karulkar (650) 244 4375
2002 Dec 23
3
rsync 2.5.5 SCO Unixware patch
Hello list, This is a patch to rsync 2.5.5, and it serves two purposes. The small patches to batch.c, flist.c and log.c simply add "void" to some function definitions so that all declarations in proto.h have full parameter lists. unsigned char read_batch_flags() OLD unsigned char read_batch_flags(void) NEW The SCO UNIXWare compiler correctly objected to these functions not having a
2004 Apr 22
1
Samba 3.0.2a problems on Solaris 8
Tried to upgrade our Samba 2.2.8a domain controller (Solaris 8) to Samba 3.0.2a. Compiled using gcc 3.3.2, linked to libiconv-1.8, popt-1.7 and cups-1.1.20. I shut down the Samba 2.2.8a. Removed everything in var/locks. Did a "make install" to install 3.0.2a, then restarted Samba. My smb.conf is basically the same as 2.2.8a with "domain admin group" removed. When I stared
2014 Feb 18
1
Add general UPS SNMP agent as a nut client
hem, in the hurry of sending, I've forgotten a link... 2014-02-18 22:45 GMT+01:00 Arnaud Quette <aquette.dev at gmail.com>: > > > 2014-02-16 8:31 GMT+01:00 <alf at i100.no>: > (...) > > That made me realize that it's still not referenced on the NUT Related > Projects page. > (yup Charles, yet another unshared thing...) > This last point is now
2005 Apr 14
2
rpm problem with centos4
rpm-4.3.2 rpm-build-4.3.2-21 [root at tarkus i386]# rpm -ivh * error: Failed dependencies: compat-libstdc++-33-3.2.3-47.3 is needed by opennms-1.3.0-0.20050413.0_centos4.i386 [root at tarkus i386]# rpm -q compat-libstdc++-33-3.2.3-47.3 compat-libstdc++-33-3.2.3-47.3 Any idea on how to deal with this? This is with rpms build from opennms head. Regards, Ted
2014 Aug 21
1
Centos 7 lockup
A machine I set up to run OpenNMS stopped working last night - no hardware alarm lights, but keyboard/monitor/network unresponsive. After a reboot I see a large stack of messages like this in /var/log/messages: ---- Aug 20 14:02:34 opennms-h-03 python: SELinux is preventing /usr/sbin/monitor-get-edid-using-vbe from mmap _zero access on the memprotect . ***** Plugin mmap_zero (53.1 confidence)
2010 Jun 14
4
Cacti/snmp question
Hi, Trying to follow the recipe at http://wiki.centos.org/HowTos/Cacti_on_CentOS_4.x Which has a bit of an update for 5.x, but no joy. Anyone know what this from Cacti should suggest? Data Query Debug Information + Running data query [9]. + Found type = '6 '[script query]. + Found data query XML file at '/var/www/cacti/resource/script_server/host_cpu.xml' + XML file parsed
2007 Mar 06
1
Compiling smsq in 1.2
How to compile smsq in 1.2? It is compile in 1.4 by default. It is included in 1.2.13, but not compiled. Any rule or method to make it? Yuan Liu
2002 Oct 07
1
building problem with rsync up to 2.5.5
Heya All, Im having difficulties compiling rsync. when i run 'make' the build errors out on me. I run configure without any fancy options. The same goes for the make command. I have had this error, or a similar one since version 2.5.1 op to at least v2.5.5 I am using "-O3 -mcpu=i686 -march=i686" as additional compiler flags, however removing them does not make difference.
2005 Sep 22
13
Recommendation On Ping And Alert Tool
A bit off topic, but I keep looking for an answer to this question and coming up with nothing... so I thought I would go to the gurus. :-) Can anyone recommend a good package for pinging other devices and sending an email/alert when they go down? I'm aware of all kinds of more complex things with GUIs and a zillion other bells and whistles we aren't looking for, but we just want a simple
2009 Dec 22
8
NMS Opinions
A recent post that mentioned Zabbix inspired me to have a look at them again while I was waiting on something as it?s been a while since I looked at them. Currently, I was using Nagios but had to start using Munin to add some functionality I needed and don?t want to continue down this road of supporting umpteen different packages. Between Zabbix, Pandora and HyperIQ, what would anyone familiar