LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-13-2013, 11:32 AM   #1
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Rep: Reputation: Disabled
Smile Centralized monitoring solution for small computer network


Hi fellow linux users!

I have 3 machines at home each running different versions of slackware and all connected in a small network. Everything works fine so far. I am however searching for some kind of centralized solution to perform the monitoring of the machines from a centralized point. Right now, the machines are more or less independent. Ideally, it should be available through a webpage so I can access it from anywhere only by using a web browser.

I have a desktop PC (my main machine which I use every day but doesnt run anything specific in the background, no apache server, no database server, etc, just a stock install of Slack).

Another machine is a media center in my living room. This one is tailored toward media playback with XBMC but also doesnt run anything except a few scripts for MythTV and a small mysql server for MythTV's recordings. Except that, I cant recall it running anything else..

Finally, the main machine is my home server. This machine runs dozens of processes and applications (MySQL, Apache, Zend, Zoneminder, CouchPotato, Sickbeard, SABnzbd+, Webmin, and literally dozens of rc scripts.

Basically, the solution I am seeking would provide me with a general overview of the machine's state (both hardware & software) and provide some information such as:

hard drive status
hard drive temperatures
storage status (RAID array states, LVM, leftover space & usage)...
Temperature sensors
RAM usage
CPU usage
The status of the servers & applications (mysql, apache, etc)
Some kind of "syslog" where I would have all relevant logs in the same place..
The machine's network info and hardware spec (mac address, IP address, uptime, blabla)
Logged on users
Running processes
Ethernet connection status (bandwidth, speeds, transfers, opened ports, etc)

In other words something very similar to what Webmin provides, only I would like all machines to be accessible on the same location, and not having to install webmin on all machines. Having such solution would prevent some bad stuff like the mysql running out of disk space and crashing other apps... My goal is to have all relevant info in a snapshot to identify potential problems and prevent losses. I like to use the CLI via SSH or tightVNC and run my own probing, but its time consuming.

I am sure others have found a decent or excellent solution. I have found Nagios. Has anyone used it? Is it doing what I want it to do? Anybody can provide feedback?

Please note that I am not really searching for a management console (to do admin stuff like installs/uninstalls or modifications) but a monitoring solution. All admin tasks I will keep doing them locally on the machine or via SSH (im old school).

Last edited by lpallard; 02-13-2013 at 11:34 AM.
 
Old 02-13-2013, 12:34 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Hated nagios.
All that c-li (and I don't fear no c-li) editing for remote hosts, and more editing for user-supplied custom commands +\- syntax, blah blah blah. Inheritance in Nagios Objects is a bitch.

zabbix is what I choose to use.

It replaced Icinga+Cacti here at cirrhus9.com for our client host monitoring and alerts. It saves me time moving elements (as a copy of...) to new hosts.

the zabbix_agentd is in a repo near you and can be configured with 2 edits in the /etc/zabbix/zabbix_agentd.conf

Others may have more to say and I'm not sure what "Webmin provides".

It doesn't utilize rrd tools and the data is stored in a mysql db.

Clients can receive a range of specialized "items", some could be zabbix-specific (internal to zabbix) entries, and others could be snmp-based inquiries, to custom client-side scripts.

Properly configured, you could easily create a zabbix user that has R/O perms on hosts assigned to that user, which they can login from anywhere and view the hosts data.

It's pretty slick.

Good luck.
Subscribed with interest...

Last edited by Habitual; 02-13-2013 at 02:17 PM.
 
Old 02-13-2013, 02:12 PM   #3
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
Wikipedia has a good table listing a bunch of monitoring infrastructures. (http://en.wikipedia.org/wiki/Compari...toring_systems)

I got particularely interested in 3 of them (by comparing features).

Zabbix (the one you recommended) which seems very good but doesnt offer a trending forecast (minor setback IMO)
Pandora FMS: seems to have all the same features as Zabbix except it does trending forecast. Plus, the interface looks snappy and nice and uses Perl (better than PHP?)
Zenoss: similar to pandora & zabbix but uses Python for the interface.

Again, without trying all three of them and comparing (I wont as I dont have time to do so) it seems to boil down to UI coding language (perl, python or php)... Other than that, they all supprot Mysql which just became a requirement for me.

Have you (or anyone else) tried any of the above solutions? If so, how did it go?

Last edited by lpallard; 02-13-2013 at 02:13 PM.
 
Old 02-13-2013, 06:29 PM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Well, I have used Nagios (for alerts etc) & Cacti for trend graphing.
I was quite happy with it, but everybody has preferences (much like distros).
You should have a good look at the relevant home websites for eg screenshots and the like.
As per that wikipedia page, there's a lot to choose from; there's no one 'best' for everybody.
 
Old 02-13-2013, 09:28 PM   #5
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
I have tried zabbix on my slackware server. While the installation went fairly well (if you read the README.Slackware files that comes with the packages).

I however have some issues with the hosts config. After login, I see several red error messages saying "Unable to select configuration" and there is nothing in the pages (no machine info, etc..) Everything is empty.

I have tried to fiddle with the config files (in /etc/xzabbix/) to no avail.

In the zabbix_server logs I see:

Code:
 28771:20130213:221255.143 Sending list of active checks to [127.0.0.1] failed: host [localhost] not found
 28771:20130213:221455.275 Sending list of active checks to [127.0.0.1] failed: host [localhost] not found
 28771:20130213:221655.407 Sending list of active checks to [127.0.0.1] failed: host [localhost] not found
 28771:20130213:221855.473 Sending list of active checks to [127.0.0.1] failed: host [localhost] not found
 28771:20130213:222055.497 Sending list of active checks to [127.0.0.1] failed: host [localhost] not found
 28771:20130213:222255.529 Sending list of active checks to [127.0.0.1] failed: host [localhost] not found
And in zabbix_agentd logs I see:

Code:
 29927:20130213:221255.143 No active checks on server: host [localhost] not found
 29927:20130213:221455.275 No active checks on server: host [localhost] not found
 29927:20130213:221655.407 No active checks on server: host [localhost] not found
 29927:20130213:221855.473 No active checks on server: host [localhost] not found
 29927:20130213:222055.497 No active checks on server: host [localhost] not found
 29927:20130213:222255.529 No active checks on server: host [localhost] not found
I wonder if these are related ? The options in the config files are:

zabbix_server.conf:

Code:
LogFile=/var/log/zabbix_server.log
PidFile=/var/run/zabbix/zabbix_server.pid
DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=XXXXXXXX
DBSocket=/var/run/mysql/mysql.sock
DBPort=3306
zabbix_agentd.conf

Code:
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix_agentd.log
Server=127.0.0.1
Hostname=localhost
What could be wrong???
 
Old 02-13-2013, 10:12 PM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
No localhost (aka 127.0.0.1) is very odd!

Can you show
Code:
ifconfig 

#o/p should be similar to 
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1849 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1849 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:391525 (382.3 KiB)  TX bytes:391525 (382.3 KiB)
Possibly a firewall issue; can you show the cfg file and/or
Code:
iptables -nvL
 
Old 02-14-2013, 07:10 AM   #7
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
it is indeed odd...

heres the output of the commands you suggested:

Code:
bash-4.1# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:16:17:72:ae:d7  
          inet addr:192.168.0.101  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::216:17ff:fe72:aed7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:226288069 errors:0 dropped:0 overruns:0 frame:0
          TX packets:123649624 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1766777245 (1.6 GiB)  TX bytes:555280641 (529.5 MiB)
          Interrupt:29 Base address:0x2000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:209390 errors:0 dropped:0 overruns:0 frame:0
          TX packets:209390 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:231335653 (220.6 MiB)  TX bytes:231335653 (220.6 MiB)

Code:
bash-4.1# iptables -nvL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
 
Old 02-14-2013, 11:53 PM   #8
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Well, localhost is there and running

The iptables o/p is odd; can you check the cfg file?

Is zabbix trying to use ipv6??

You could look at
Code:
netstat -tanp |grep 127
Frankly, I'd ask over at the Zabbix home site; I'm lost (not a Zabbix guy) and unless a Zabbix guy comes by, so are you

PS Please do post any soln for others to learn from.
 
Old 02-15-2013, 07:00 AM   #9
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Well, I guess I'll have to "put up or shut up" on this one, since I suggested the thing.

The install I have here is a CentOS_x86_64 release 5.8 host on a zabbix 1.8.10 from source installation.

The "Unable to select configuration" message is curious.

Some things to 'try'...if you haven't.
'verify' using teriminal >
Code:
mysql -u zabbix -p -e "use zabbix; show tables;"
and toss me the output.

Also, I'm sure you've checked but I'd like see output of
Code:
netstat -tuna | grep -i listen | grep 1005
and a
Code:
telnet localhost 10050
If I have to install here, I suppose I can. I have Slack14_mutlilib and some 'free time'.

As a "guess", I'd try "Server=192.xx.xx.xx" in server.conf and bounce the zabbix_server and try again

Please let me know,
Subscribed with interest...

JJ
 
Old 02-15-2013, 07:25 PM   #10
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
hey Habitual, no need to feel obliged to help because you suggested the thing! If you can, and especially want to help me, then Im VERY happy!!

The output of commands are...

mysql -u zabbix -p -e "use zabbix; show tables;"
Code:
+-----------------------+
| Tables_in_zabbix      |
+-----------------------+
| acknowledges          |
| actions               |
| alerts                |
| applications          |
| auditlog              |
| auditlog_details      |
| autoreg_host          |
| conditions            |
| config                |
| dchecks               |
| dhosts                |
| drules                |
| dservices             |
| escalations           |
| events                |
| expressions           |
| functions             |
| globalmacro           |
| graph_theme           |
| graphs                |
| graphs_items          |
| groups                |
| help_items            |
| history               |
| history_log           |
| history_str           |
| history_str_sync      |
| history_sync          |
| history_text          |
| history_uint          |
| history_uint_sync     |
| hostmacro             |
| hosts                 |
| hosts_groups          |
| hosts_profiles        |
| hosts_profiles_ext    |
| hosts_templates       |
| housekeeper           |
| httpstep              |
| httpstepitem          |
| httptest              |
| httptestitem          |
| ids                   |
| images                |
| items                 |
| items_applications    |
| maintenances          |
| maintenances_groups   |
| maintenances_hosts    |
| maintenances_windows  |
| mappings              |
| media                 |
| media_type            |
| node_cksum            |
| nodes                 |
| opconditions          |
| operations            |
| opmediatypes          |
| profiles              |
| proxy_autoreg_host    |
| proxy_dhistory        |
| proxy_history         |
| regexps               |
| rights                |
| screens               |
| screens_items         |
| scripts               |
| service_alarms        |
| services              |
| services_links        |
| services_times        |
| sessions              |
| slides                |
| slideshows            |
| sysmaps               |
| sysmaps_elements      |
| sysmaps_link_triggers |
| sysmaps_links         |
| timeperiods           |
| trends                |
| trends_uint           |
| trigger_depends       |
| triggers              |
| user_history          |
| users                 |
| users_groups          |
| usrgrp                |
| valuemaps             |
+-----------------------+
netstat -tuna | grep -i listen | grep 1005
Code:
tcp        0      0 0.0.0.0:10050           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:10051           0.0.0.0:*               LISTEN
telnet localhost 10050 (after about 2 seconds the command exited with the message in bold below...
Code:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
If I replace the "localhost" statement for the Server (actually there is no server argument but DBHost), zabbix_server complains that it cant connect to the mysql server on the server (Cannot connect to the mysql server at 192.168.0.101)..

Do you have other ideas?

Thanks!
 
Old 02-15-2013, 09:43 PM   #11
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
By reinstalling the databases, I ended up having a setup that works!!!

(So I think...). If its true then I am really not sure what happened the first time I installed the databases...

I am not very good with it so far.. I have troubles navigating and finding the info I want to see. I guess a bit of practice and reading the manual will greatly help.

In the meantime, have you disabled some of the alarms such as:

Code:
POP3 server is down on Server
News (NNTP) server is down on Server
IMAP server is down on Server
FTP server is down on Server
Since I am not running these services on my local Server, I find it useless (for me) that Zabbix reports these as problems... Ill dig more and post back some of the findings!

Thanks!!!!
 
Old 02-16-2013, 07:27 AM   #12
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Glad you got it working!

localhost is just a plain-jane vanilla host template definition that includes a broad range of checks for many standardized daemons and their ports for the Linux platform.

If you wish to disable those:
/zabbix/hosts.php > "zabbix server" > items.

you can toggle Active or Disabled for each of those elements.
Similarly you can also delete them by using the check-box (left column) and the drop-down at the bottom of list on any page.

I tend to disable before remove.
If you are not intending to ever have a need to monitor POP3, NNTP, IMAP, or FTP, then delete away.

You can always put them 'back' from the "Template Linux", surprise!, later.

zabbix_agentd on any foreign host and 2 edits to /etc/zabbix/zabbix_agentd.conf and restart, done. 5 minute client.

It's a peach.

Please let me know....

subscribed with interest...

JJ
 
Old 02-16-2013, 04:29 PM   #13
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,045

Original Poster
Rep: Reputation: Disabled
hey Habitual, if you dont mind giving me a hand with the setup, just to get me going, Ill be very glad!

So Ive added all hosts and the icons are blue (blue Z icon) which I believe indicate the server can communicate with the hosts.

What I dont understand f that there seems to be no metrics (things to measure) on the 2nd and 3rd hosts I added. For the first host I added (the actual server where zabbix server runs), the host was neatly organized and metric were categorized as such:

Code:
Availability (46 Items)
CPU (8 Items)
Filesystem (39 Items)
General (7 Items)
Integrity (5 Items)
Log files (1 Items)
Memory (5 Items)
Network (4 Items)
OS (9 Items)
Performance (12 Items)
Processes (10 Items)
Services (7 Items)
But for the other hosts, I only get a "dump" of the metrics, not organized by categories. I am confused as to how and what the "templates" are actually doing??

What use does the network map has??? I have built mine but Im not sure what its good for..

As stupid as it sounds, can you monitor little network appliances such as switches, a Wifi access point, and a UPS connected via USB to a workstation??

Also, do you know if there is a way to add custom triggers or metrics? For example, on my server, I run a lot of php/python apps (SAB, Couchpotato, Newznab, Sickbeard, and other apps I access through the browser... Id like zabbix to monitor these as well to make sure they run.. Same for Slackware's well known rc scripts

If you know any of these answers, please share!! in the meantime, I will continue plating with it!
Thanks!
 
Old 02-17-2013, 07:34 AM   #14
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
hey Habitual...
What I dont understand f that there seems to be no metrics (things to measure) on the 2nd and 3rd hosts I added.
Please call me JJ, Habitual is just an .alias I use for formality.

Understanding will come.
These 2nd and 3rd hosts...
You install zabbix_agentd, I take it on them?
These 2 values need to be edited on each remote host that has a "host" entry at /zabbix/hosts.php

Code:
Hostname=uniq_identifier used in /zabbix/hosts.php
Server=IP.of.ZBX.SRV
Don't forget to "bounce" the zabbix_agentd daemon.

Quote:
Availability (46 Items)
CPU (8 Items)
Filesystem (39 Items)
General (7 Items)
Integrity (5 Items)
Log files (1 Items)
Memory (5 Items)
Network (4 Items)
OS (9 Items)
Performance (12 Items)
Processes (10 Items)
Services (7 Items)
These are titled "Applications" in /zabbix/hosts.php and are just 'logical' groupings defined in each host, or template used for it.
It is also grouped under /zabbix/latest.php for an easy way to classify relevant checks or other form of classification.

Also under /zabbix/hosts.php you can easily edit one of those metrics by "getting there faster" should you need/desire to edit. Let me give a real-life example...

I use a combination of zabbix_agent and snmp items to pull data from a remote host.
When I use the "Create Item" function in /zabbix/items.php (We're adding a desired metric) I designate 'snmp' under the "New application" entry on the create item sub-page, and I have all snmp items grouped neatly together as an Application subset at /zabbix/hosts.php or /zabbix/latest.php

This is a time-saving feature IMO and saves you, me, and we a lot of time scrolling through what can be pages and pages of "items" in a hosts' definition. They are merely a classification mechanism and a neat navigation feature.

As a snmp-related note: Sometimes you'll have a target to monitor and the agent can't be installed, such hosts zabbix will have to rely upon simple checks only, or snmp data.

I'm really thinking about a http://www.linuxquestions.org/questi...php?do=newblog or something for this package...

I don't get inspired too much these days.

Keep me posted!
 
Old 02-17-2013, 04:52 PM   #15
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
What I dont understand f that there seems to be no metrics (things to measure) on the 2nd and 3rd hosts I added. For the first host I added (the actual server where zabbix server runs), the host was neatly organized and metric were categorized as such:

Code:
Availability (46 Items)
CPU (8 Items)
Filesystem (39 Items)
General (7 Items)
Integrity (5 Items)
Log files (1 Items)
Memory (5 Items)
Network (4 Items)
OS (9 Items)
Performance (12 Items)
Processes (10 Items)
Services (7 Items)
But for the other hosts, I only get a "dump" of the metrics, not organized by categories. I am confused as to how and what the "templates" are actually doing??
I'll show you how to do a mass update to the list of items that are "dumped" without any categories. It's a 2 step affair and about 2 minutes. No data loss.
You just concentrate on getting comfortable with the new shiny thingie.

Quote:
What use does the network map has??? I have built mine but Im not sure what its good for..
Maps are great for a quick summary or "cheat-sheet" of what's what is happening graphically with a particular set of hosts. See attached, I use it for a NOC View. Each element is just a host Type and I believe the rendered map will show any errors on the host, the way /zabbix/dashboard.php will show you issues via "Last 20 issues" in a textual manner, the map shows issues graphically.

Quote:
As stupid as it sounds, can you monitor little network appliances such as switches, a Wifi access point, and a UPS connected via USB to a workstation??
Switches and UPS I believe are do-able. Any host you can install zabbix_agentd on, or net-snmp against is a candidate for monitoring. UPS via USB? Sure, monitor the mount or something a little more clever.
IPMI also. Wifi: zabbix_agentd.conf can be configured to work.

Quote:
Also, do you know if there is a way to add custom triggers or metrics? For example, on my server, I run a lot of php/python apps (SAB, Couchpotato, Newznab, Sickbeard, and other apps I access through the browser... Id like zabbix to monitor these as well to make sure they run..
Same for Slackware's well known rc scripts
You lost me on the rc scripting requirement? "Custom triggers or metrics" we may have to discuss but there are tons and tons of ways to customize triggers. If Network is down on X, don't report process Y as down, or the Z[fs] mount as 'down'. It's a bit complicated and not my strong suit but the zabbix.com forum community is helpful.

wrt:
Quote:
(SAB, Couchpotato, Newznab, Sickbeard)
Easy, Easier, especially if they have their own port
Scripts on the remote host to check that same host are very easy and are achieved in 2 ways, a remote script file proper, or a UserParameter= entry in /etc/zabbix/zabbix_agentd.conf on the desired target.
Code:
UserParameter=mongo.count,pstree -p $(pidof mongod) | wc -l
I added this to one of my client's hosts to check for the mongod process. I add this to /etc/zabbix/zabbix_agentd.conf and does a "pidof mongod | wc -l" and reports the result back to zabbix that mongod is running or not.

Keep 'em coming!

JJ

Last edited by Habitual; 06-26-2015 at 05:47 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Centralized Network Monitoring johnsonkv91 Linux - Networking 4 07-31-2012 08:34 PM
Looking for centralized solution to hardware and OS monitoring visbits Linux - Server 2 10-17-2009 09:05 AM
Monitoring how much bandwidth each user is using in a small network mohtasham1983 Linux - Networking 4 02-27-2009 12:33 AM
Centralized management of a small Linux network... linuxpyro Linux - Networking 3 08-24-2004 01:53 PM
Solution for 2 computer network--XP and Linux vdogvictor Linux - Networking 8 04-18-2004 01:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration