Friday, May 24th 2013, 10:26pm UTC+2
You are not logged in.
Beginner
Birthday: Jul 30th
Gender: male
Location: Oberhausen
Occupation: Fachinformatiker Systemintegration
Number of monitoring servers: 3
Hobbies: Angeln
Nagios Version: 3.2.3
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 200+
Number of services: 6000+
OS: Linux, Windows
Plugin Version: OMD 0.48
NDO Version: 3
Beginner
Number of monitoring servers: Nein
Nagios Version: omd 0.54
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: geht gegen unendlich
Number of services: -
OS: ubuntu
Plugin Version: -
This post has been edited 1 times, last edit by "zepp" (Jul 9th 2012, 3:01pm)
Beginner
Birthday: Jul 30th
Gender: male
Location: Oberhausen
Occupation: Fachinformatiker Systemintegration
Number of monitoring servers: 3
Hobbies: Angeln
Nagios Version: 3.2.3
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 200+
Number of services: 6000+
OS: Linux, Windows
Plugin Version: OMD 0.48
NDO Version: 3
Gender: male
Location: CH
Number of monitoring servers: 3
Hobbies: Snooker, Angeln, Freediving
Nagios Version: 2.10
Distributed monitoring: Ja
Redundant monitoring: Nein
Number of hosts: 750+
Number of services: 6000+
OS: RHEL,CentOS,SOLARIS
Plugin Version: pnp 0.4.14
NagVis Version: 1.4
NDO Version: 1.4b9
Other Addons: nuvola-Style
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
checks += [ ( ["apache"], ALL_HOSTS,"ps", "Apache", ( "~.*httpd", 1, 1, 50, 85 ) ) ]
checks += [ ( ["mysql"], ALL_HOSTS, "ps", "MySQL", ("/usr/libexec/mysqld",1,1,1,1) ) ]
clusters = {
"servercluster" : [ "server1", "server2" ],
}
clustered_services = [
( [ "server1", "server2" ], [ "proc_Apache", "proc_mysqld", "fs_/opt", "fs_/var/lib/mysql"] ),
]
|
Beginner
Birthday: Jul 30th
Gender: male
Location: Oberhausen
Occupation: Fachinformatiker Systemintegration
Number of monitoring servers: 3
Hobbies: Angeln
Nagios Version: 3.2.3
Distributed monitoring: Ja
Redundant monitoring: Ja
Number of hosts: 200+
Number of services: 6000+
OS: Linux, Windows
Plugin Version: OMD 0.48
NDO Version: 3
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
checks += [ ( "servercluster","ps", "Apache", ( "~.*httpd", 1, 1, 50, 85 ) ) ]
checks += [ ( "servercluster", "ps", "MySQL", ("/usr/libexec/mysqld",1,1,1,1) ) ]
clusters = {
"servercluster" : [ "server1", "server2" ],
}
clustered_services = [
( [ "server1", "server2" ], ["fs_/opt", "fs_/var/lib/mysql"] ),
]
|
Gender: male
Location: CH
Number of monitoring servers: 3
Hobbies: Snooker, Angeln, Freediving
Nagios Version: 2.10
Distributed monitoring: Ja
Redundant monitoring: Nein
Number of hosts: 750+
Number of services: 6000+
OS: RHEL,CentOS,SOLARIS
Plugin Version: pnp 0.4.14
NagVis Version: 1.4
NDO Version: 1.4b9
Other Addons: nuvola-Style