Steven Shapiro Posted March 6, 2014 Posted March 6, 2014 I am running Ubuntu 12.04.4 on an older Compaq nc6000 laptop. I got the .deb file downloaded and I ran the install as directed, receiving this... ********************************************************************* Beware, you must create the configuration file for PCMonitor!*** We provide an example of complete configuration in*** /etc/pcmonitor directory (config.xml.sample). You can use it*** to create your own custom configuration and then*** start pcmonitor using command: /etc/init.d/pcmonitor start***************************************************************** So I edited the config.xml.sample file, entering my username and password, then tried to start pcmonitor as directed in the last line... start pcmonitor using command: /etc/init.d/pcmonitor start However, nothing happens. I don't see any gui for pcmonitor, I checked the site and my iOS app and I don't see the machine. I'm very noobish for linux, so its very likely I am missing something. Please help.
Administrators Paul Posted March 6, 2014 Administrators Posted March 6, 2014 Have you copied the configuration sample to the real configuration file name? sudo cp /etc/pcmonitor/config.xml.sample /etc/pcmonitor/config.xml sudo /etc/init.d/pcmonitor restart This is standard procedure on most linux apps. Yes, I believe that the GUI app from the native linux agent is still in development but you can configure everything with a configuration file too. Paul
Steven Shapiro Posted March 6, 2014 Author Posted March 6, 2014 I did as you suggested and I get the statement that pcmonitor restarted and OK on the right, but when I look on the mobile app, I still only see my desktop & not this laptop. Are there any other items I need to alter in the config?
Calin Posted March 8, 2014 Posted March 8, 2014 Yes , you have to edit the newly created /etc/pcmonitor/config.xml and configure it . Enter username password and other settings , they are all commented in the sample.
eluSiveNZ Posted March 10, 2014 Posted March 10, 2014 Same issue here getting pcmonitor: Configuration: expected ' or " in log showing on 2 Ubuntu systems (new installs) Have config.xml configured with my correct account details
Calin Posted March 10, 2014 Posted March 10, 2014 Can you post your config file (replace sensitive info)
Calin Posted March 13, 2014 Posted March 13, 2014 Same issue here getting pcmonitor: Configuration: expected ' or " in log showing on 2 Ubuntu systems (new installs) Have config.xml configured with my correct account details Please make sure that in the config file there are no symbols other than ' and " (Take a close look at the Proxy node).
eluSiveNZ Posted March 14, 2014 Posted March 14, 2014 Ah, yes you are right, invalid characters in Proxy. Corrected and now works! Thanks
ruben6949 Posted March 15, 2014 Posted March 15, 2014 I'm having the same issue, do you see any thing wrong with the config.xml file? <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <config xmlns="http://www.pulseway.com/linuxconfig"> <Account Username="**********************" Password="*********************" UseCustomServer="false" CustomServerAddress="" /> <ComputerInformation Name="Ubuntu" Group="Default" /> <AllowedCommands> <Restart Allowed="true" /> <ShutDown Allowed="true" /> <PowerOff Allowed="true" /> <Suspend Allowed="true" /> <Hibernate Allowed="true" /> </AllowedCommands> <Notifications> <WhenOffline Enabled="false" /> <OnOnline Enabled="false" /> <OnShutdown Enabled="false" /> <MemoryLow Percentage="10" Enabled="false" /> <HighCpuUsage Percentage="90" Minutes="1" Enabled="false" /> <LowCpuUsage Percentage="10" Minutes="1" Enabled="false" /> <PortClosed Minutes="1" Enabled="false" /> <LowHDDSpace Enabled="false"> <Hdd Percentage="20" Path="/" Enabled="true" /> </LowHDDSpace> <IpChange Enabled="true"/> <PingResponses Enabled="false"> <PingResponse PriorityOnSlowResponse="1" PriorityOnNoResponse="0" Minutes="5" Miliseconds="50" Alias="Printer" Address="10.10.10.2" Position="1"/> </PingResponses> </Notifications> <Network> <Ping Server="" Enabled="false" /> <MonitoredPorts> <Port Type="TCP" Number="80" Name="80" Address="www.google.com"/> </MonitoredPorts> <NetworkInterfaces> <Interface Name="eth0" /> </NetworkInterfaces> <WoWAN Port="9" Enabled="false"/> </Network> <MaintenanceMode>false</MaintenanceMode> <Proxy Enabled=“false” Host="proxy.host" Port="8080" User="proxy.user" Password="proxy.password"/> </config>
Calin Posted March 17, 2014 Posted March 17, 2014 Hi Ruben, The " used here <Proxy Enabled="false" ... are not understood by the agent. Either delete the line or replace the "
TechManZach Posted June 24, 2019 Posted June 24, 2019 Hi, I understand if I don't get reply, this is because the thread is really old. I am having issues with a Raspberry Pi running the latest version of Pulseway. I have gotten everything installed correctly via Terminal, but the PC is NOT showing up on my app or the Web App. Is there something wrong with the .xml file for the config stuff. I have looked at the above stuff, if there is a reply, I will send the config info in a image file. Everything that I have done has not resolved the issue. Any suggestions would be greatly appreciated. Regards, Zach
Administrators Paul Posted June 25, 2019 Administrators Posted June 25, 2019 Hi Zach, Did you run the pulseway-registration tool to register the system? We no longer support entering the username / password directly into the configuration file. -Paul
TechManZach Posted June 26, 2019 Posted June 26, 2019 (edited) 14 hours ago, Paul said: Hi Zach, Did you run the pulseway-registration tool to register the system? We no longer support entering the username / password directly into the configuration file. -Paul Can you send me a link to the registration tool? Edited June 26, 2019 by TechManZach Didn't insert a reply.
Administrators Paul Posted June 26, 2019 Administrators Posted June 26, 2019 Hey Zach, It's already included with the Pulseway agent package and globally linked. If you just call it like this it should work: sudo pulseway-registration -Paul
TechManZach Posted June 26, 2019 Posted June 26, 2019 It says whenever I finish processing the request "An error encountered while processing the request."
TechManZach Posted June 26, 2019 Posted June 26, 2019 I then tried to run as root, and a different result. It says, "Segmentation fault."
Administrators Paul Posted June 26, 2019 Administrators Posted June 26, 2019 Hey Zach, We've just released an update which may have caused that to happen. If you were to try again now it should work. -Paul
TechManZach Posted June 26, 2019 Posted June 26, 2019 I did the wrong password, and now it says successful on everything. But, I still can't see anything on the app. I did get a notification saying error encountered getting the notification. It was listed as critical.
Staff Mark Posted June 26, 2019 Staff Posted June 26, 2019 Hi Zach, Please send an email with the config.xml file and the logs to support@pulseway.com. We'll get in touch with you. Best regards, Mark
medzvre Posted July 1, 2019 Posted July 1, 2019 (edited) Hi, I finish sucsessful Edited July 1, 2019 by medzvre
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now