aware-list Mailing List for Aware
Status: Beta
Brought to you by:
rleighton
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(14) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(28) |
Nov
(6) |
Dec
(3) |
2004 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Peter W. <pet...@gm...> - 2007-01-25 13:43:38
|
I'm running on Ubuntu, from the deb package provided on the site (25/01) aware-0.11.1-4.i686. Upon installing aware (using dpkg -i aware...deb), it appeared to have put quite a few things in the wrong place. It put examples in /. I had to move several things back to the /var/awared directory. Eventually I got /var/awared/*/bin/awared.sh configure to work properly. However, I get this message when I start websmcp: root@mercury:/var/awared# /var/awared/bin/linux2.6_i686/awared -autorestart -log /var/awared/log/awared.log -rotate day -wire /var/awared/awared.wire -master 7777 /var/awared/slaves Constructor failed for websmcp wire: cannot create handler (/var/awared/awared.wire line 25: near "$xtn") What could be wrong? I've searched around a fair amount and can't find anything that would yeild a fix without delving into the source code. Also, when I visit the web interface on localhost:7777 I get '404 not found'. Interestingly, when I start it using the awared.sh script, it listens on 7777, not on port 8888 as the script would lead me to believe. Thanks in advance. - Peter |
From: Russell L. <ru...@el...> - 2004-02-29 23:54:01
|
I have been restructuring the internals of the event engine. The basic design change is that everything is a "handler" and handlers can register callbacks for "interrupts" with a specified schedule as well as for events on file descriptors. The later is implmented using POSIX real time signals. The hope is that high performance, low latency networking applications can be implemented using this framework. The changes will allow for: * All handlers to execute either on a prescribe schedule OR as a result of events * High performance, low latency io using true async mechanisms * Code consolidation, over previous Aware versions Along with the core event engine changes, I plan to add some useful applications that will illustrate the use these features. Right now I am thinking of: * A multicast file copy program * A bittorrent implementation This change should be compatable with previous versions at the 'wire' script level, although there will no longer be "probe" objects. The wire file parser will convert all "create probe" directives to "create handler" directives in order to keep old wire scripts running. |
From: Russell L. <ru...@el...> - 2003-12-14 10:40:27
|
Released, see: http://freshmeat.net/projects/aware/?branch_id=22351&release_id=144982&topic_id=148%2C862%2C152 |
From: Russell L. <ru...@el...> - 2003-12-06 23:33:08
|
I just re-posted the tarfile. The build machine was missing a couple of the files for some of the below changes for lack of a cvs update. Russell Leighton wrote: > > Release candidate 7 is out. Hopefully, this is the final RC. > > http://www.elegant-software.com/software/aware/archive/aware-0.10.1.src.tgz > > > Rh8 seems to work "out of the box" now. In rh8 they changed some PHP > defaults that upset Aware. > I updated the INSTALL doc to reflect this. > > Unless there are serious bugs found, this is the last release > candidate before general release. > > Please to test. > > Changes from RC6 are: > - Updated INSTALL for PHP configuration directions for rh8, minor php > teaks to make happy on rh8 > - Added SECURITY file > - Fine tuned the network discovery code > - Fixed a minor bug in the mgmtui controlling the red "outage" > indicator on a nodes when an interface went down > - Tidied up code in execphandler to reduce cpu usage > > > > The most signifcant changes from 0.9.0 to 0.10.1 are the reporting > features in the mgmtui: > - Query controls for alerts to search past alerts > - Query controls for events to search past events > - Availabilty reports for interfaces and services > - More complete SNMP traffic graphs > > I'd appreciate people to give this a whirl, if no major flaws are > found I expect to release in a few weeks. > > Russ > > Major Changes since 0.9.1 : > > 10/11/03 Availabiity Report > > 10/11/03 New SNMP traffic graphs: > - Each snmp interface gets a row + graph > - Each snmp enabled node gets a summary graph > > 08/17/03 > Push mgmtui pages down into a 'www' dir for better security. > > 08/15/03 > Fix occasional "stuck" outage indicators in mgmtui. > > 08/12/03 > Fix irritating "double insert" bug in IE for the "new" screens > (e.g., new node). > > 08/04/2003 > Better snmp traffic monitoring in mgmtui > > 06/26/03 > Factored code in db libs > > 06/26/03 > Added query menu and pagination in mgmtui for viewing events/alerts > > 06/15/03 > Add Matt Sanders bug fixes for restart on delete changes in mgmtui. > > 05/10/03 > Factor event sending into functions in monitor.c > - probes - handlers > > 05/05/03 > Allow non-tasklet handler rescheduling themseleves when they need > to wait > > 04/01/03 > Added stateful connect/noconnect events for db probes and handlers > > 03/12/03 > Fixed corner case in cron style scheduling. > > 01/28/03 > Use replacechar handler in master aware script > to de-quote event values so they don't confuse > the sql for database insert. > > 01/28/03 > Added new handler: replacechar . This handler behaves > like the 'tr' command and allows you to subst characters > in and event's name, source and value (only if string event). > > 01/24/03 > Added support for optional 'customizations.env' use by > awared.sh so that there is a well known place to put > environment vars needed by code linked into awared > (e.g., LD_LIBARARY_PATH for Oracle) > > > > > |
From: Russell L. <ru...@el...> - 2003-12-03 14:11:42
|
Release candidate 7 is out. Hopefully, this is the final RC. http://www.elegant-software.com/software/aware/archive/aware-0.10.1.src.tgz Rh8 seems to work "out of the box" now. In rh8 they changed some PHP defaults that upset Aware. I updated the INSTALL doc to reflect this. Unless there are serious bugs found, this is the last release candidate before general release. Please to test. Changes from RC6 are: - Updated INSTALL for PHP configuration directions for rh8, minor php teaks to make happy on rh8 - Added SECURITY file - Fine tuned the network discovery code - Fixed a minor bug in the mgmtui controlling the red "outage" indicator on a nodes when an interface went down - Tidied up code in execphandler to reduce cpu usage The most signifcant changes from 0.9.0 to 0.10.1 are the reporting features in the mgmtui: - Query controls for alerts to search past alerts - Query controls for events to search past events - Availabilty reports for interfaces and services - More complete SNMP traffic graphs I'd appreciate people to give this a whirl, if no major flaws are found I expect to release in a few weeks. Russ Major Changes since 0.9.1 : 10/11/03 Availabiity Report 10/11/03 New SNMP traffic graphs: - Each snmp interface gets a row + graph - Each snmp enabled node gets a summary graph 08/17/03 Push mgmtui pages down into a 'www' dir for better security. 08/15/03 Fix occasional "stuck" outage indicators in mgmtui. 08/12/03 Fix irritating "double insert" bug in IE for the "new" screens (e.g., new node). 08/04/2003 Better snmp traffic monitoring in mgmtui 06/26/03 Factored code in db libs 06/26/03 Added query menu and pagination in mgmtui for viewing events/alerts 06/15/03 Add Matt Sanders bug fixes for restart on delete changes in mgmtui. 05/10/03 Factor event sending into functions in monitor.c - probes - handlers 05/05/03 Allow non-tasklet handler rescheduling themseleves when they need to wait 04/01/03 Added stateful connect/noconnect events for db probes and handlers 03/12/03 Fixed corner case in cron style scheduling. 01/28/03 Use replacechar handler in master aware script to de-quote event values so they don't confuse the sql for database insert. 01/28/03 Added new handler: replacechar . This handler behaves like the 'tr' command and allows you to subst characters in and event's name, source and value (only if string event). 01/24/03 Added support for optional 'customizations.env' use by awared.sh so that there is a well known place to put environment vars needed by code linked into awared (e.g., LD_LIBARARY_PATH for Oracle) |
From: Russell L. <ru...@el...> - 2003-11-16 14:11:03
|
Release candidate 6 is out. http://www.elegant-software.com/software/aware/archive/aware-0.10.1.src.tgz RedHat9 looks good to go! Aware seems to work "out of the box" on rh9. The next step before official release is to test on rh8. Q: Anyone tried Aware on non-Redhat distros? If so, I'd be interested if there are any changes that might make that easer. Changes from RC5 are: - changed show shared libs are created to make compatible with rh9 The most signifcant changes from 0.9.0 to 0.10.1 are the reporting features in the mgmtui: - Query controls for alerts to search past alerts - Query controls for events to search past events - Availabilty reports for interfaces and services - More complete SNMP traffic graphs I'd appreciate people to give this a whirl, if no major flaws are found I expect to release in a few weeks. Russ Major Changes since 0.9.1 : 10/11/03 Availabiity Report 10/11/03 New SNMP traffic graphs: - Each snmp interface gets a row + graph - Each snmp enabled node gets a summary graph 08/17/03 Push mgmtui pages down into a 'www' dir for better security. 08/15/03 Fix occasional "stuck" outage indicators in mgmtui. 08/12/03 Fix irritating "double insert" bug in IE for the "new" screens (e.g., new node). 08/04/2003 Better snmp traffic monitoring in mgmtui 06/26/03 Factored code in db libs 06/26/03 Added query menu and pagination in mgmtui for viewing events/alerts 06/15/03 Add Matt Sanders bug fixes for restart on delete changes in mgmtui. 05/10/03 Factor event sending into functions in monitor.c - probes - handlers 05/05/03 Allow non-tasklet handler rescheduling themseleves when they need to wait 04/01/03 Added stateful connect/noconnect events for db probes and handlers 03/12/03 Fixed corner case in cron style scheduling. 01/28/03 Use replacechar handler in master aware script to de-quote event values so they don't confuse the sql for database insert. 01/28/03 Added new handler: replacechar . This handler behaves like the 'tr' command and allows you to subst characters in and event's name, source and value (only if string event). 01/24/03 Added support for optional 'customizations.env' use by awared.sh so that there is a well known place to put environment vars needed by code linked into awared (e.g., LD_LIBARARY_PATH for Oracle) |
From: Russell L. <ru...@el...> - 2003-11-12 03:18:44
|
Release candidate 5 is out. http://www.elegant-software.com/software/aware/archive/aware-0.10.1.src.tgz NOTE: there have been issues identified with using rrdtool , aware and rh9 Changes from RC4 are: - signal handling fixed up. - a few minor changes and bug fixes in mgmtui, most are compatability changes to make work w/rh9 The most signifcant changes from 0.9.0 to 0.10.1 are the reporting features in the mgmtui: - Query controls for alerts to search past alerts - Query controls for events to search past events - Availabilty reports for interfaces and services - More complete SNMP traffic graphs I'd appreciate people to give this a whirl, if no major flaws are found I expect to release in a few weeks. Russ Major Changes since 0.9.1 : 10/11/03 Availabiity Report 10/11/03 New SNMP traffic graphs: - Each snmp interface gets a row + graph - Each snmp enabled node gets a summary graph 08/17/03 Push mgmtui pages down into a 'www' dir for better security. 08/15/03 Fix occasional "stuck" outage indicators in mgmtui. 08/12/03 Fix irritating "double insert" bug in IE for the "new" screens (e.g., new node). 08/04/2003 Better snmp traffic monitoring in mgmtui 06/26/03 Factored code in db libs 06/26/03 Added query menu and pagination in mgmtui for viewing events/alerts 06/15/03 Add Matt Sanders bug fixes for restart on delete changes in mgmtui. 05/10/03 Factor event sending into functions in monitor.c - probes - handlers 05/05/03 Allow non-tasklet handler rescheduling themseleves when they need to wait 04/01/03 Added stateful connect/noconnect events for db probes and handlers 03/12/03 Fixed corner case in cron style scheduling. 01/28/03 Use replacechar handler in master aware script to de-quote event values so they don't confuse the sql for database insert. 01/28/03 Added new handler: replacechar . This handler behaves like the 'tr' command and allows you to subst characters in and event's name, source and value (only if string event). 01/24/03 Added support for optional 'customizations.env' use by awared.sh so that there is a well known place to put environment vars needed by code linked into awared (e.g., LD_LIBARARY_PATH for Oracle) |
From: Russell L. <ru...@el...> - 2003-11-06 14:27:37
|
Can you verify that you can login to mysql (using the command 'mysql') with the values in $AWARE/src/mgmtui/lib/dbconfig.inc ? Sounds like the 'database' value is null. Lamine Diatta wrote: > I am having this error after I login with administrator/administrator > to http://localhost/aware > Please help. And also here is my <?php phpinfo(); ?> output. Thanks > > > = $row['privilegecode']) ) { $val = > $row['objecttypes_id']."-".$row['objectname']."-".$row['privileges_id']."-".$row['privilegename']."-".$row['privilegecode']; > $allprivileges[]=$val; } } } if ($allprivileges) return > ($allprivileges); else return false; } function > user_getmemberspecificmaxprivilegeonobject($granteeid,$granteetype,$typeid,$objectname) > { $query = " select a.privileges_id from aw_objectprivileges as a > ,aw_objecttypeprivileges as b where a.objecttypes_id = $typeid and > a.objectname='$objectname' and a.granteeid=$granteeid and > a.granteetype='$granteetype' and b.objecttypes_id=$typeid and > a.privileges_id=b.privileges_id order by b.privilegecode desc limit 1 > "; $result = mysql_query($query) or die(mysql_error()); if ( > mysql_num_rows($result) ) { extract(mysql_fetch_array($result)); > return $privileges_id; } return false; } function > user_getmemberspecificPrivilegeidsonObject($granteeid,$granteetype,$typeid,$objectname) > { $privilegeid = > user_getmemberspecificmaxprivilegeonobject($granteeid,$granteetype,$typeid,$objectname); > if(!$privilegeid) return false; $privilegecode = > user_getPrivilegecode($typeid,$privilegeid); $query = "select > a.privileges_id,b.name as privilegename,a.privilegecode from > aw_objecttypeprivileges as a,aw_privileges as b where > objecttypes_id=$typeid and privilegecode <= $privilegecode and > a.privileges_id = b.id"; $result = mysql_query($query) or die > (mysql_error()); if ( mysql_num_rows($result) ) { while ($row = > mysql_fetch_array($result) ) $privids[]=$row; } if($privids) return > $privids; else return false; } function > user_GranteePrivilegeExists($objecttypeid,$objectname,$privid,$granteetype,$granteeid) > { $query = "select id from aw_objectprivileges where objecttypes_id = > $objecttypeid and objectname = '$objectname' and privileges_id=$privid > and granteetype='$granteetype' and granteeid=$granteeid "; $result = > mysql_query($query) or die(mysql_error()); if (mysql_num_rows($result) > ) { extract(mysql_fetch_array($result)); return $id; } return false; } > ?> No Database Selected > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Aware-list mailing list > Awa...@li... > https://lists.sourceforge.net/lists/listinfo/aware-list > > |
From: Lamine D. <di...@po...> - 2003-11-04 18:13:54
|
I am having this error after I login with administrator/administrator to http://localhost/aware Please help. And also here is my <?php phpinfo(); ?> output. Thanks = $row['privilegecode']) ) { $val = $row['objecttypes_id']."-".$row['objectname']."-".$row['privileges_id']."-".$row['privilegename']."-".$row['privilegecode']; $allprivileges[]=$val; } } } if ($allprivileges) return ($allprivileges); else return false; } function user_getmemberspecificmaxprivilegeonobject($granteeid,$granteetype,$typeid,$objectname) { $query = " select a.privileges_id from aw_objectprivileges as a ,aw_objecttypeprivileges as b where a.objecttypes_id = $typeid and a.objectname='$objectname' and a.granteeid=$granteeid and a.granteetype='$granteetype' and b.objecttypes_id=$typeid and a.privileges_id=b.privileges_id order by b.privilegecode desc limit 1 "; $result = mysql_query($query) or die(mysql_error()); if ( mysql_num_rows($result) ) { extract(mysql_fetch_array($result)); return $privileges_id; } return false; } function user_getmemberspecificPrivilegeidsonObject($granteeid,$granteetype,$typeid,$objectname) { $privilegeid = user_getmemberspecificmaxprivilegeonobject($granteeid,$granteetype,$typeid,$objectname); if(!$privilegeid) return false; $privilegecode = user_getPrivilegecode($typeid,$privilegeid); $query = "select a.privileges_id,b.name as privilegename,a.privilegecode from aw_objecttypeprivileges as a,aw_privileges as b where objecttypes_id=$typeid and privilegecode <= $privilegecode and a.privileges_id = b.id"; $result = mysql_query($query) or die (mysql_error()); if ( mysql_num_rows($result) ) { while ($row = mysql_fetch_array($result) ) $privids[]=$row; } if($privids) return $privids; else return false; } function user_GranteePrivilegeExists($objecttypeid,$objectname,$privid,$granteetype,$granteeid) { $query = "select id from aw_objectprivileges where objecttypes_id = $objecttypeid and objectname = '$objectname' and privileges_id=$privid and granteetype='$granteetype' and granteeid=$granteeid "; $result = mysql_query($query) or die(mysql_error()); if (mysql_num_rows($result) ) { extract(mysql_fetch_array($result)); return $id; } return false; } ?> No Database Selected |
From: Lamine D. <di...@po...> - 2003-11-04 15:50:11
|
I am having this error after I login with administrator/administrator to http://localhost/aware Please help. And also here is my <?php phpinfo(); ?> output. Thanks = $row['privilegecode']) ) { $val = $row['objecttypes_id']."-".$row['objectname']."-".$row['privileges_id']."-".$row['privilegename']."-".$row['privilegecode']; $allprivileges[]=$val; } } } if ($allprivileges) return ($allprivileges); else return false; } function user_getmemberspecificmaxprivilegeonobject($granteeid,$granteetype,$typeid,$objectname) { $query = " select a.privileges_id from aw_objectprivileges as a ,aw_objecttypeprivileges as b where a.objecttypes_id = $typeid and a.objectname='$objectname' and a.granteeid=$granteeid and a.granteetype='$granteetype' and b.objecttypes_id=$typeid and a.privileges_id=b.privileges_id order by b.privilegecode desc limit 1 "; $result = mysql_query($query) or die(mysql_error()); if ( mysql_num_rows($result) ) { extract(mysql_fetch_array($result)); return $privileges_id; } return false; } function user_getmemberspecificPrivilegeidsonObject($granteeid,$granteetype,$typeid,$objectname) { $privilegeid = user_getmemberspecificmaxprivilegeonobject($granteeid,$granteetype,$typeid,$objectname); if(!$privilegeid) return false; $privilegecode = user_getPrivilegecode($typeid,$privilegeid); $query = "select a.privileges_id,b.name as privilegename,a.privilegecode from aw_objecttypeprivileges as a,aw_privileges as b where objecttypes_id=$typeid and privilegecode <= $privilegecode and a.privileges_id = b.id"; $result = mysql_query($query) or die (mysql_error()); if ( mysql_num_rows($result) ) { while ($row = mysql_fetch_array($result) ) $privids[]=$row; } if($privids) return $privids; else return false; } function user_GranteePrivilegeExists($objecttypeid,$objectname,$privid,$granteetype,$granteeid) { $query = "select id from aw_objectprivileges where objecttypes_id = $objecttypeid and objectname = '$objectname' and privileges_id=$privid and granteetype='$granteetype' and granteeid=$granteeid "; $result = mysql_query($query) or die(mysql_error()); if (mysql_num_rows($result) ) { extract(mysql_fetch_array($result)); return $id; } return false; } ?> No Database Selected <http://www.php.net/> PHP Version 4.2.2 System Linux daffy.perf.redhat.com 2.4.18-11smp #1 SMP Thu Aug 15 06:41:59 EDT 2002 i686 i686 i386 GNU/Linux Build Date Sep 3 2002 05:25:09 Configure Command './configure' '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--prefix=/usr' '--with-config-file-path=/etc' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db3' '--with-curl' '--with-dom=/usr' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-regex=system' '--with-xml' '--with-expat-dir=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-kerberos=/usr/kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-unixODBC=shared' '--enable-memory-limit' '--enable-bcmath' '--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--with-apxs2=/usr/sbin/apxs' Server API Apache 2.0 Filter Virtual Directory Support disabled Configuration File (php.ini) Path /etc/php.ini Debug Build no Thread Safety disabled <http://www.zend.com/>This program makes use of the Zend Scripting Language Engine: Zend Engine v1.2.0, Copyright (c) 1998-2002 Zend Technologies ------------------------------------------------------------------------ PHP 4 Credits <http://huey/phpinfo.php?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000> ------------------------------------------------------------------------ Configuration PHP Core Directive Local Value Master Value allow_call_time_pass_reference On On allow_url_fopen 1 1 always_populate_raw_post_data 0 0 arg_separator.input & & arg_separator.output & & asp_tags Off Off auto_append_file no value no value auto_prepend_file no value no value browscap no value no value default_charset no value no value default_mimetype text/html text/html define_syslog_variables Off Off disable_functions no value no value display_errors On On display_startup_errors Off Off doc_root no value no value enable_dl On On error_append_string no value no value error_log no value no value error_prepend_string no value no value error_reporting 2039 2039 expose_php On On extension_dir /usr/lib/php4 /usr/lib/php4 file_uploads 1 1 gpc_order GPC GPC highlight.bg #FFFFFF #FFFFFF highlight.comment #FF9900 #FF9900 highlight.default #0000CC #0000CC highlight.html #000000 #000000 highlight.keyword #006600 #006600 highlight.string #CC0000 #CC0000 html_errors On On ignore_user_abort Off Off implicit_flush Off Off include_path .:/usr/share/pear .:/usr/share/pear log_errors Off Off magic_quotes_gpc On On magic_quotes_runtime Off Off magic_quotes_sybase Off Off max_execution_time 30 30 memory_limit 8M 8M open_basedir no value no value output_buffering no value no value output_handler no value no value post_max_size 8M 8M precision 14 14 register_argc_argv On On register_globals On On safe_mode Off Off safe_mode_exec_dir no value no value safe_mode_gid Off Off safe_mode_include_dir no value no value sendmail_from me...@lo... me...@lo... sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i short_open_tag Off Off SMTP localhost localhost sql.safe_mode Off Off track_errors Off Off unserialize_callback_func no value no value upload_max_filesize 2M 2M upload_tmp_dir no value no value user_dir no value no value variables_order EGPCS EGPCS xmlrpc_error_number 0 0 xmlrpc_errors Off Off y2k_compliance Off Off yp YP Support enabled xml XML Support active XML Namespace Support active EXPAT Version expat_1.95.4 wddx WDDX Support enabled WDDX Session Serializer enabled standard Regex Library Bundled library enabled Dynamic Library Support enabled Path to sendmail /usr/sbin/sendmail -t -i Directive Local Value Master Value assert.active 1 1 assert.bail 0 0 assert.callback no value no value assert.quiet_eval 0 0 assert.warning 1 1 safe_mode_allowed_env_vars PHP_ PHP_ safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry sockets Sockets Support enabled shmop shmop support enabled session Session Support enabled Directive Local Value Master Value session.auto_start Off Off session.cache_expire 180 180 session.cache_limiter nocache nocache session.cookie_domain no value no value session.cookie_lifetime 0 0 session.cookie_path / / session.cookie_secure Off Off session.entropy_file no value no value session.entropy_length 0 0 session.gc_maxlifetime 1440 1440 session.gc_probability 1 1 session.name PHPSESSID PHPSESSID session.referer_check no value no value session.save_handler files files session.save_path /tmp /tmp session.serialize_handler php php session.use_cookies On On session.use_trans_sid 1 1 pspell PSpell Support enabled posix Revision $Revision: 1.42.2.2 $ pcre PCRE (Perl Compatible Regular Expressions) Support enabled PCRE Library Version 3.4 22-Aug-2000 openssl OpenSSL support enabled OpenSSL Version OpenSSL 0.9.6b [engine] 9 Jul 2001 iconv iconv support enabled Directive Local Value Master Value iconv.input_encoding ISO-8859-1 ISO-8859-1 iconv.internal_encoding ISO-8859-1 ISO-8859-1 iconv.output_encoding ISO-8859-1 ISO-8859-1 gmp gmp support enabled gettext GetText Support enabled gd GD Support enabled GD Version 1.6.2 or higher FreeType Support enabled FreeType Linkage with freetype JPG Support enabled PNG Support enabled WBMP Support enabled ftp FTP support enabled exif EXIF Support enabled EXIF Version 1.2 Supported EXIF Version 02100 Supported filetypes JPEG,TIFF domxml DOM/XML enabled libxml Version 2.4.23 HTML Support enabled XPath Support enabled XPointer Support enabled dio dio support enabled dbx dbx support enabled dbx version 1.0.0 supported databases MySQL ODBC PostgreSQL Microsoft SQL Server FrontBase Oracle 8 (not really) Sybase-CT dba DBA support enabled Supported handlers gdbm db3 curl CURL support enabled CURL Information libcurl 7.9.8 (OpenSSL 0.9.6b) (ipv6 enabled) ctype ctype functions enabled (experimental) calendar Calendar support enabled bz2 BZip2 Support Enabled BZip2 Version 1.0.2, 30-Dec-2001 bcmath BCMath support enabled zlib ZLib Support enabled 'zlib:' fopen wrapper enabled Compiled Version 1.1.4 Linked Version 1.1.4 Directive Local Value Master Value zlib.output_compression Off Off imap IMAP Support enabled IMAP c-Client Version 2001 SSL Support enabled Kerberos Support enabled ldap LDAP Support enabled RCS Version $Id: ldap.c,v 1.116.2.1 2002/04/23 18:59:57 derick Exp $ Total Links 0/unlimited API Version 2004 Vendor Name OpenLDAP Vendor Version 20025 mysql MySQL Support enabled Active Persistent Links 0 Active Links 0 Client API version 3.23.52 MYSQL_MODULE_TYPE external MYSQL_SOCKET /var/lib/mysql/mysql.sock MYSQL_INCLUDE -I/usr/include/mysql MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient Directive Local Value Master Value mysql.allow_persistent On On mysql.default_host no value no value mysql.default_password no value no value mysql.default_port no value no value mysql.default_socket no value no value mysql.default_user no value no value mysql.max_links Unlimited Unlimited mysql.max_persistent Unlimited Unlimited odbc ODBC Support enabled Active Persistent Links 0 Active Links 0 ODBC library unixODBC ODBC_INCLUDE -I/usr/local/include ODBC_LFLAGS -L/usr/local/lib ODBC_LIBS -lodbc Directive Local Value Master Value odbc.allow_persistent On On odbc.check_persistent On On odbc.default_db no value no value odbc.default_pw no value no value odbc.default_user no value no value odbc.defaultbinmode return as is return as is odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes odbc.max_links Unlimited Unlimited odbc.max_persistent Unlimited Unlimited pgsql PostgreSQL Support enabled Active Persistent Links 0 Active Links 0 Directive Local Value Master Value pgsql.allow_persistent On On pgsql.auto_reset_persistent Off Off pgsql.max_links Unlimited Unlimited pgsql.max_persistent Unlimited Unlimited snmp UCD-SNMP Support enabled UCD-SNMP Version 5.0.1 Apache 2.0 Additional Modules sysvshm sysvsem Environment Variable Value CONSOLE /dev/console TERM linux INIT_VERSION sysvinit-2.84 PATH /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin RUNLEVEL 5 runlevel 5 PWD / LANG en_US.UTF-8 PREVLEVEL N previous N HOME / SHLVL 2 _ /sbin/initlog PHP Variables Variable Value PHP_SELF /phpinfo.php _COOKIE["PHPSESSID"] 26f8716210907e38c12fb1bc250f21a0 _SERVER["UNIQUE_ID"] -7tqZgpVI@4AADNtY6MAAAAB _SERVER["HTTP_HOST"] huey _SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) _SERVER["HTTP_ACCEPT"] text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1 _SERVER["HTTP_ACCEPT_LANGUAGE"] en,fr;q=0.5 _SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate _SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7 _SERVER["HTTP_KEEP_ALIVE"] 300 _SERVER["HTTP_CONNECTION"] keep-alive _SERVER["HTTP_COOKIE"] PHPSESSID=26f8716210907e38c12fb1bc250f21a0 _SERVER["PATH"] /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin _SERVER["SERVER_SIGNATURE"] <address>Apache/2.0.40 Server at huey Port 80</address> _SERVER["SERVER_SOFTWARE"] Apache/2.0.40 (Red Hat Linux) _SERVER["SERVER_NAME"] huey _SERVER["SERVER_ADDR"] 10.85.35.238 _SERVER["SERVER_PORT"] 80 _SERVER["REMOTE_ADDR"] 10.85.34.105 _SERVER["DOCUMENT_ROOT"] /var/www/html _SERVER["SERVER_ADMIN"] root@localhost _SERVER["SCRIPT_FILENAME"] /var/www/html/phpinfo.php _SERVER["REMOTE_PORT"] 4348 _SERVER["GATEWAY_INTERFACE"] CGI/1.1 _SERVER["SERVER_PROTOCOL"] HTTP/1.1 _SERVER["REQUEST_METHOD"] GET _SERVER["QUERY_STRING"] _SERVER["REQUEST_URI"] /phpinfo.php _SERVER["SCRIPT_NAME"] /phpinfo.php _SERVER["PHP_SELF"] /phpinfo.php _SERVER["argv"] Array ( ) _SERVER["argc"] 0 _ENV["CONSOLE"] /dev/console _ENV["TERM"] linux _ENV["INIT_VERSION"] sysvinit-2.84 _ENV["PATH"] /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin _ENV["RUNLEVEL"] 5 _ENV["runlevel"] 5 _ENV["PWD"] / _ENV["LANG"] en_US.UTF-8 _ENV["PREVLEVEL"] N _ENV["previous"] N _ENV["HOME"] / _ENV["SHLVL"] 2 _ENV["_"] /sbin/initlog PHP License This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact li...@ph.... Russell Leighton wrote: > > Can you replace login.php with the attached file and let me know if it > fixes your problem? > > Lamine Diatta wrote: > >> Hi >> I downloaded aware-0.10.1 and install it. I having this error >> trying to access http://localhost/aware/ --> >> http://huey/aware/pages/home/login.php and I get this error. >> >> *Parse error*: parse error, unexpected $ in >> */usr/local/aware-0.10.1/src/mgmtui/www/pages/home/login.php* on line >> *61 >> >> I edited this file and line 61 is </HTML> >> >> Please YOUR HELP WILL BE APPRECIATED. Thanks >> * >> > > ------------------------------------------------------------------------ > > > > > > Login > > Login Id > > Password > > |
From: Russell L. <ru...@el...> - 2003-11-01 16:22:25
|
What version of php are you using? Lamine Diatta wrote: > Hi > I downloaded aware-0.10.1 and install it. I having this error > trying to access http://localhost/aware/ --> > http://huey/aware/pages/home/login.php and I get this error. > > *Parse error*: parse error, unexpected $ in > */usr/local/aware-0.10.1/src/mgmtui/www/pages/home/login.php* on line *61 > > I edited this file and line 61 is </HTML> > > Please YOUR HELP WILL BE APPRECIATED. Thanks > * > |
From: Lamine D. <di...@po...> - 2003-10-31 22:19:07
|
Hi I downloaded aware-0.10.1 and install it. I having this error trying to access http://localhost/aware/ --> http://huey/aware/pages/home/login.php and I get this error. Parse error: parse error, unexpected $ in /usr/local/aware-0.10.1/src/mgmtui/www/pages/home/login.php on line 61 I edited this file and line 61 is </HTML> Please YOUR HELP WILL BE APPRECIATED. Thanks |
From: Russell L. <ru...@el...> - 2003-10-28 00:12:42
|
Release candidate 4 is out. http://www.elegant-software.com/software/aware/archive/aware-0.10.1.src.tgz Changes from RC3 are: - "detach" tasklet threads to fix memory leak that caused long running daemons to stop - a few minor changes and cleanups The most signifcant changes from 0.9.0 to 0.10.1 are the reporting features in the mgmtui: - Query controls for alerts to search past alerts - Query controls for events to search past events - Availabilty reports for interfaces and services - More complete SNMP traffic graphs I'd appreciate people to give this a whirl, if no major flaws are found I expect to release in a few weeks. Russ Major Changes since 0.9.1 : 10/11/03 Availabiity Report 10/11/03 New SNMP traffic graphs: - Each snmp interface gets a row + graph - Each snmp enabled node gets a summary graph 08/17/03 Push mgmtui pages down into a 'www' dir for better security. 08/15/03 Fix occasional "stuck" outage indicators in mgmtui. 08/12/03 Fix irritating "double insert" bug in IE for the "new" screens (e.g., new node). 08/04/2003 Better snmp traffic monitoring in mgmtui 06/26/03 Factored code in db libs 06/26/03 Added query menu and pagination in mgmtui for viewing events/alerts 06/15/03 Add Matt Sanders bug fixes for restart on delete changes in mgmtui. 05/10/03 Factor event sending into functions in monitor.c - probes - handlers 05/05/03 Allow non-tasklet handler rescheduling themseleves when they need to wait 04/01/03 Added stateful connect/noconnect events for db probes and handlers 03/12/03 Fixed corner case in cron style scheduling. 01/28/03 Use replacechar handler in master aware script to de-quote event values so they don't confuse the sql for database insert. 01/28/03 Added new handler: replacechar . This handler behaves like the 'tr' command and allows you to subst characters in and event's name, source and value (only if string event). 01/24/03 Added support for optional 'customizations.env' use by awared.sh so that there is a well known place to put environment vars needed by code linked into awared (e.g., LD_LIBARARY_PATH for Oracle) |
From: Russell L. <ru...@el...> - 2003-10-16 22:58:26
|
Release candidate 3 is out. http://www.elegant-software.com/software/aware/archive/aware-0.10.1.src.tgz Changes from RC2 are: - Reduce debug log level - Fix typo in Oracleprobe.c - Fix potential deadlock when stopping the monitor. All those running RC2 should upgrade because the deadlock bug can cause the the awared process to hang when a stop is requested. Since the default install has awared restarting once a day this could be an issue for some. The most signifcant changes from 0.9.0 to 0.10.1 are the reporting features in the mgmtui: - Query controls for alerts to search past alerts - Query controls for events to search past events - Availabilty reports for interfaces and services - More complete SNMP traffic graphs I'd appreciate people to give this a whirl, if no major flaws are found I expect to release in a few weeks. Russ Major Changes since 0.9.1 : 10/11/03 Availabiity Report 10/11/03 New SNMP traffic graphs: - Each snmp interface gets a row + graph - Each snmp enabled node gets a summary graph 08/17/03 Push mgmtui pages down into a 'www' dir for better security. 08/15/03 Fix occasional "stuck" outage indicators in mgmtui. 08/12/03 Fix irritating "double insert" bug in IE for the "new" screens (e.g., new node). 08/04/2003 Better snmp traffic monitoring in mgmtui 06/26/03 Factored code in db libs 06/26/03 Added query menu and pagination in mgmtui for viewing events/alerts 06/15/03 Add Matt Sanders bug fixes for restart on delete changes in mgmtui. 05/10/03 Factor event sending into functions in monitor.c - probes - handlers 05/05/03 Allow non-tasklet handler rescheduling themseleves when they need to wait 04/01/03 Added stateful connect/noconnect events for db probes and handlers 03/12/03 Fixed corner case in cron style scheduling. 01/28/03 Use replacechar handler in master aware script to de-quote event values so they don't confuse the sql for database insert. 01/28/03 Added new handler: replacechar . This handler behaves like the 'tr' command and allows you to subst characters in and event's name, source and value (only if string event). 01/24/03 Added support for optional 'customizations.env' use by awared.sh so that there is a well known place to put environment vars needed by code linked into awared (e.g., LD_LIBARARY_PATH for Oracle) |
From: Russell L. <ru...@el...> - 2003-10-14 23:19:04
|
This is why we have pre-releases :) So, a few updates missed going in the last build. Most of these concerned changes in the threading code for terminating threads. Please pull a new copy of the tar file and let me know if there are any issues. Thx Russ Russell Leighton wrote: > > The first release candidate for Aware 0.10.1 can be found at: > > http://www.elegant-software.com/software/aware/archive/aware-0.10.1.src.tgz > > The most signifcant changes from 0.9.0 to 0.10.1 are the reporting > features in the mgmtui: > - Query controls for alerts to search past alerts > - Query controls for events to search past events > - Availabilty reports for interfaces and services > - More complete SNMP traffic graphs > > I'd appreciate people to give this a whirl, if no major flaws are > found I expect to release in a few weeks. > > Russ > > Major Changes since 0.9.1 : > > 10/11/03 Availabiity Report > > 10/11/03 New SNMP traffic graphs: > - Each snmp interface gets a row + graph > - Each snmp enabled node gets a summary graph > > 08/17/03 > Push mgmtui pages down into a 'www' dir for better security. > > 08/15/03 > Fix occasional "stuck" outage indicators in mgmtui. > > 08/12/03 > Fix irritating "double insert" bug in IE for the "new" screens > (e.g., new node). > > 08/04/2003 > Better snmp traffic monitoring in mgmtui > > 06/26/03 > Factored code in db libs > > 06/26/03 > Added query menu and pagination in mgmtui for viewing > events/alerts > > 06/15/03 > Add Matt Sanders bug fixes for restart on delete changes in mgmtui. > > 05/10/03 > Factor event sending into functions in monitor.c > - probes - handlers > > 05/05/03 > Allow non-tasklet handler rescheduling themseleves when they > need to wait > > 04/01/03 > Added stateful connect/noconnect events for db probes and handlers > > 03/12/03 > Fixed corner case in cron style scheduling. > > 01/28/03 > Use replacechar handler in master aware script > to de-quote event values so they don't confuse > the sql for database insert. > > 01/28/03 > Added new handler: replacechar . This handler behaves > like the 'tr' command and allows you to subst characters > in and event's name, source and value (only if string event). > > 01/24/03 > Added support for optional 'customizations.env' use by > awared.sh so that there is a well known place to put > environment vars needed by code linked into awared > (e.g., LD_LIBARARY_PATH for Oracle) > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Aware-list mailing list > Awa...@li... > https://lists.sourceforge.net/lists/listinfo/aware-list > > |
From: Russell L. <ru...@el...> - 2003-10-12 03:58:35
|
The first release candidate for Aware 0.10.1 can be found at: http://www.elegant-software.com/software/aware/archive/aware-0.10.1.src.tgz The most signifcant changes from 0.9.0 to 0.10.1 are the reporting features in the mgmtui: - Query controls for alerts to search past alerts - Query controls for events to search past events - Availabilty reports for interfaces and services - More complete SNMP traffic graphs I'd appreciate people to give this a whirl, if no major flaws are found I expect to release in a few weeks. Russ Major Changes since 0.9.1 : 10/11/03 Availabiity Report 10/11/03 New SNMP traffic graphs: - Each snmp interface gets a row + graph - Each snmp enabled node gets a summary graph 08/17/03 Push mgmtui pages down into a 'www' dir for better security. 08/15/03 Fix occasional "stuck" outage indicators in mgmtui. 08/12/03 Fix irritating "double insert" bug in IE for the "new" screens (e.g., new node). 08/04/2003 Better snmp traffic monitoring in mgmtui 06/26/03 Factored code in db libs 06/26/03 Added query menu and pagination in mgmtui for viewing events/alerts 06/15/03 Add Matt Sanders bug fixes for restart on delete changes in mgmtui. 05/10/03 Factor event sending into functions in monitor.c - probes - handlers 05/05/03 Allow non-tasklet handler rescheduling themseleves when they need to wait 04/01/03 Added stateful connect/noconnect events for db probes and handlers 03/12/03 Fixed corner case in cron style scheduling. 01/28/03 Use replacechar handler in master aware script to de-quote event values so they don't confuse the sql for database insert. 01/28/03 Added new handler: replacechar . This handler behaves like the 'tr' command and allows you to subst characters in and event's name, source and value (only if string event). 01/24/03 Added support for optional 'customizations.env' use by awared.sh so that there is a well known place to put environment vars needed by code linked into awared (e.g., LD_LIBARARY_PATH for Oracle) |
From: Russell L. <ru...@el...> - 2003-10-05 23:55:19
|
You should get the "can't exec" in stderr, so it will be matched. Try it. Alex Efros wrote: >Hi! > >On Sun, Oct 05, 2003 at 06:05:56PM -0400, Russell Leighton wrote: > > >>elogger is used for errors with the handler/probe. >> >>In execpprobe the return code is not looked at, but >>stdout and stderr can be matched with the match: keyword. >> >>Try this: >> >>set e create event { name: fail } >>create probe execp { >> cmd: '/bin/notexists' >> match: $e '' '' '' >> cycletime: 10 >>} >>set hlogger create hlogger {} >>create handler log { logger: $hlogger regevent: $e } >> >> > >Hmm... But "NO OUTPUT" isn't the same as "CAN'T EXEC". :( > > > |
From: Russell L. <ru...@el...> - 2003-10-05 23:54:25
|
No. An event is generated when the probe/handler finishes running. That's all. It is useful to know this for certain scenarios. Alex Efros wrote: >Hi! > >On Sun, Oct 05, 2003 at 06:06:06PM -0400, Russell Leighton wrote: > > >>'complete' just means the handler finished. >> >> > >So, it's just like timerprobe with "cycletime:" equal to "cycletime:" in >execpprobe PLUS "cmd:" execution time? > > > |
From: Alex E. <pow...@sk...> - 2003-10-05 22:23:24
|
Hi! On Sun, Oct 05, 2003 at 06:06:06PM -0400, Russell Leighton wrote: > 'complete' just means the handler finished. So, it's just like timerprobe with "cycletime:" equal to "cycletime:" in execpprobe PLUS "cmd:" execution time? -- WBR, Alex. |
From: Alex E. <pow...@sk...> - 2003-10-05 22:21:22
|
Hi! On Sun, Oct 05, 2003 at 06:05:56PM -0400, Russell Leighton wrote: > elogger is used for errors with the handler/probe. > > In execpprobe the return code is not looked at, but > stdout and stderr can be matched with the match: keyword. > > Try this: > > set e create event { name: fail } > create probe execp { > cmd: '/bin/notexists' > match: $e '' '' '' > cycletime: 10 > } > set hlogger create hlogger {} > create handler log { logger: $hlogger regevent: $e } Hmm... But "NO OUTPUT" isn't the same as "CAN'T EXEC". :( -- WBR, Alex. |
From: Russell L. <ru...@el...> - 2003-10-05 22:12:14
|
'complete' just means the handler finished. Alex Efros wrote: >Hi! > >On Sun, Oct 05, 2003 at 10:55:55PM +0300, Alex Efros wrote: > > >> cmd: '/bin/notexists' >> >> > >Also in this case was executed "complete:", which is probably incorrect >because such command cannot be executed. > > > |
From: Russell L. <ru...@el...> - 2003-10-05 22:12:02
|
elogger is used for errors with the handler/probe. In execpprobe the return code is not looked at, but stdout and stderr can be matched with the match: keyword. Try this: set e create event { name: fail } create probe execp { cmd: '/bin/notexists' match: $e '' '' '' cycletime: 10 } set hlogger create hlogger {} create handler log { logger: $hlogger regevent: $e } Alex Efros wrote: >Hi! > >Can you explain (or point me to documentation) how and when "elogger:" >executed? I've tryed "elogger:" in probe "timer" and in probe "execp" and >it never executed. Ok, probably probe "timer" never return error :) , >but probe "execp" with incorrect "cmd:" value SHOULD return error using >"elogger:"? I've tryed these "cmd:" : > cmd: '/bin/notexists' > cmd: 'sh -c "exit 1"' > cmd: '/bin/false' > > > |
From: Russell L. <ru...@el...> - 2003-10-05 22:03:22
|
This is documented in RELEASE_NOTES and is a total pain in the ass. I think I like your idea, since not much data is being loaded...I'll look into the change. Alex Efros wrote: >Hi! > >It isn't enough to > > grant all privileges on aware.* to aware@localhost identified by '...' > >to run > > (cd /etc/aware/mgmtui/scripts ; ./create.sh) > >because mysqlimport require "FILE" privilege. So, we need also this: > > grant file on *.* to aware@localhost identified by '...' > > >P.S. Maybe it will be better to use "cat FILE | mysql" instead of "mysqlimport" >in ./create.sh. > > > |
From: Russell L. <ru...@el...> - 2003-10-05 22:00:15
|
True. Fixed. Alex Efros wrote: >Hi! > >In table 'aw_service' primary key should be set by 'ip+port+proto' >because I've two different dns servers, one at udp:53, and second at >tcp:53 on same IP address. This is usual situation with "djbdns". > > > |
From: Alex E. <pow...@sk...> - 2003-10-05 20:07:04
|
Hi! On Sun, Oct 05, 2003 at 10:55:55PM +0300, Alex Efros wrote: > cmd: '/bin/notexists' Also in this case was executed "complete:", which is probably incorrect because such command cannot be executed. -- WBR, Alex. |