Is it possible to run multiple instances of the sensu server on the same box? The intention is to have a "development" monitoring server to split the clients away from the production servers
Riaan's questions
Interesting question:
Was just interesting. In a worse case scenario you would not be able to start up a VM.
Anyone else have a method to start a VM manually using CLI?
Of the oVirt Manager GUI (web interface) is down or no longer working how can you manually start a VM on the node? The VdsClient looks promising as well as the old virsh command. But it seems once you have stopped the VM in the GUI it is not possible to start the VM again without the GUI.
I get this:
[root@virt0 ~]# vdsClient -s 0 continue 6416b49f-6045-4972-9805-cf24bb3801d0
Virtual machine does not exist
Good Day,
I want to ask the comunity if it is possible to setup a TFTP boot server without running a local dhcpd server on the local box? The setup currently looks like this?
What is currently happening (2 dhcpd servers clashing) router (with dhcpd) -----> centos tftp boot server (dhcpd) ----> client desktop
What is needed: router (with dhcpd) -----> centos tftp boot server ----> client desktop
Any help / suggestions?
Can anyone give me examples for the following scenarios on python fabric? I have been searching for weeks but just can not seem to get the right formula going.
I am trying to achieve the following:
- rsync a folder from local server to a remote server using a specific user and ssh keys
- Start a installation remotely (java app etc) as that user
I want to know what is your experience with fabric scripts? Do think it is useful? is there sample scripts for this? copying, setup service etc
I know there is puppet and chef but i am looking for something that does not use a client/server setup to deploy, setup servers etc
your thoughts?
Can anyone tell me how to enable a deleted host in xymon/hobbit using bb command? I deleted the wrong host by accident and want to enable it again so it will start graphing again.
I have been looking for good easy to use examples for lighthttpd proxy reverse proxy. My idea is to take domain example.com and forward/reverse proxy to ip 192.168.0.1 port 80, whether it is a tomcat server or apache web server.
Or even to take example.com and proxy it to facebook.com
Any ideas?
I have been Google'ing my fingers off and simply can not find a working example of how to merge/proxy a OpenLDAP server and windows AD server. Have anyone worked with this before? Any suggestions would be appreciated.
The idea is simple:
openldap.mydomain.local ----> Linux LDAP Server
winad.mydomain.local ----> Windows AD Server
Some users are one Linux and some on WinAD. OpenLDAP should search both on login. A working example would be appreciated.