aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Chase shlib version bump of net-snmp.Jun Kuriyama2005-11-3010-17/+19
| | | | Notes: svn path=/head/; revision=149997
* - Upgrade to 5.2.2.Jun Kuriyama2005-11-3042-1107/+399
| | | | | | | | | | - Return more appropriate values for hrSWRunType (1) PR: ports/86572 (1) Submitted by: wollman (1) Notes: svn path=/head/; revision=149996
* Change spaces to tab.Mark Linimon2005-11-291-1/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=149856
* - Update to 3.3.1Pav Lucistnik2005-11-292-5/+6
| | | | | | | | PR: ports/89658 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer) Notes: svn path=/head/; revision=149847
* Aircrack is a set of tools for auditing wireless networks:Pav Lucistnik2005-11-255-0/+74
| | | | | | | | | | | | | | | | * airodump: 802.11 packet capture program * aireplay: 802.11 packet injection program * aircrack: static WEP and WPA-PSK key cracker * airdecap: decrypts WEP/WPA capture files * arpforge: forges ARP packets At the moment airodump and aireplay cannot be built on FreeBSD PR: ports/88870 Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=149452
* - Add SHA256Pav Lucistnik2005-11-2542-0/+48
| | | | Notes: svn path=/head/; revision=149444
* [New Port] net-mgmt/ourmon: Network Monitoring and Anomaly Detection SystemEdwin Groothuis2005-11-246-0/+283
| | | | | | | | | | | | | | | | | | | | | | | | Ourmon is a network management and anomaly detection system for performing various SNMP RMON-like network analysis tasks. It uses the BSD bpf in combination with RRDTOOL as well as various "top talker" style tuples including: top-N flows which include IP, TCP, UDP, and ICMP flows, top SYN senders, top TCP/UDP ports, top single IP src to many IP dst senders, top single IP src to L4 (TCP/UDP), top ICMP errors which includes UDP creators of ICMP errors and other tools for both network management and anomaly detection. RRDTOOL graphs include a year of baselined information. New RRDTOOL graphs may be designed with user-configured BPF expressions a la tcpdump. Reports and logging for top talkers are also included. WWW: http://ourmon.cat.pdx.edu/ourmon/ PR: ports/84530 Submitted by: Charlie Schluting <manos@cs.pdx.edu> Notes: svn path=/head/; revision=149338
* New port: net-mgmt/torrus The Data Series Processing Framework -Edwin Groothuis2005-11-237-0/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | think mrtg with xml configs Torrus is designed to be the universal data series processing framework. Although most users deploy Torrus for SNMP monitoring, it might be useful for data series of any nature. Tobi Oetiker's RRDtool is used for data storage. * Configuration compiler and validator. It processes the XML configuration files and saves the configuration into a database. * View renderer and the web interface. They generate HTML and the graphical representation of the datasources and provide user authentication and authorization. All generated output is controlled by the configuration parameters and templates. The users can easily create their own presentation of data series. * SNMP Collector. Modular collector core architecture allows further extension with new collector and storage types. Any datasource can have its own polling schedule. * SNMP Device Discovery Tool. Devdiscover is a new, modular, flexible, and expandable tool for automatic generation of Torrus configuration files. New device types and MIBs are easily added as independent Perl modules. * Threshold monitor. All data, regardless of their type and nature, can be monitored according to the user-defined rules. The rules can also include the datasource-specific parameters, e.g. boundary values etc. The thresholds are specified by RPN expressions. WWW: http://torrus.org - Corey Smith corsmith@gmail.com PR: ports/86634 Submitted by: Corey Smith <corsmith@gmail.com> Notes: svn path=/head/; revision=149181
* - Update to 3.7Sergey Matveychuk2005-11-212-4/+5
| | | | | | | | | | - Add SHA256 PR: ports/89347 Submitted by: Lev Walkin (maintainer) Notes: svn path=/head/; revision=148983
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-191-3/+1
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* Update to 0.9.4p1Kirill Ponomarev2005-11-182-4/+5
| | | | Notes: svn path=/head/; revision=148746
* Update to 2.0.b5Sam Lawrance2005-11-154-10/+8
| | | | | | | | PR: ports/89054 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> Notes: svn path=/head/; revision=148370
* MASTER_SITE moved.Roman Bogorodskiy2005-11-151-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=148368
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-1519-30/+19
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* libnet update:Sergey Matveychuk2005-11-1411-16/+23
| | | | | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> Notes: svn path=/head/; revision=148262
* Network Leak Finder is a collection of small perlscripts that detectsPav Lucistnik2005-11-126-0/+80
| | | | | | | | | | | | connectivity between network segments. It is mostly useful to detect "leaks" in large organizations that have private network segments physically separated from the Internet. PR: ports/88424 Submitted by: Vaida Bogdan <vaidab@phenix.rootshell.be> Notes: svn path=/head/; revision=148027
* - Yield to a total SHAtification.Sergey Matveychuk2005-11-111-0/+5
| | | | | | | - mysql-administrator: simplify BROKEN message Notes: svn path=/head/; revision=147896
* Update to 0.9.4Kirill Ponomarev2005-11-092-3/+4
| | | | Notes: svn path=/head/; revision=147752
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-082-0/+2
| | | | Notes: svn path=/head/; revision=147643
* - Update to 1.0Pav Lucistnik2005-11-084-37/+28
| | | | | | | | | | | - Improve config file and startup script handling PR: ports/86459 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> Approved by: maintainer timeout (bms; 1 month) Notes: svn path=/head/; revision=147590
* Update to 0.92.2Marcus Alves Grando2005-11-083-4/+7
| | | | | | | | | | Add SHA256 PR: 88591 Submitted by: "mk@oxeo.com" <Manuel.Kreutz@titan.oxeo.com> Notes: svn path=/head/; revision=147572
* Add SHA256 checksums for my portsTilman Keskinoz2005-11-083-0/+3
| | | | Notes: svn path=/head/; revision=147566
* Add net-mgmt/grepipAndrej Zverev2005-11-074-0/+44
| | | | | | | | | | | | | grepip searches the named input FILE (or standard input if no files are named), for lines containing an IP address matched to the given CIDR. grepip finds IP in any context of a line, while grepcidr only if all line is IP. PR: ports/88384 Submitted by: Serge Maslov <serge@maslov.biz> Approved by: sem (mentor, implict) Notes: svn path=/head/; revision=147492
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-052-2/+2
| | | | Notes: svn path=/head/; revision=147269
* - Fix permissions for scripts/Sergey Matveychuk2005-11-042-4/+3
| | | | | | | | | | | Note: I'd like to stick the schema where PORTREVISION reflects a vendor patch level. So first digit(s) will the verndor patch level and second one will a port revision level. Reported by: Anthony Maszeroski <maszeroskia3@Scranton.edu> Notes: svn path=/head/; revision=147192
* pkg-plist was correct.Edwin Groothuis2005-11-032-8/+0
| | | | Notes: svn path=/head/; revision=147169
* Jailed check_swap-hack: Forgot to add this to list of actual checks to buildVolker Stolz2005-11-021-5/+18
| | | | Notes: svn path=/head/; revision=147032
* - Make startup scripts real rcng scriptsPav Lucistnik2005-11-0110-66/+18
| | | | | | | | | | - Fix pkg-message usage too PR: ports/80245 (based on) Approved by: maintainer's silence over past few months Notes: svn path=/head/; revision=146958
* Update to 1.2Kirill Ponomarev2005-11-012-7/+4
| | | | | | | | PR: ports/88322 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=146928
* Update to 0.8.2Tilman Keskinoz2005-11-013-10/+71
| | | | | | | | PR: 88325 Submitted by: Sergey Akifyev <asa@agava.com> Notes: svn path=/head/; revision=146916
* - Remove hard coded references to the www group and spool directorySergey Matveychuk2005-11-016-594/+686
| | | | | | | | | | | | | | | - Support changes made to user, group or spool directory to be recorded in the packing list correctly - Added support for overriding install path of web component with an aim to migrate the default from share/nagios to www/nagios - Added temporary knob to allow users to migrate to the new default without actually setting the path PR: ports/88312 Submitted by: Jarrod Sayers (maintainer) Notes: svn path=/head/; revision=146911
* Add nagios-spamd-plugin, which monitors Spamassassins spamdTilman Keskinoz2005-11-014-0/+45
| | | | Notes: svn path=/head/; revision=146896
* - Update to 9.3.9Sergey Matveychuk2005-10-302-3/+3
| | | | | | | | PR: ports/88224 Submitted by: maintainer Notes: svn path=/head/; revision=146774
* - Update to 0.8.6f-1Clement Laforet2005-10-304-45/+15
| | | | | | | | | - try to make it LOCALBASE/PREFIX compliant [1] Reported by: kris [1] Notes: svn path=/head/; revision=146746
* - Unbreak: fix pkg-plist [1]Herve Quiroz2005-10-292-2/+2
| | | | | | | | | | - Add $FreeBSD$ tag in pkg-plist PR: 88131 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=146631
* Reset maintainer, does not respond to mails for 19 days. Since a fewEmanuel Haupt2005-10-283-3/+3
| | | | | | | | | | | | | | days his MTA also remains unresponsive [1]. [1] Unable to deliver to destination domain Failed to deliver to domain oven.org after 73 tries. The last error was: CantConnectToHost Approved by: portmgr (linimon) Notes: svn path=/head/; revision=146588
* BROKEN: incomplete pkg-plistKris Kennaway2005-10-281-0/+2
| | | | Notes: svn path=/head/; revision=146534
* Update to 5.2.0Lars Thegler2005-10-242-4/+4
| | | | Notes: svn path=/head/; revision=146239
* Hardwire 'swapinfo' details for FreeBSD since configure will fail to detectVolker Stolz2005-10-241-0/+15
| | | | | | | them in a jailed (e.g. package-cluster) environment Notes: svn path=/head/; revision=146223
* Enable SNMP and LDAP. Should be generally usefull and added value ofVolker Stolz2005-10-241-2/+2
| | | | | | | cluster-runs on this paths. Notes: svn path=/head/; revision=146222
* Does not really require GNU makeVolker Stolz2005-10-241-1/+0
| | | | Notes: svn path=/head/; revision=146221
* USE_GETTEXT dependencyMarcus Alves Grando2005-10-241-1/+2
| | | | | | | | | | | Bump PORTREVISION PR: 87757 Notified by: Markus Dolze <markus@mdolze.de> Submitted by: Jarrod <jarrod@netleader.com.au> (maintainer) Notes: svn path=/head/; revision=146204
* - Implement official patches:Sergey Matveychuk2005-10-212-2/+13
| | | | | | | | | | | | | | | | | | | | * PHP Short Open Tag Syntax Error If PHP's 'short_open_tag' configuration option is turned off, a syntax error is displayed on the 'graph_view.php' page. * Broken Graph Zoom Graph When traversing to the graph zoom page from the graph properties page (wrench icon), the graph image appears to be broken. * Script Server SNMP Argument Mismatch A problem has been discovered with the ordering of SNMP authentication arguments in the two Host MIB script server scripts. This may cause unreliable results when trying to recache the Host-CPU and Host-Disk data queries. * Remove Disable MIB File Parsing Code Re-Enables the MIB file parsing code in the poller to prevent errors from being printed to the console. Notes: svn path=/head/; revision=145990
* Update to 1.24Lars Thegler2005-10-202-3/+3
| | | | | | | | PR: ports/87696 Submitted by: leeym Notes: svn path=/head/; revision=145912
* - Update to 0.99.25Pav Lucistnik2005-10-187-57/+93
| | | | | | | | PR: ports/87632 Submitted by: Michael Ranner <mranner@inode.at> (maintainer) Notes: svn path=/head/; revision=145799
* Remove undeliverable maintainer address:Kris Kennaway2005-10-171-1/+1
| | | | | | | | | <ozkan@enderunix.org>: host mail.enderunix.org[193.140.143.23] said: 554 mail server permanently rejected message (#5.3.0) (in reply to end of DATA command) Notes: svn path=/head/; revision=145607
* - Give maintainership to Jarrod <jarrod@netleader.com.au>Clement Laforet2005-10-163-3/+3
| | | | Notes: svn path=/head/; revision=145546
* Since netsaint hasn't been maintained since 2002, and developmentBill Fenner2005-10-151-0/+2
| | | | | | | moved to nagios, point to the nagios port with DEPRECATED. Notes: svn path=/head/; revision=145483
* - Add a knob which allow changing URL of HTML pagesSergey Matveychuk2005-10-152-2/+14
| | | | | | | | | | | and CGI scripts. Submitted by Jarrod <jarrod@netleader.com.au> - Reset maintainer PR: ports/87474 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=145460