mod-apache-snmp-users Mailing List for SNMP Apache Module
Monitor Apache using SNMP
Brought to you by:
eplx
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(2) |
Jul
(5) |
Aug
(1) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(1) |
2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(27) |
Aug
(7) |
Sep
(4) |
Oct
|
Nov
|
Dec
(11) |
2010 |
Jan
(5) |
Feb
(4) |
Mar
(6) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Esteban P. <est...@gm...> - 2016-05-29 02:40:07
|
Dear All, mod-apache-snmp has been updated and tested on httpd 2.4.x thank you Regards -- ---------------------------------------------------------------------- Esteban Pizzini (http://mod-apache-snmp.sourceforge.net) |
From: Adam N. S. <asc...@co...> - 2013-10-15 15:00:08
|
HI, I am currently working on a project to work out the real time energy consumption and carbon usage of querying a single web page. For this I have a LAMP stack on a Centos server for my R&D. I need to retrieve real world values to be able to perform this research from Apache and then be able to send them out via SNMP (or pump them straight into a Ganglia stream). I will the handle and manipulate the data once this is done on a separate box. My research says that mod-apache-snmp is the best way to get SNMP metrics out of Apache, so this looked like a good option for me... However mod-apache-snmp does not want to install... I am using httpd-2.4.6 and mod-apache-snmp 1.04 and have tried it with net-snmp-5.1.42 and 5.7.2 and keep getting the same error messages which are as follows:- [root@localhost mod_ap2_snmp_1.04]# ./install.sh /usr/local/apr/build-1/libtool --silent --mode=compile gcc -std=gnu99 -prefer-pic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -I/usr/local/apache2/include -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -I/usr/src/net-snmp-5.1.4.2/include/ -c -o mod_ap2_snmp.lo mod_ap2_snmp.c && touch mod_ap2_snmp.slo In file included from mod_ap2_snmp.c:33: /usr/src/net-snmp-5.1.4.2/include/net-snmp/net-snmp-config.h:925:1: warning: "PACKAGE_BUGREPORT" redefined In file included from /usr/local/apache2/include/ap_config.h:138, from mod_ap2_snmp.c:17: /usr/local/apache2/include/ap_config_auto.h:210:1: warning: this is the location of the previous definition In file included from mod_ap2_snmp.c:33: /usr/src/net-snmp-5.1.4.2/include/net-snmp/net-snmp-config.h:928:1: warning: "PACKAGE_NAME" redefined In file included from /usr/local/apache2/include/ap_config.h:138, from mod_ap2_snmp.c:17: /usr/local/apache2/include/ap_config_auto.h:213:1: warning: this is the location of the previous definition In file included from mod_ap2_snmp.c:33: /usr/src/net-snmp-5.1.4.2/include/net-snmp/net-snmp-config.h:931:1: warning: "PACKAGE_STRING" redefined In file included from /usr/local/apache2/include/ap_config.h:138, from mod_ap2_snmp.c:17: /usr/local/apache2/include/ap_config_auto.h:216:1: warning: this is the location of the previous definition In file included from mod_ap2_snmp.c:33: /usr/src/net-snmp-5.1.4.2/include/net-snmp/net-snmp-config.h:934:1: warning: "PACKAGE_TARNAME" redefined In file included from /usr/local/apache2/include/ap_config.h:138, from mod_ap2_snmp.c:17: /usr/local/apache2/include/ap_config_auto.h:219:1: warning: this is the location of the previous definition In file included from mod_ap2_snmp.c:33: /usr/src/net-snmp-5.1.4.2/include/net-snmp/net-snmp-config.h:937:1: warning: "PACKAGE_VERSION" redefined In file included from /usr/local/apache2/include/ap_config.h:138, from mod_ap2_snmp.c:17: /usr/local/apache2/include/ap_config_auto.h:225:1: warning: this is the location of the previous definition mod_ap2_snmp.c: In function 'ap2_snmp_pre_mpm': mod_ap2_snmp.c:332: error: 'ap_listen_rec' undeclared (first use in this function) mod_ap2_snmp.c:332: error: (Each undeclared identifier is reported only once mod_ap2_snmp.c:332: error: for each function it appears in.) mod_ap2_snmp.c:332: error: 'lr' undeclared (first use in this function) mod_ap2_snmp.c:351: warning: implicit declaration of function 'unlink' mod_ap2_snmp.c:359: warning: implicit declaration of function 'ap_get_server_version' mod_ap2_snmp.c:359: warning: passing argument 3 of 'snmp_set' makes pointer from integer without a cast mod_ap2_snmp.c:75: note: expected 'char *' but argument is of type 'int' mod_ap2_snmp.c:360: warning: passing argument 3 of 'snmp_set' discards qualifiers from pointer target type mod_ap2_snmp.c:75: note: expected 'char *' but argument is of type 'const char *' mod_ap2_snmp.c:361: warning: passing argument 3 of 'snmp_set' discards qualifiers from pointer target type mod_ap2_snmp.c:75: note: expected 'char *' but argument is of type 'const char *' mod_ap2_snmp.c:369: error: 'ap_listeners' undeclared (first use in this function) mod_ap2_snmp.c: In function 'ap2_snmp_handler': mod_ap2_snmp.c:516: warning: implicit declaration of function 'ap_rputs' mod_ap2_snmp.c:540: warning: passing argument 1 of 'ap_get_scoreboard_worker' makes pointer from integer without a cast /usr/local/apache2/include/scoreboard.h:185: note: expected 'struct ap_sb_handle_t *' but argument is of type 'int' mod_ap2_snmp.c:540: error: too many arguments to function 'ap_get_scoreboard_worker' mod_ap2_snmp.c:547: error: 'ap_my_generation' undeclared (first use in this function) mod_ap2_snmp.c: In function 'register_hooks': mod_ap2_snmp.c:643: warning: implicit declaration of function 'ap_hook_log_transaction' apxs:Error: Command failed with rc=65536 Any idea why this is? Thanks -- Kind regards, Adam Nicholas Schemanoff Technical Consultant |
From: luiscc1989 <lui...@gm...> - 2012-08-18 21:45:44
|
Hello again, I go on with the install of mod-apache2-snmp. I solved the last problems and now Apache starts correctly with snmpd daemon. It was because there were some bugs in the httpd.conf file, in this moment this is my file httpd.conf: *<IfDefine SNMP>* *#ExtendedStatus On* *LoadModule ap2_snmp_module modules/mod_ap2_snmp.so* * * *<Location /ap2_snmp>* * * *SetHandler ap2_snmp* *Order Deny,Allow* *Deny from all* *Allow from 192.168.1.0/24* * * *</Location>* * * *snmp_community public* *snmp_agent_address 192.168.1.10* *snmp_tmp_dir /tmp/* *snmp_version 1* *snmp_http_address 192.168.1.10 161* * * *</IfDefine>* *I still don't know if the snmp_http_address directive is correct. Can you help me with this issue?* *I advise you to update the web site, because it not show IfDefine directives in the example for httpd.conf, furthermore the comments (#) next to the code are wrong and causes problems with Apache.* *My problem now is with the modification of APACHE2-MIB, when Apache2 starts show this error in log:* *[error] AP2_SNMP: Can't set MIB value.* *[error] APACHE2-MIB::serverStatus.0* *[...]* And the same with all items of MIB I guess that it's a privileges problem, but I don't know why Should I change the owner of a file or process? Thanks, bye. |
From: luiscc1989 <lui...@gm...> - 2012-08-18 21:41:27
|
Hello again, I go on with the install of mod-apache2-snmp. I solved the last problems and now Apache starts correctly with snmpd daemon. It was because there were some bugs in the httpd.conf file, in this moment this is my file httpd.conf: *<IfDefine SNMP>* *#ExtendedStatus On* *LoadModule ap2_snmp_module modules/mod_ap2_snmp.so* * * *<Location /ap2_snmp>* * * *SetHandler ap2_snmp* *Order Deny,Allow* *Deny from all* *Allow from 192.168.1.0/24* * * *</Location>* * * *snmp_community public* *snmp_agent_address 192.168.1.10* *snmp_tmp_dir /tmp/* *snmp_version 1* *snmp_http_address 192.168.1.10 161* * * *</IfDefine>* *I still don't know if the snmp_http_address directive is correct. Can you help me with this issue?* *I advise you to update the web site, because it not show IfDefine directives in the example for httpd.conf, furthermore the comments (#) next to the code are wrong and causes problems with Apache.* *My problem now is with the modification of APACHE2-MIB, when Apache2 starts show this error in log:* *[error] AP2_SNMP: Can't set MIB value.* *[error] APACHE2-MIB::serverStatus.0* *[...]* And the same with all items of MIB I guess that it's a privileges problem, but I don't know why Should I change the owner of a file or process? Thanks, bye. > |
From: luiscc1989 <lui...@gm...> - 2012-08-18 17:49:31
|
Hi everyone, firstly I'd like to apologize for my English I'm writing this mail to request help with the install of mod-apache-snmp v1.04 on Debian 6 Squeeze and Apache web server 2.2.16 and Net-snmp version 5.7.1 I'm following the tips and instructions of the web site and I just find a mistake that shows me Apache when I tried to start it after the configuration of httpd.conf (I think that I don't have any problem at the previous steps) *Syntax error on line 6 of /etc/apache2/httpd.conf:* *SetHandler takes one argument, a handler name that overrides any other configured handler* *Action 'configtest' failed.* *The Apache error log may have more information.* * failed!* I saw /var/log/apache2/error.log *Sat Aug 18 14:19:53 2012] [notice] caught SIGTERM, shutting down* *Created directory: /var/net-snmp* *Created directory: /var/net-snmp/mib_indexes* *MIB search path: $HOME/.snmp/mibs:/usr/local/share/snmp/mibs* *Cannot find module (APACHE2-MIB): At line 1 in (none)* *APACHE2-MIB::serverName.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverName.0* *MIB search path: $HOME/.snmp/mibs:/usr/local/share/snmp/mibs* *Cannot find module (APACHE2-MIB): At line 0 in (none)* *APACHE2-MIB::serverName.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverName.0* *APACHE2-MIB::serverTmpDir.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverTmpDir.0* *APACHE2-MIB::agentHttpAddress.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::agentHttpAddress.0* *APACHE2-MIB::serverStatus.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverStatus.0* *APACHE2-MIB::serverVersion.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverVersion.0* *APACHE2-MIB::serverBuilt.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverBuilt.0* *APACHE2-MIB::serverRoot.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverRoot.0* *APACHE2-MIB::serverPidfile.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverPidfile.0* *APACHE2-MIB::serverRestart.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverRestart.0* *APACHE2-MIB::totalServerPorts.0: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::totalServerPorts.0* *APACHE2-MIB::serverPortNumber.1: Unknown Object Identifier* *[Sat Aug 18 14:19:55 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 14:19:55 2012] [error] APACHE2-MIB::serverPortNumber.1* *[Sat Aug 18 14:19:55 2012] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze8 with Suhosin-Patch configured -- resuming normal operations* *[Sat Aug 18 15:12:54 2012] [notice] caught SIGTERM, shutting down* *APACHE2-MIB::serverStatus.0: Unknown Object Identifier* *[Sat Aug 18 15:12:54 2012] [error] AP2_SNMP: Can't set MIB value.* *[Sat Aug 18 15:12:54 2012] [error] APACHE2-MIB::serverStatus.0* *[Sat Aug 18 15:12:55 2012] [warn] module ap2_snmp_module is already loaded, skipping* *[Sat Aug 18 15:12:55 2012] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze8 with Suhosin-Patch configured -- resuming normal operations* *[Sat Aug 18 15:18:36 2012] [notice] caught SIGTERM, shutting down* *[Sat Aug 18 15:18:37 2012] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze8 with Suhosin-Patch configured -- resuming normal operations* It looks like that can't found APACHE2-MIB in: MIB search path: $HOME/.snmp/mibs:/usr/local/share/snmp/mibs So, Had I a bug in the installation? Can I copy the MIB to this directory now? What would be the best solution? And also on the last line with agentHTTPaddress directive *[Sat Aug 18 19:01:06 2012] [error] 192.168.1.10:161* * ... waiting [Sat Aug 18 19:01:07 2012] [error] AP2_SNMP: agentHttpAddress set to:* *[Sat Aug 18 19:01:07 2012] [error] 192.168.1.10:161* I'm not sure about the port of agent and if it's necessary edit other configuration file snmpd is running in port 161 netstat -lnp | grep snmp udp 0 0 192.168.1.10:161 0.0.0.0:* 10170/snmpd udp 0 0 0.0.0.0:162 0.0.0.0:* 10172/snmptrapd I add the file of httpd.conf with this mail Net-SNMP don't collect information, it doesn't show any response # snmptranslate -m APACHE2-MIB -IR -On idleWorkers .1.3.6.1.4.1.19786.1.1.2.4 # snmpwalk -v 1 -c public 192.168.1.10 .1.3.6.1.4.1.19786.1.1.2.4 # I thank you in advance for any reply to help me! I hope your advice bye |
From: Pierpaolo P. <pe...@li...> - 2012-08-02 16:56:47
|
I apologize in advance for bad english. I am writing to request help for monitoring Apache (version 2.0.64) with Net-Snmp (version 5.7.1) and mod-apache-snmp (version 1.04). I followed this tutorial: http://mod-apache-snmp.sourceforge.net/english/docs.htm; The only difference from this is that the value of my snmp_version directive is 2c and therefore I have not snmpv3_user directive. However, after this steps, I can use the apache web server correctly, I tried it and I have not problem, and I can use Net-SNMP for monitoring, I tried it with java virtual machine and is done. The problem is that when I want monitoring apache web server and I execute a snmpwalk request as follow: snmpwalk -v2c -c public localhost APACHE2-MIB::apache2-mib I obtain this response: APACHE2-MIB::apache2-mib = No Such Object available on this agent at this OID I don't know why! I thought that in snmpd.conf file must be added the row of this type: proxy -v2c -c public localhost:PORT_NUMBER_OF_MODULE OID_APACHE2-MIB Similary to java virtual machine monitoring. But I don't know th PORT_NUMBER_OF_MODULE and I don't is sure that this is the way for work out, so I ask help for fix this problem. P.P. |
From: Olivier A. <Oli...@ex...> - 2010-03-29 10:10:53
|
Hello, I try to get the module "mod_ap2_snmp_1.04" working with the hereafter configuration : xxxxxxxx:/usr/local/apache2.2/bin# httpd -v ; snmpd -v Server version: Apache/2.2.3 Server built: Jan 15 2008 20:33:41 NET-SNMP version: 5.4.2.1 Web: http://www.net-snmp.org/ Email: net...@li... xxxxxxx:/usr/local/apache2.2/modules# rpm -qi basesystem ; rpm -qi gcc-c+ +-4.1.2-42.el5 Name : basesystem Relocations: (not relocatable) Version : 8.0 Vendor: CentOS Release : 5.1.1.el5.centos Build Date: Wed 28 Mar 2007 05:58:19 AM CEST Install Date: Wed 10 Dec 2008 06:25:14 PM CET Build Host: builder6 Group : System Environment/Base Source RPM: basesystem-8.0-5.1.1.el5.centos.src.rpm Name : gcc-c++ Relocations: (not relocatable) Version : 4.1.2 Vendor: CentOS Release : 42.el5 Build Date: Tue 27 May 2008 12:22:07 AM CEST Install Date: Wed 10 Dec 2008 06:27:09 PM CET Build Host: builder10.centos.org Group : Development/Languages Source RPM: gcc-4.1.2-42.el5.src.rpm After compilation and configuration I got these values in APACHE2-MIB (with snmpget to parse the MIB) : APACHE2-MIB::serverName.0 = STRING: APACHE2-MIB::serverVersion.0 = STRING: APACHE2-MIB::serverBuilt.0 = STRING: APACHE2-MIB::serverRestart.0 = STRING: APACHE2-MIB::serverRoot.0 = STRING: APACHE2-MIB::serverPidfile.0 = STRING: APACHE2-MIB::serverTmpDir.0 = STRING: APACHE2-MIB::agentHttpAddress.0 = STRING: APACHE2-MIB::totalServerPorts.0 = INTEGER: 0 APACHE2-MIB::totalTraffic.0 = INTEGER: 0 APACHE2-MIB::totalAccess.0 = Counter32: 0 APACHE2-MIB::busyWorkers.0 = Gauge32: 0 APACHE2-MIB::idleWorkers.0 = Gauge32: 0 APACHE2-MIB::serverStatus.0 = INTEGER: up(1) APACHE2-MIB::serverUptime.0 = STRING: 14697 days 9 hours 22 mins 14 sec APACHE2-MIB::agentHttpAccess.0 = Counter32: 51587 APACHE2-MIB::serverRequestsPerSec.0 = STRING: APACHE2-MIB::serverKBytesPerSec.0 = STRING: APACHE2-MIB::serverKBytesPerRequest.0 = STRING: APACHE2-MIB::httpError400.0 = Counter32: 0 APACHE2-MIB::httpError403.0 = Counter32: 0 APACHE2-MIB::httpError404.0 = Counter32: 0 APACHE2-MIB::httpError405.0 = Counter32: 0 APACHE2-MIB::httpError500.0 = Counter32: 0 APACHE2-MIB::httpError501.0 = Counter32: 0 APACHE2-MIB::httpError505.0 = Counter32: 0 So, only very few infos. Most of MIB tree doesn't seem to be feed at all. I know that my apache version doesn't meet the requisites (to high). I guess that i'm not alone to struggle with ??! Thanks in advance for help of any kind. Oliver. ___________________________________ The integrity of this message cannot be guaranteed on the internet .Therefore EXANE cannot be considered responsible for the contents. If you are not the intended recipient of this message ,please delete it and notify the sender. This message is provided for information purposes only and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments Although it may contain some elements from publications produced by Exane's research department ,this message is not research. Please consult our web site for important disclaimers and disclosures concerning Exane's research (http://www.exane.com) ___________________________________ |
From: Kempa H. <scr...@cs...> - 2010-03-27 11:03:45
|
Ome straw. When day light came they got up, and went on till they came to a town. They had not gone down the first street, when they saw their own milk-man. They ran to him at once: "Take us home," said they, "do take us home." The milk-man did take them home. When Mrs. Lloyd saw them--when she knew that they were safe, she could not speak a word, but her look told a great deal--they _felt_ that look, and they all said, "We have done wrong, but we will try not to do wrong more." THE SUN. The sun is a large world of much more size and weight than the earth and all the stars that move round it. It is by its great weight that it draws them all to it, and if they did not move fast and far in a course that takes them from the sun, all those stars that move round it with our world would be drawn to it in a short time. No one knows of what the sun is made, nor how it is that it gives so much heat and light; but most wise men think that it is a world like our own, where men can live, and not be burnt more than we are bu |
From: Sinarath C. <coa...@li...> - 2010-03-26 18:23:32
|
N of one who becomes first apprehensive of having lost something of great importance;--then, as if convinced of the reality of her fears, she turned to the Earl, and demanded, "And how came ye by it then?--how came ye by it? I thought I had kept it sae securely--what will the Countess say?" "You know," said the Earl, "at least you must have heard, that my mother is dead." "Dead! are ye no imposing upon me? has she left a' at last, lands and lordship and lineages?" "All, all," said the Earl, "as mortals must leave all human vanities." "I mind now," answered Elspeth--"I heard of it before but there has been sic distress in our house since, and my memory is sae muckle impaired-- But ye are sure your mother, the Lady Countess, is gane hame?" The Earl again assured her that her former mistress was no more. "Then," said Elspeth, "it shall burden my mind nae langer!--When she lived, wha dared to speak what it would hae displeased her to hae had noised abroad? But she's gane--and I will confess all." Then turning to her son and daughter-in-law, she commanded them imperatively to quit the house, and leave Lord Geraldin (for so she still called him) alone with her. But Maggie Mucklebackit, her first burst o |
From: Halma <cap...@vi...> - 2009-12-31 18:33:39
|
Ry member of a whaleship's crew, from the captain down to the cabin-boy, is paid, not fixed wages, but a "lay," or share of the profits of the voyage. Formerly, these "lays" were so graduated, that the chief advantage of the expedition was to the owners; but, of late years, matters have altered, so that now it is not uncommon for the captain to receive a twelfth, tenth, or even eighth of the entire profit, and the other officers in proportion. The attention of our travellers was now directed to numerous squares and plateaus of great black objects buried in seaweed; these, they were informed, were casks of oil, stored in t |
From: Emmanuel B. <Emm...@te...> - 2009-09-22 14:18:22
|
Hi all, I installed and configured the mod-apache-snmp on my FreeBSD 6.3 server running Apache/2.2.11. However, when I monitored the status of my apache server I always get status down # snmpget -v2c -c public localhost APACHE2-MIB::serverStatus.0 APACHE2-MIB::serverStatus.0 = INTEGER: down(0) Can you tell me where is the error. Thanks |
From: Pilkenton <oa...@co...> - 2009-08-30 03:10:40
|
To adore his idol over the rim of the glass from which he sipped his rum. And this contradiction in expression interested Mrs. Brundage so much that she went quietly about her work, hoping by hard listening to steal some meani |
From: Vongphakdy <au...@lo...> - 2009-08-24 21:28:56
|
Es, and he says to her, weeping, "Ah, my wife, our dear child is dead, since they do not wish me to see him." And the narrator adds with admiration; "I always seem to see a good farmer and his excellent wife a prey to the deepest despair at the loss of their beloved child." Tears are no longer concealed, as it is a point of honor to be a human being. One becomes human and familiar with one's inferiors. A prince, on a review, says to the soldiers on presenting the princess to them, "My boys, here is my wife." There is a disposition to make people happy and to take great delight in their gratitude. To be kind, to be loved is the object of the head of a government, of a man in place. This goes so far that God is prefigured according to this model. The "harmonies of nature" are construed into the delicate attentions of Providence; on instituting filial affection the Creator "deigned to choose for our best virtue our sweetest pleasure."[2318]--The idyll which is imagined to take place in heaven corresponds with the idyll practiced on earth. From the public up to the princes, and from the princes down to the public, in prose, in verse, in compliments at festivities, in official replies, in the style of royal edicts down to the songs of the market-women, there is a constant interchange of graces and of sympathies. Applause bursts out in the theater at any verse containing an allusion to princes, and, a moment after, at the speech which exalts the merits of the people, the princes return the compliment by applauding in their turn.[2319]--On all sides, just as this society is vanishing, a mutual deference, a spirit of kindliness arises, like a soft and balmy autumnal breeze, to dissipate whatever harshness remains of its aridity and to mingle with the radiance of its last hours the perfume of dying roses. We now encou |
From: Masiejczyk <ste...@li...> - 2009-08-21 18:52:48
|
Ure of knowing before; and from him I learned many interesting anecdotes of individuals whom he pointed out as having been once well known about town, but whose attachment to gambling had effected their ruin. Personal stories of this kind are, however, not within the scope of this work. As soon as we entered, Mr. Slick called my attention to the carriages which were exhibited for sale, to their elegant shape and "beautiful fixins," as he termed it; but ridiculed, in no measured terms, their enormous weight. "It is no wonder," said he, "they have to get fresh hosses here every ten miles, and travellin' costs so much, when the carriage alone is enough to kill beasts. What would Old Bull say, if I was to tell him of one pair of hosses carryin' three or four people, forty or fifty miles a-day, day in and day out, hand runnin' for a fortnight? Why, he'd either be too civil to tell me it was a lie, or bein' afeerd I'd jump down his throat if he did, he'd sing dumb, and let me see by his looks, he thought so, though. "I intend to take the consait out of these chaps, and that's a fact. If I don't put the leak into 'em afore I've done with them, my name ain't Sam Slick, that's a fact. I'm studyin' the ins and the outs of this place, |
From: ambo <pup...@al...> - 2009-07-23 21:20:03
|
The 22 Laziest Ways to Get Her Arodused.www.pill77(.net) |
From: Snedegar Grothoff<sce...@hl...> - 2009-07-21 21:35:04
|
What You Can Learn by Taknig a Gender Idenntity Test.www.nu26 .com |
From: Oberst <orc...@go...> - 2009-07-17 19:37:20
|
3 Deadly Misttakes You eNver Want to Make in Bed - You Must Know This Before It's Too Late For You.www[dot]med85[dot]net |
From: sepulchers <ky...@lo...> - 2009-07-17 08:55:09
|
Sex In Swinging - Choosing Your Comfoert Levvel As A Swinger.www[dot]via99[dot]org |
From: Shidler <po...@ta...> - 2009-07-14 20:06:53
|
5 Funny sex Inljjuries.www+za16+com |
From: Rock, J. T <Joh...@fn...> - 2009-07-13 21:21:51
|
_____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. _____________ |
From: intelligence<pu...@ho...> - 2009-07-13 19:14:34
|
Drive Hnim Wild - Learn How To Tpalk Dirty.www_ze44_com |
From: Garth S. <sna...@as...> - 2009-07-08 20:44:35
|
Crross Dresser - Thoughts bAout Cross Dressers www. ba43. com. DNNA Tests Ordered fdor Urine Toolbox Prank |
From: Ricardo K. <ric...@gl...> - 2009-05-27 17:34:01
|
Hi, I have mod_ap2_snmp configured and installed. I can query apache at /ap2_snmp and I get an OK response. I have the tmp directory pointing to /tmp, which is world-writable. I can do a snmpwalk and it returns all the mib objects. This all tells me that the snmp stuff should be working. However, all the values I get as result are either 0 or empty (and the serverStatus oid always returns 'down'). >From my logs I can see the following: 1. When starting apache, I get [Wed May 27 15:05:49 2009] [error] AP2_SNMP: agentHttpAddress set to: [Wed May 27 15:05:49 2009] [error] 127.0.0.1:80 2. When querying using snmpget, I get ==> /var/log/httpd/ssl_access_log <== 127.0.0.1 - - [27/May/2009:15:06:07 +0000] "GET /" 400 558 ==> /var/log/httpd/ssl_request_log <== [27/May/2009:15:06:07 +0000] 127.0.0.1 - - "GET /" 558 3. When shutting down the snmp agent (which I have as foreground process and standalone), I get AP2-SNMP: HTTP Response Error. several times. After that, I found out the reason was mod_ap2_snmp was trying to connect to apache on port 443 even though I specified port 80 in the configuration. I changed the totalAccess.c file to make port 80 the default port, and after some recompilation of stuff it started working. However, I only get data for - serverState - agentHttpAccess All the rest of the attributes are returned either as 0 or empty, except for the serverUptime which returns nonsense (>14000 days). What can I do to find out what's going on? As I see the last release was on 2006, my question is.. is this module actually supposed to work with apache 2.2, or has it been discontinued? Thanks for the help. -- Ricardo Kirkner |
From: amit g. <ami...@ya...> - 2009-02-25 07:39:03
|
Hi, I have downloaded the mod_ap2_snmp sources from sourceforge.net and the site seems to suggests that the license is "Apache Software License" (https://sourceforge.net/projects/mod-apache-snmp/#item3rd-1). However, COPYING file distributed with the sources seems to suggest that the license is GPL v2. So what should I assume the license to be? Regards Amit p.s: kindly cc me in the reply as I am not subscribed to this mailing list. |
From: amit g. <ami...@ya...> - 2009-02-25 07:28:41
|
Hi, I have downloaded the mod_ap2_snmp sources from sourceforge.net and the site seems to suggests that the license is "Apache Software License" (https://sourceforge.net/projects/mod-apache-snmp/#item3rd-1). However, COPYING file distributed with the sources seems to suggest that the license is GPL v2. So what should I assume the license to be? Regards Amit |